Releases: Ceebox/Launchbox
Releases · Ceebox/Launchbox
Release 0.0.37
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
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
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
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
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
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
Changelog
- fix: Make widgets at least render
- Prevent editing on widgets without a configure intent
Release 0.0.27
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
Changelog
- Rudimentary widget support
- Add some features to the README
- Update app_screenshot.png
Release 0.0.25
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