Commit graph

311 commits

Author SHA1 Message Date
Max Git
378772d93f Add support for disabling/enabling directplay codecs 2020-07-16 19:25:02 +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
Eugene Cheung
8f3cf5e010
Flatten playlist activity layout 2018-09-05 22:12:54 -04:00
Eugene Cheung
b53d6838a9
Minor ImageView suppressions 2018-09-05 22:11:59 -04:00
Eugene Cheung
7a35bd08b6
Fix actionBarSize attribute references 2018-09-05 22:11:11 -04:00
Karim Abou Zeid
6464307c7d Notch support via WindowInsets 2018-08-25 15:14:35 +02:00
Paolo Valerdi
06a87d5704 Notch support 2018-08-24 09:51:24 -05:00
Karim Abou Zeid
4b665d6185 Fix broken layout with super long artist names 2018-05-18 13:42:31 +02:00
Karim Abou Zeid
0fe83c46b2 Artist show albums before songs 2018-04-29 21:53:36 +02:00
Karim Abou Zeid
aedf19c08d Add Adrian to the about page 2018-04-28 16:11:26 +02:00
Karim Abou Zeid
2de2cecd85 New artist page (same as new album page) 2018-04-28 15:37:03 +02:00
Karim Abou Zeid
a13937fb39 Display new album page a bit smaller in landscape. 2018-04-28 14:37:29 +02:00
Karim Abou Zeid
f93407ca35 Better info texts for album page 2018-04-28 13:47:07 +02:00
Karim Abou Zeid
21d7b3d5df Fix album page toolbar color 2018-04-28 13:38:21 +02:00
Karim Abou Zeid
55146753f2 Fix artist detail activity and a landscape bug 2018-04-28 00:55:27 +02:00
Karim Abou Zeid
c49777e5cc Fix shared element transition 2018-04-28 00:42:07 +02:00
Karim Abou Zeid
698fec921f Redesigned album detail page 2018-04-27 23:10:19 +02:00
doompadee
46a60e1ae8 Merge with upstream 2017-12-24 23:52:55 +01:00
doompadee
e2178fd7d8 Remove leftover comment 2017-12-24 13:42:05 +01:00