Commit graph

55 commits

Author SHA1 Message Date
dkanada
2f8b82a44e lots of code refactoring 2020-05-02 17:27:27 +09:00
dkanada
96ded5b957 add optional library filter 2020-04-29 02:22:21 +09:00
dkanada
0891555785 remove purchase activity 2019-07-17 01:45:36 -07:00
dkanada
bbd24b2ea3 move shortcut and widget folders 2019-07-17 00:33:06 -07:00
dkanada
c963c7195b add basic login activity 2019-07-12 17:15:55 -07:00
dkanada
7252046294 minor changes to about activity 2019-07-12 06:40:14 -07:00
Christoph Loy
37725948f1 Refactoring: Replace usages of ArrayList<> with List<>Collections refactor (#686)
* First replacements of ArrayList with List

* Get rid of ArrayList-Types

* Revert irrelevant changes

* Fixed stuff noticed by @arkon
2019-05-17 11:07:03 -04:00
Karim Abou Zeid
58fb31b4b1 SDK 28, Android X 2019-04-10 12:40:28 +02:00
Eugene Cheung
f98222c372
Some NonNull annotations 2018-09-05 23:01:45 -04:00
Eugene Cheung
a842ec26c0
Remove unused TAGs 2018-09-05 22:38:46 -04:00
Karim Abou Zeid
d055253f97 Fix crash on startup because R has changed 2018-04-23 21:05:29 +02:00
Karim Abou Zeid
8cc997ad81 Remove Fabric (Crashlytics) 2018-04-21 15:32:58 +02:00
Karim Abou Zeid
8312fdb3d2 Fix wrong colored app shortcuts after clean install 2017-12-24 00:23:39 +01:00
Karim Abou Zeid
d4624ecc8f
Bump version, add purchase logging 2017-10-02 13:45:46 +02:00
Karim Abou Zeid
9755e877f9
Add custom artist images 2017-09-30 12:58:07 +02:00
Karim Abou Zeid
8a75b8b68f Add blacklist option and minor code improvements 2017-09-08 16:22:18 +02:00
Karim Abou Zeid
ff5f24b628 Make the debug version pro by default 2017-09-02 23:03:51 +02:00
Karim Abou Zeid
035792b3d0 Replaced BuyDialog with PurchaseActivity 2017-09-02 19:20:30 +02:00
Karim Abou Zeid
344404c03f Fix isProVersion() returning always false 2017-08-31 19:55:00 +02:00
Karim Abou Zeid
1b85252f92 Add pro version 2017-08-30 20:52:01 +02:00
Eugene Cheung
487748258a Minor formatting/refactoring 2017-06-12 23:23:30 -04:00
Karim Abou Zeid
693cc9b49f Refactoring 2017-03-23 18:43:17 +01:00
Karim Abou Zeid
8f93d7cba0 Switched back to Crashlytics/Fabric 2017-03-23 12:10:52 +01:00
Karim Abou Zeid
63c9f43580 Updated libraries and switched from Crashlytics to Firebase 2017-03-22 19:59:37 +01:00
Karim Abou Zeid
8a7af296c4 Fixed crashlytics crash. 2016-08-18 18:21:26 +02:00
Karim Abou Zeid
816d8676fd Updated dependencies. 2016-08-18 18:04:07 +02:00
Karim Abou Zeid
d9dfa7a45c Reverted enable crashlytics for debug builds. 2016-03-26 15:05:51 +01:00
Karim Abou Zeid
abf01f5b34 Enabled crashlytics for debug builds. 2016-03-26 14:36:49 +01:00
Karim Abou Zeid
73d613d11d Clean ups and refactoring. 2016-03-23 01:52:17 +01:00
Karim Abou Zeid
d776926510 Further progress with glide 2016-01-02 16:28:13 +01:00
Karim Abou Zeid
5aebf4709a Removed LeakCanary 2015-12-30 16:18:33 +01:00
Karim Abou Zeid
1be2260b60 Removed all blurred images. New FAB animation when opening now playing. Decreased image loader memory cache size. 2015-10-11 22:56:27 +02:00
Karim Abou Zeid
638ab4547c Finally fixed the issue where the artist image loading blocks the image loaders queue. This is done by using a custom Executor which is basically a wrapper for two independent ThreadPoolExecutors. 2015-08-29 19:22:50 +02:00
Karim Abou Zeid
d869a87d98 Added option to support the development by donating. 2015-08-26 18:05:12 +02:00
Karim Abou Zeid
2564b99fa5 Added LeakCanary 2015-08-06 18:27:15 +02:00
Karim Abou Zeid
b808491206 Removed bus. Will be replaced by an intent system soon. 2015-07-13 03:14:01 +02:00
Karim Abou Zeid
1dcc447e52 Added option to ignore media store artwork and instead loading it directly from the song file 2015-07-10 02:26:30 +02:00
Karim Abou Zeid
da92636180 Cleaned up MediaStore loaders, preparing for album art loading directly from the file 2015-07-09 16:37:45 +02:00
Karim Abou Zeid
cfa6ddaa2e Fixed saving position in track, improvement with service binding, temporary new default album art. 2015-07-07 02:19:09 +02:00
Karim Abou Zeid
cdba76c933 Switched from Volley to RetroFit + OkHttp for performance and simplicity 2015-06-29 21:38:09 +02:00
Karim Abou Zeid
60cae85ecb Cleaned up MusicService and MusicPlayerRemote even more. 2015-06-19 18:39:00 +02:00
Karim Abou Zeid
f27d482d3f Completely disabled Crashlytics on debug builds 2015-06-15 00:15:12 +02:00
Karim Abou Zeid
d9dc203700 Disabled Crashlytics for debug builds 2015-06-10 15:40:10 +02:00
Karim Abou Zeid
b7c038c5ed Cleaned and updated even more libs. Added a string. Disabled LogCat "spam" from UIL. 2015-05-31 21:48:54 +02:00
Karim Abou Zeid
fdc9be9908 Removed unnecessary libs and replaced the jaudiotagger jar with a custom one specially or android. 2015-05-31 18:02:55 +02:00
Karim Abou Zeid
c7125b1386 Replaced Glide with UIL. Should finally fix all image loading problems. 2015-05-19 18:49:49 +02:00
Aidan Follestad
7ce86afd74 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
Karim Abou Zeid
b302abc2e1 Massiv design optimizations and settings 2015-03-29 17:41:47 +02:00
Karim Abou Zeid
6aaf926ff7 Code rearanged 2015-03-23 22:41:10 +01:00
Karim Abou Zeid
de15a34365 Playlists [beta] 2015-03-17 15:09:44 +01:00