From a1c400ce131a361a03584e9078001ea30e1e23af Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 14 May 2013 21:15:04 -0700 Subject: Added Change Log dialog that runs on first load with a new version --- subsonic-android/res/menu/main.xml | 5 ++++- subsonic-android/res/raw/changelog.xml | 15 +++++++++++++++ subsonic-android/res/values/strings.xml | 7 +++++++ subsonic-android/res/xml/changelog.xml | 2 ++ 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 subsonic-android/res/raw/changelog.xml create mode 100644 subsonic-android/res/xml/changelog.xml (limited to 'subsonic-android/res') diff --git a/subsonic-android/res/menu/main.xml b/subsonic-android/res/menu/main.xml index 85d22dcf..c9420236 100644 --- a/subsonic-android/res/menu/main.xml +++ b/subsonic-android/res/menu/main.xml @@ -24,9 +24,12 @@ + + + + + Converted everything to fragments! + Swipe to switch tabs + Breadcrumb trail when going down several levels + Change log dialog for new versions + Endless loading on album lists (ie: Random, Recently Added, etc...) instead of pressing more + Look at what is now playing from main tabs + Added Playing: Track/Total to Now Playing action bar + When clicking on a album in search, the parent is also added to the back stack + Added total time to playlist/album headers + Fixed a lot of the menu items not working when using search + + \ No newline at end of file diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml index 26b59e79..21dd4b88 100644 --- a/subsonic-android/res/values/strings.xml +++ b/subsonic-android/res/values/strings.xml @@ -311,6 +311,13 @@ 0 KB 0 B + Change Log + What\'s New + OK + Moreā€¦ + + Version %s + No songs One song diff --git a/subsonic-android/res/xml/changelog.xml b/subsonic-android/res/xml/changelog.xml new file mode 100644 index 00000000..7bc0bddc --- /dev/null +++ b/subsonic-android/res/xml/changelog.xml @@ -0,0 +1,2 @@ + + -- cgit v1.2.3