Skip to content

Releases: Ceebox/Launchbox

Release 0.0.37

20 Mar 22:51

Choose a tag to compare

Changelog

  • Adjust the alphabet list's padding from the bottom
  • Fix a bug where the * character in the alphabet list would not take you to the top of the favourites if the Now Playing widgets was active
  • Update some dependency versions
  • Fix deprecated API usage inside WidgetGroupAdapter
  • Restore fetch depth as it was causing issues with changelog generation

Release 0.0.33

20 Mar 22:07

Choose a tag to compare

Changelog

  • Fix an issue where the apps view was getting cut off prematurely (it now actually goes behind the status bar, which is nice), and also fix an issue where pressing home would cut off the Now Playing widget
  • Tidy imports

Release 0.0.32

09 Mar 23:02

Choose a tag to compare

Changelog

  • Improve widget support by integrating it into the main list (needs cleanup)
  • Add the option to fall back to using default icons if one is missing
  • Add adaptive icon loading code for later use

Release 0.0.31

08 Feb 18:14

Choose a tag to compare

Changelog

  • Improve search UX by implementing proper diffing on search results instead of clearing and re-adding everything
  • Optimise category inference so we only do it once per AppInfo rather than for every search
  • Prevent CPU spikes when loading lots of apps
  • Improve icon loading to prevent flickering and flashes of the wrong icon
  • Disable wallpaper override option since it worked inconsistently and was weird
  • Change scroll mode to include snap on the favourites fragment
  • Revert to using dialogs in app drop downs because popups looked ugly
  • Try to improve pop-up menu styles
  • Refactor app dialog to be a popup menu, it makes more sense

Release 0.0.30

05 Feb 21:57

Choose a tag to compare

Changelog

  • Try to improve the style of some dialogs
  • Improve hold dialog animations
  • Re-order some commands in the command dialog
  • Expand the font options
  • Add the ability to hide items from the main list

Release 0.0.29

03 Feb 22:52

Choose a tag to compare

Changelog

  • Attempt to speed up search logic
  • Hopefully fix a bug where the favourites view is not scrolled to the top properly

Release 0.0.28

20 Jan 23:00

Choose a tag to compare

Changelog

  • fix: Make widgets at least render
  • Prevent editing on widgets without a configure intent

Release 0.0.27

20 Jan 22:16

Choose a tag to compare

Changelog

  • Add the ability to wipe widgets
  • Fix AlphabetIndexView intercepting the skip button's events
  • Now only initialise NowPlayingView button event handlers once
  • feat #57: Animate dialogs in and out
  • Make widgets scrollable

Release 0.0.26

19 Jan 22:56

Choose a tag to compare

Changelog

  • Rudimentary widget support
  • Add some features to the README
  • Update app_screenshot.png

Release 0.0.25

24 Nov 22:01

Choose a tag to compare

Changelog

  • Save favourites position after dragging (unfortunately wipe previous favourites)
  • Enable drag and drop via a view handle
  • Implement some basic edit mode logic, still needs drag handles
  • Refactor a lot of the main activity out into separate controllers and commands