Commit graph

648 commits

Author SHA1 Message Date
dkanada
521d8ef388 start main activity as new task to reset activity history 2020-04-30 13:26:01 +09:00
dkanada
551cc719af improve item detail strings and implement favorite songs 2020-04-30 00:52:06 +09:00
dkanada
6592a0e0d5 use query backend for playlists 2020-04-29 18:30:06 +09:00
dkanada
1366060040 initial fixes for playlist detail activity 2020-04-29 17:57:45 +09:00
dkanada
248dabfa92 update some strings in the settings 2020-04-29 17:05:10 +09:00
dkanada
4cc513b06b rename some files and fix default theme 2020-04-29 16:19:11 +09:00
dkanada
5fcd9e979a load global playlists on main activity 2020-04-29 15:49:59 +09:00
dkanada
9180bf548a remove smart playlists for now 2020-04-29 13:06:47 +09:00
dkanada
4458931f22 fix outstanding issues with genre activity 2020-04-29 02:35:24 +09:00
dkanada
fb43666488 display list of genres on main activity 2020-04-29 02:24:12 +09:00
dkanada
96ded5b957 add optional library filter 2020-04-29 02:22:21 +09:00
dkanada
c59221cd04 fix missing references to dialog 2020-04-29 02:21:37 +09:00
dkanada
6bbd6a2905 remove delete action from most menus 2020-04-28 22:51:37 +09:00
dkanada
a4963583e0 pull songs and albums at the same time for artist details 2020-04-28 22:41:13 +09:00
dkanada
3517e145a6 sort songs by track number in album view and refactor query utils 2020-04-27 00:06:08 +09:00
dkanada
c517718c2e implement basic support for song fragment 2020-04-26 12:47:32 +09:00
dkanada
876784495a load images throughout the interface 2020-04-25 21:57:02 +09:00
dkanada
6711c6202c fix artist fragment and implement basic audio playback 2020-04-25 17:59:43 +09:00
dkanada
422aab0334 load songs on album details activity 2020-04-25 14:07:50 +09:00
dkanada
ef0f5e500a initial work for album and artist lists 2020-04-25 13:48:20 +09:00
dkanada
a011c43fec add two strings back and ignore artist activity result 2019-11-25 02:27:46 +09:00
dkanada
c9300d0395 remove bug report 2019-11-25 02:09:28 +09:00
dkanada
fcba3228ee get apiclient from jitpack for now and fix build 2019-11-10 18:22:04 +09:00
dkanada
b90476f6ab refactor some code 2019-11-10 18:18:27 +09:00
dkanada
7c83b50179 overhaul existing preferences 2019-07-18 03:54:31 -07:00
dkanada
6d9d3101c1 add some logging 2019-07-17 23:56:05 -07:00
dkanada
40a870c7e4 remove some unused strings 2019-07-17 22:55:02 -07:00
dkanada
a26ddacc8c remove lyrics 2019-07-17 17:06:47 -07:00
dkanada
4089cb31cd roll CustomPlaylist class into SmartPlaylist 2019-07-17 02:05:17 -07:00
dkanada
0891555785 remove purchase activity 2019-07-17 01:45:36 -07:00
dkanada
4b02fb2b5f rely on server for custom artist images 2019-07-17 01:04:03 -07:00
dkanada
bbd24b2ea3 move shortcut and widget folders 2019-07-17 00:33:06 -07:00
dkanada
6afd14c647 remove blacklist feature 2019-07-17 00:14:48 -07:00
dkanada
9923a4c1e0 reduce calls to loader classes for backend changes 2019-07-16 03:00:40 -07:00
dkanada
593a9a545a minor changes to default preferences 2019-07-16 00:19:31 -07:00
dkanada
0d6a0929b9 remove media scan and file views 2019-07-16 00:05:17 -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
dkanada
b85fab728b separate frequent and recent playlists 2019-07-11 15:55:58 -07:00
dkanada
734e6a08fa remove tag editors and lastfm client 2019-07-11 15:24:30 -07:00
dkanada
75429d3376 remove wiki and biography features 2019-07-11 15:00:19 -07:00
Matthieu
dec0832b6e feat: replace artist image by a mosaic of covers 2019-06-21 14:56:12 +02: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
29371671ee Revert "Add a new smart playlist "Not played lately" playlist (#613)"
This reverts commit 764751381a.
2019-04-16 23:02:15 +02:00
Karim Abou Zeid
58fb31b4b1 SDK 28, Android X 2019-04-10 12:40:28 +02:00
Eugene Cheung
fc6101f638
Remove author and community Google+ links 2019-01-21 23:02:29 -05:00
soncaokim
b0a4ffdcb5 Library annotations (#638)
Populate album name / artist name / song counts across different view as "subtitle" that enriches the main info displayed in the title.
This includes the notification, different list-based views, the main menu, the now-playing view, search result...

For example, the included images show the added annotations highlighted with white underline
![screenshot_20190108-035119](https://user-images.githubusercontent.com/13333482/50807749-ce600000-12fb-11e9-86c6-9efb41389194.jpg)
![screenshot_20190108-035137](https://user-images.githubusercontent.com/13333482/50807750-ce600000-12fb-11e9-90e2-650aae0b159a.jpg)
![screenshot_20190108-035228](https://user-images.githubusercontent.com/13333482/50807751-ce600000-12fb-11e9-8f74-b04dbae0c6d2.jpg)
![screenshot_20190108-035244](https://user-images.githubusercontent.com/13333482/50807752-cef89680-12fb-11e9-892c-80fd55805c11.jpg)
![screenshot_20190108-035414](https://user-images.githubusercontent.com/13333482/50807753-cef89680-12fb-11e9-80a1-ee784c855876.jpg)
2019-01-21 19:48:25 -08:00
Eugene Cheung
3f3526f061
Move some util functions 2019-01-07 22:12:21 -05:00
soncaokim
764751381a Add a new smart playlist "Not played lately" playlist (#613)
* Add "Not played lately" playlist (#1)

* Fix bad recent playlist construction (#6)

* Revert History rename

* Code review
2018-12-02 12:30:01 -05:00
Eugene Cheung
f98222c372
Some NonNull annotations 2018-09-05 23:01:45 -04:00