Commit graph

328 commits

Author SHA1 Message Date
dkanada
868c8fb96d display container and codec in dialog 2020-10-22 01:56:57 +09:00
dkanada
94f5478316 clean up horizontal card layout 2020-10-07 12:07:44 +09:00
dkanada
a0e23c13d8 use custom view to improve performance for nested scroll views 2020-09-28 13:50:06 +09:00
dkanada
f589774a75 refactor some xml files 2020-09-25 16:35:24 +09:00
dkanada
8a58a53db7 update some xml comments 2020-09-17 02:44:00 +09:00
dkanada
b89714c5fd replace left and right with start and end in layout files 2020-09-16 05:11:52 +09:00
dkanada
d30acf9512 use view binding for about activity 2020-09-07 12:36:42 +09:00
dkanada
85952d670d refactor some files 2020-08-29 19:32:55 +09:00
dkanada
5197af70a9 add useful information to song details dialog 2020-08-29 15:37:08 +09:00
dkanada
917b1cb9d9 update strings for song details 2020-08-29 13:48:58 +09:00
dkanada
61d3a71f39 rename settings activity layout file 2020-08-17 05:46:56 +09:00
dkanada
3d436b1f56 minor changes to albums fragment 2020-08-10 00:39:06 +09:00
dkanada
cea025e20c start view binding migration 2020-08-09 04:38:17 +09:00
dkanada
04f62e9609 use better library for details activity headers 2020-07-27 00:20:03 +09:00
dkanada
87dd7079e4
Merge pull request #50 from rotvel/feature/audiotype-support
Add support for more audio types
2020-07-23 14:52:43 +09:00
dkanada
613edf239a match upstream name for direct play 2020-07-23 14:34:28 +09:00
Max Git
378772d93f Add support for disabling/enabling directplay codecs 2020-07-16 19:25:02 +02:00
Thibault Nocchi
bcd17d4853 Added failed login toasts & password visibility toggle & no server field auto correct 2020-07-11 19:23:41 +02:00
dkanada
d2d3331693 string improvements 2020-06-17 15:04:45 +09:00
dkanada
61f50b401f limit input fields on login activity to one line 2020-06-17 14:59:01 +09:00
dkanada
1ecfb24a1d remove some unused drawables 2020-05-23 11:37:53 +09:00
dkanada
9d08253655 change application id for release 2020-05-09 04:43:09 +09:00
dkanada
0a0b8039b1 use main icon in about activity 2020-05-09 02:15:46 +09:00
dkanada
347ed85041 update widget names 2020-05-07 23:41:50 +09:00
dkanada
0c71777e5a fix crash from incorrect xml file 2020-05-07 23:37:43 +09:00
dkanada
e74870e753 update author card layout 2020-05-07 23:33:49 +09:00
dkanada
a3d17c5cbc remove reference to old icon 2020-05-07 23:31:01 +09:00
dkanada
3b90c0aeb8 update support libraries 2020-05-06 23:39:46 +09:00
dkanada
5de6314d26 fix separator issues on genre adapter 2020-05-06 00:16:58 +09:00
dkanada
52c668820d remove small widget and rename some files 2020-05-05 17:34:12 +09:00
dkanada
9ebef7eb08 remove billing processor and donation utilities 2020-05-05 17:21:04 +09:00
dkanada
9a20e51bcc add logout button and use default album art in more locations 2020-05-04 00:30:16 +09:00
dkanada
c9300d0395 remove bug report 2019-11-25 02:09:28 +09: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
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
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
Karim Abou Zeid
a594551ce2 Revert "Smart playlist decoration (#619)"
This reverts commit e461f44ff0.
2019-04-16 23:54:35 +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
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 Cheung
8bbdfaa34a
Remove unused XML namespaces 2018-09-05 22:50:43 -04:00
Eugene Cheung
f97f26c3da
Set inputType for genre tag editor 2018-09-05 22:24:04 -04:00