dkanada
d5476cc9d0
add option to remove limit on query size
2020-06-19 07:34:46 +09:00
dkanada
690dfb0c10
use static variables for all preference keys
2020-06-19 07:07:23 +09:00
dkanada
ad9a00657b
more string improvements
2020-06-19 06:49:59 +09:00
dkanada
a4969338df
add setting to save the queue on exit
2020-06-19 06:45:04 +09:00
dkanada
d2d3331693
string improvements
2020-06-17 15:04:45 +09:00
dkanada
e787e4374a
add unlimited string to the translations
2020-05-23 17:53:47 +09:00
dkanada
ebf2f0f1b8
move all action strings to the top of the file
2020-05-23 17:50:06 +09:00
dkanada
3de4b6e8f6
organize more of the strings into categories
2020-05-23 17:45:07 +09:00
dkanada
858bcec9bc
use title casing for preference headers
2020-05-23 17:39:11 +09:00
dkanada
cf03b05809
update strings in about activity
2020-05-23 10:35:02 +09:00
dkanada
f1c84d7ae7
add preferences for maximum bitrate and transcoding codec
2020-05-23 10:20:29 +09:00
dkanada
810d895019
remove unused strings
2020-05-21 07:40:16 +09:00
dkanada
347ed85041
update widget names
2020-05-07 23:41:50 +09:00
dkanada
1ebd9bea70
update widget names
2020-05-05 17:26:38 +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
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
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
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
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
George Zacharia
18cdb4a72e
Fix rintone sharing ( #687 )
2019-06-09 16:29:26 -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
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
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
f7cbfb38d9
Add choice of 7 days to settings for dynamic playlists ( #616 )
...
* Add choice of N days to settings for dynamic playlists (#3 )
* Code review
2018-12-03 16:45:47 -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
06dda67b8e
Move hardcoded string to strings.xml
2018-09-05 22:11:38 -04:00
Andrew
6624fcd505
Added preference to turn off shuffle mode when selecting new list of songs ( #527 )
...
An option to turn sticky shuffle on or off. It's enabled by default so it keeps the current functionality the same. I noticed every other player has it so hopefully you don't have any issues with it being in the app.
2018-06-18 22:12:34 -04:00
Karim Abou Zeid
614f28e0c9
Clean up
2018-06-05 22:45:29 +02:00
Martin Disch
b6034f7484
Add playlist export item to options menu
2018-05-27 12:49:20 +02:00
Karim Abou Zeid
7d562070f5
Fix crashes when files where not listed in the media store
2018-05-01 19:27:35 +02:00