This repository has been archived by the owner on May 10, 2023. It is now read-only.
Releases: sreichholf/repola
Releases · sreichholf/repola
v1.4.0 - the overdue fixes edition
- fix issues on android >=12 (startActivityForResult -> ActivityResultContracts, missing exported="true" for the launcher activity)
- fix missing apps in all apps list on android >= 11
- allow up to 6 rows (in case anyone want's to go for portrait mode)
- fix "show app text" preference handling
- drop "keep screen on" preference (it's kinda useless on the targeted device category)
- add german translation
- update external libraries
- cleanup code
v1.3.1
1.3.1
- fix broken wifi button
1.3.0
- Zoom selected application
- Add prefereence for corner radius
- minor technical improvements (use android view binding)
v1.3.0
- Zoom selected application
- Add prefereence for corner radius
- minor technical improvements (use android view binding)
v1.2.0
- Fix startup delay
- Update Application list after package installation/removal
- Fix NPE
v1.1.0
- Fix layout and focus issues on Android 6
- It should now work fine on every Android with SDK >= 21
v1.0.3
- fix layout corruption on android 6
- fix crash
v1.0.2
Visual and technical improvements
- "All Applications" improved
- visually improve (animated icon, like in fav-list)
- make number of columns configurable
- use RecyclerView instead of List/GridView
- use ConstraintLayout where possible
- cache installed Applications, load them async on launcher start
- update build tools to sdk 30
- some cleanups
v1.0.1 - Alpha
- It's now officially called RePoLa
- Prettify app icon (adaptive icon) and use RPL instead of RP2
- Implement colorful app icon backgrounds (based on the most vibrant app icon color)
- code cleanups
v1.0.0 - Alpha
This is the first release of my Retroid Pocket 2 focused launcher.
Go try it, there are no guarantees, though!