Releases: caarmen/nounours-android
Releases · caarmen/nounours-android
3.0.0: added watch faces
release-3.0.0 Merge branch 'wear2'
2.3.3: Moved about screen, added rich notification
- The "animation saved" notification has a button to share the image.
- In the standalone app (not the lwp), moved the link to the About screen from the settings screen to the main action bar.
2.3.2: Fix crash saving animation
release-2.3.2 Fixed crash saving animation
2.3.1: Fix for crash when inflating the animation menu before the theme is available
release-2.3.1 Fix for crash when inflating the animation menu before the theme is a…
2.3.0: Added background color setting (for certain themes)
release-2.3.0 Added proguard mapping for 2.3.0
2.2.2: Fix translations
- Fixed translations of animations
- Fixed spelling of the word "pote" (not "pôte")
2.2.1: Background color and fdroid compatibility
- Use a white background for the bugdroid theme, and a black background for the other themes.
- Renamed some image files to have a .jpg extension, so that it will build for fdroid.
2.2.0: Add live wallpaper
- Adds the live wallpaper feature, included together with the main app.
- Adds flavors for:
- full: all themes
- bugdroid: only the robot theme
- nounours: only the nounours themes
2.1.0: Bundle themes
- Themes are bundled in the app now: No more downloading them.
- Removed the INTERNET permission.
- Sounds are not copied to the sdcard anymore: now we use SoundPool instead of MediaPlayer (for this reason)
release-2.0.2
Worked around a "recycled bitmap" bug when changing themes (and an error occurred when downloading the theme): before clearing the cache of images, reset the image in the main ImageView (to nothing, for now...)