dkanada
821181d819
use the sort method in server queries
2020-05-05 16:41:29 +09:00
dkanada
50fd0997dc
update sort method options and add sort order stubs
2020-05-05 14:27:59 +09:00
dkanada
9a20e51bcc
add logout button and use default album art in more locations
2020-05-04 00:30:16 +09:00
dkanada
8e091c99a6
add two new icons for the navigation drawer
2020-05-03 03:20:26 +09:00
dkanada
b779004a2c
fix highlight bug in navigation bar
2020-05-01 00:50:23 +09:00
dkanada
3ca2b750ff
implement functionality to add items to playlists
2020-04-30 18:25:27 +09:00
dkanada
eb3421bff6
add a few more strings to the translations
2020-04-29 17:32:27 +09:00
dkanada
248dabfa92
update some strings in the settings
2020-04-29 17:05:10 +09:00
dkanada
2d7ee62c75
remove save as playlist action from menus
2020-04-29 16:24:32 +09:00
dkanada
4cc513b06b
rename some files and fix default theme
2020-04-29 16:19:11 +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
b8db41e61b
remove dialog for song deletion
2020-04-28 22:54:04 +09:00
dkanada
6bbd6a2905
remove delete action from most menus
2020-04-28 22:51:37 +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
b90476f6ab
refactor some code
2019-11-10 18:18:27 +09:00
dkanada
934c1f7533
remove ringtone feature
2019-08-06 00:19:24 -07: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
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
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
Karim Abou Zeid
0f344c9bee
Revert "Black theme update ( #673 )"
...
This reverts commit 5f9a2a54
Reason:
1. also affects the other themes
2. too much black for my taste
2019-06-21 17:38:37 +02:00
7sco
5f9a2a5447
Black theme update ( #673 )
...
* Playlist already added song prevention & AndroidSlidingUpPanel repo Update
* Update color for black theme, now playing card to have a black color with some radius
2019-06-09 16:30:29 -04:00
George Zacharia
18cdb4a72e
Fix rintone sharing ( #687 )
2019-06-09 16:29:26 -04:00
Karim Abou Zeid
7a6c5263e6
Sync translations
2019-04-17 00:22:32 +02:00
Karim Abou Zeid
a594551ce2
Revert "Smart playlist decoration ( #619 )"
...
This reverts commit e461f44ff0 .
2019-04-16 23:54:35 +02:00
Karim Abou Zeid
806ec55cd3
Revert "change icon"
...
This reverts commit a91b5ee133 .
2019-04-16 23:11:32 +02: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
b4d3470096
Sync translations
2019-04-16 21:10:59 +02:00
Karim Abou Zeid
58fb31b4b1
SDK 28, Android X
2019-04-10 12:40:28 +02:00
Karim Abou Zeid
2f914fd15c
Sync translations
2019-04-10 10:59:39 +02:00
Son
3bf889dbc9
Update some translations
2019-01-23 19:26:28 -05:00
Eugene Cheung
fc6101f638
Remove author and community Google+ links
2019-01-21 23:02:29 -05:00
Eugene Cheung
b65cbbdf15
Tweak sleep timer checkbox margin
2019-01-07 21:58:02 -05:00
Peng Guanwen
2111c41836
Finish current music when Sleep Timer stops ( #629 )
...
Implement #329 .
This commit adds a CheckBox to dialog_sleep_timer, and a curresponding
option `TIMER_FINISH_MUSIC` in PreferenceUtil.
In MusicService, a new flag `pendingQuit` is to indicate if it should
stop after current music stops. A new action `ACTION_PENDING_QUIT` will
set that flag.
Canceling is a little tricky. I must bind MusicService in Dialog
activity to check if `pendingQuit` is set, and show the corresponding
canceling button.
2019-01-07 21:45:33 -05:00
soncaokim
e461f44ff0
Smart playlist decoration ( #619 )
...
* Show smart playlist threshold and number of tracks in addition to the playlist title (#4 )
* Remove todo tags (#5 )
* Indentation
* Code review
2018-12-29 12:28:44 -05:00
Eugene
f1932d05c8
Merge pull request #618 from soncaokim/NotRecentlyPlayedTweaks
...
Change the icon of the Not recently played playlist
2018-12-03 17:18:08 -05:00
Son
4768f9f688
Code review
2018-12-03 22:46:08 +01:00