Skip to content

Releases: caarmen/nounours-android

3.0.0: added watch faces

11 Nov 00:47
Compare
Choose a tag to compare
release-3.0.0

Merge branch 'wear2'

2.3.3: Moved about screen, added rich notification

31 Oct 18:19
Compare
Choose a tag to compare
  • 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

27 Oct 22:03
Compare
Choose a tag to compare
release-2.3.2

Fixed crash saving animation

2.3.1: Fix for crash when inflating the animation menu before the theme is available

27 Oct 21:00
Compare
Choose a tag to compare
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)

27 Oct 20:59
Compare
Choose a tag to compare
release-2.3.0

Added proguard mapping for 2.3.0

2.2.2: Fix translations

18 Oct 22:57
Compare
Choose a tag to compare
  • Fixed translations of animations
  • Fixed spelling of the word "pote" (not "pôte")

2.2.1: Background color and fdroid compatibility

18 Oct 22:32
Compare
Choose a tag to compare
  • 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

18 Oct 19:22
Compare
Choose a tag to compare
  • 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

17 Oct 20:11
Compare
Choose a tag to compare
  • 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

10 Oct 22:07
Compare
Choose a tag to compare

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...)