Releases: simple-last-fm-scrobbler/sls
Release v1.6.0 vCode 51 codename Cingus
Attached are both the debug and release builds signed.
how? You can help by testing and running the below signed debuggable final release apk
when? code at pull #501 used for Release v1.6.0 vCode 51 release/debug signed codename Cingus
where? Amazon App Store, Google Play Store, F-Droid
notices? fully baked version 1.6.0
what? icon change +previous changes in v1.5.8 + v1.5.9
Release v1.5.9 vCode 50 codename Bingus
Attached are both the debug and release builds.
how? You can help by testing and running the below signed debuggable final release apk
when? code at pull #499 used for Release v1.5.9 vCode 50 release/debug signed codename Bingus
where? Amazon App Store, Google Play Store, F-Droid
notices? fully baked version 1.5.9
what?
v1.5.9
Rebranding "Simple Last.fm Scrobbbler" => "Simple Scrobbler"
v1.5.8+
+pre-v12
Repaired broken session management.
+pre-v11
Dropped Kit-Kat unsused code
Fixed music app switching issue
+pre-v10
PermissionsActivity and Look
Notification Settings
+pre-v9
Better Permissions Checking
+pre-v8
Exit Feature, hide notification "Active App Notification" feature
+pre-v7
Notification Priority, Music App Detected Notification
+pre-v6
Notification popup patch, SQL bug fixes, Export Database feature (Options menu)
+pre-v5
Bug Fixes for various music apps, Upgrade SQL Fix
+pre-v4
Bug Fixes,
+pre-v3
Notification Listener, Bug Fixes, More App Support
+pre-v2
App Art Reconfigured, Orange Squeeze Receiver, Bug Fixes, Power Optimization Changes, Themes, albumArtist, Secure Socket Layer option for developers, temporary database alter codes
+pre
bug fixes
! DEVELOPER NOTE: IMPORTANT DELETE VERSION CODES AFTER FULL RELEASE OF v1.5.8 !
// TODO: VERIFY EVERYTHING BELOW IS SAFE
int v = Util.getAppVersionCode(this, getPackageName());
if (settings.getWhatsNewViewedVersion() < v) {
new WhatsNewDialog(this).show();
settings.setWhatsNewViewedVersion(v);
mDb.alterDataBaseOnce(); // version 1.5.8 only!
}
Release v1.5.8 vCode 49 codename Angus
Attached are both the debug and release builds.
how? You can help by testing and running the below signed debuggable final release apk
when? code at pull #496 used for Release v1.5.8 vCode 49 debug.
notices? fully baked version 1.5.8
what? information bumped up to v50 1.5.9 codename Bingus
Pre-Release v1.5.8 vCode 49 pre-v12
how? You can help by testing and running the below signed debuggable apk
when? code at pull #494 used for Pre-Release v1.5.8 vCode 49 debug.
notices? this pre-release could be followed by another updated pre-release if I get the next feature ready soon enough.
what? information bumped up to v50 1.5.9 codename Bingus
Pre-Release v1.5.8 vCode 49 pre-v11
deprecated pre-release
Pre-Release v1.5.8 vCode 49 pre-v10
deprecated pre-release
Pre-Release v1.5.8 vCode 49 pre-v9
deprecated pre-release
Pre-Release v1.5.8 vCode 49 pre-v8
deprecated pre-release
Pre-Release v1.5.8 vCode 49 pre-v7.1
deprecated pre-release
Pre-Release v1.5.8 vCode 49 pre-v6
Merge pull request #486 from a93h/master Database Patches