TBog
TBog
The action mode bar is the one that appears when long touching text. It has button icons for copy, cut, paste, select all the background was white with white icons...
# Description # Crash reported on Playstore ``` Exception android.content.res.Resources$NotFoundException: Resource ID #0x0 at android.content.res.ResourcesImpl.getValue (ResourcesImpl.java:255) at android.content.res.Resources.getDrawable (Resources.java:833) at android.content.Context.getDrawable (Context.java:529) at android.widget.Editor$SelectionModifierCursorController.initDrawables (Editor.java:5299) at android.widget.Editor$SelectionModifierCursorController.show (Editor.java:5293) at android.widget.Editor$SelectionModifierCursorController.enterDrag...
Playstore crash ``` Exception java.lang.IllegalStateException: at rocks.tbog.tblauncher.TBApplication.validateActivity (TBApplication.java:99) at rocks.tbog.tblauncher.TBApplication.widgetManager (TBApplication.java:241) at rocks.tbog.tblauncher.LiveWallpaper.updateWallpaperOffset (LiveWallpaper.java:444) at rocks.tbog.tblauncher.LiveWallpaper$Anim.applyTransformation (LiveWallpaper.java:544) at android.view.animation.Animation.getTransformation (Animation.java:946) at android.view.animation.Animation.getTransformation (Animation.java:1038) at android.view.View.applyLegacyAnimation (View.java:21959) at android.view.View.draw (View.java:22075) at...
Having our own activity to pick widgets lets us theme it. Resolves #59, resolves #281 * [x] pick, bind and configure widget * [x] group widgets by application * [...
TODO: fix reported warnings
# Description # When opening the color chooser from the preferences it takes 2-3 seconds to open the dialog on low end devices. ## Context ## Tested the launcher on...
More info for the IconPack API [here](https://www.github.com/teslacoil/Example_NovaTheme/tree/master/DynamicCalendarIconAPI.md)
**Description** I always find myself not knowing what options to add to the User Interface and what to add to Features or both. **Solution** Renaming User Interface and adding in...
Look into adding font customization. Default fonts: https://stackoverflow.com/questions/39707936/android-retrieve-default-system-font-string-name Typeface in Android: https://proandroiddev.com/font-typeface-in-android-application-572766edddd6