jamfish/app/src/main/java/com/kabouzeid/gramophone
2015-06-14 23:56:38 +02:00
..
adapter Changed the way to check if a view is empty, fixed some strings, fixed fastscroller alignment. 2015-06-10 15:27:45 +02:00
appwidget Fixed two FCs. (1. bitmap recycled 2. ArrayList OOB) 2015-05-21 14:50:04 +02:00
dialogs Changed the way to check if a view is empty, fixed some strings, fixed fastscroller alignment. 2015-06-10 15:27:45 +02:00
helper Amend last commit. (Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause.) 2015-06-14 17:30:56 +02:00
interfaces Changed the way to check if a view is empty, fixed some strings, fixed fastscroller alignment. 2015-06-10 15:27:45 +02:00
lastfm Lots of progress with dynamic theming, the nav drawer now uses a RecyclerView, AboutDeveloperDialogHelper is now a DialogFragment, RTL support (to suppress Lint warnings), other various small fixes, cleaned up and formatted lot of code (and removed un-used resources), R.string.ok > android.R.string.ok, R.string.cancel > android.R.string.cancel, switched dialog helpers to DialogFragments. 2015-04-16 16:47:02 -05:00
loader Added multi select everywhere else and auto updates every activity after the music database changed. Fix issue #4 2015-05-25 19:49:10 +02:00
misc Removed unnecessary libs and replaced the jaudiotagger jar with a custom one specially or android. 2015-05-31 18:02:55 +02:00
model Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause. 2015-06-12 00:04:52 +02:00
prefs Changed the default settings. Fixed settings layout bug. Synced translations. 2015-06-11 17:34:34 +02:00
provider Lots of progress with dynamic theming, the nav drawer now uses a RecyclerView, AboutDeveloperDialogHelper is now a DialogFragment, RTL support (to suppress Lint warnings), other various small fixes, cleaned up and formatted lot of code (and removed un-used resources), R.string.ok > android.R.string.ok, R.string.cancel > android.R.string.cancel, switched dialog helpers to DialogFragments. 2015-04-16 16:47:02 -05:00
service Fix NPE on setVolume(), fade volume on next play when playback was paused by headset unplugged, improved strings, MD 0.7.6.0 2015-06-14 23:44:08 +02:00
ui Fix NPE when trying to use context before onCreate() is called; 2015-06-14 23:56:38 +02:00
util Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause. 2015-06-12 00:04:52 +02:00
views Fixed an annoying bug in the MusicControllerActivity where the recents card of the app is placed at the wrong position when switching between the songs. Also some code clean ups. 2015-06-11 16:28:04 +02:00
App.java Disabled Crashlytics for debug builds 2015-06-10 15:40:10 +02:00