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
doompadee
6bf7697e67
Make drag handle area bigger
2017-12-24 07:42:13 +01:00
Marco Hunsicker
70e6c76064
Add preferences ui for the library categories setting
2017-12-23 17:12:08 +01:00
Karim Abou Zeid
59523930cc
Proper genre item layout. Clean up genre loader
2017-12-18 20:10:32 +01:00
Eugene Cheung
918090ee63
Remove unknown genre, add number of songs
2017-12-14 23:11:47 -05:00
Karim Abou Zeid
441b64fce4
Merge branch 'feat/genres' of git://github.com/arkon/Phonograph into arkon-feat/genres
2017-12-13 18:25:19 +01:00
Eugene Cheung
dadbe89c97
Remove redundant view attribute
2017-09-12 20:23:07 -04:00
Eugene Cheung
bf6556b213
Fix toolbar scrim in album/artist detail view ( #290 )
2017-09-12 20:21:26 -04:00
Eugene Cheung
0f6aab7f2c
Improve toolbar scrim
2017-09-09 17:22:50 -04:00
Eugene Cheung
de3dd8ca75
Vertically center empty playlist message ( #281 )
2017-09-08 23:05:41 -04:00
Eugene Cheung
944b5fc1fa
Genres tab
2017-09-04 17:39:16 -04:00
Karim Abou Zeid
0a71b37f00
Add @arkon to about section
2017-09-04 21:39:34 +02:00
DVDAndroid
571e87f9b6
Remove double elevation in tag editor ( #265 )
...
* Remove double elevation in tag editor
* Change elevation in XML instead of Java class
2017-09-03 10:38:15 -04:00
Karim Abou Zeid
35fa369a34
Remove duplicated resource
2017-09-02 19:22:53 +02:00
Karim Abou Zeid
a098e10959
Merge remote-tracking branch 'origin/master'
2017-09-02 19:20:46 +02:00
Karim Abou Zeid
035792b3d0
Replaced BuyDialog with PurchaseActivity
2017-09-02 19:20:30 +02:00
Eugene Cheung
aa736badf2
Remove unnecessary wrapper layouts
2017-08-14 23:15:25 -04:00
Lincoln
41b81ce14c
Swipeable classic notification ( #244 )
...
* Made notification swipeable when not playing not swipeable when playing. Removed "X" close button
* Fixed music stop on tap and on app close
* Refactor notification classes
2017-08-14 23:04:59 -04:00
Eugene Cheung
5d94555afe
Minor refactoring of widget code
2017-08-02 20:11:53 -04:00
Materight
0377e43475
Redesigned widget ( #225 )
...
* Changed widget layout, added vibrant color support for button
* Added preview image. Show also albums name after artists name
* Updated also small widget with vibrant color support. Added preview images for small and big widgets
* Fixed wrong height
* Revert classic widget padding, update preview image
* Replaced dash with dot, changed background color, show the album name also on big widget.
* Updated preview images, switched to jpg
* Fixed dot instead of dash for small widget
* Changed ripple color for white background
* Dark ripple for big widget
* Standardize layout
* Fix image resizing
* Improve image resizing
* Fix for songs without album art
* Set centerCrop for albums art
* Card layout for small widget
* Updated preview images
* Fix incorrectly rounded corner
2017-08-02 19:05:33 -04:00
tkashkin
4fddddec9e
Set height to 56dp
2017-07-20 14:50:36 +03:00
tkashkin
26bba697cb
Buttons are 42dp wide, full-height album art with rounded corners
2017-07-20 06:55:45 +03:00
tkashkin
e111d4f113
Added card-like widget
2017-07-19 23:45:56 +03:00
tkashkin
ecdc9bb870
Fix some UI bugs
...
Add animations
2017-07-12 11:57:38 +03:00
tkashkin
dbb6250c06
Add synchronized lyrics support (only LRC format at the moment)
2017-07-12 11:57:37 +03:00
Karim Abou Zeid
547849e0d9
Revert Merge pull request 128 from syphe dynamic size status bars Dynamic size status bars
2017-06-13 11:08:51 +02:00
Eugene Cheung
487748258a
Minor formatting/refactoring
2017-06-12 23:23:30 -04:00
Eugene Cheung
556adb02dd
Fix previous/next button order for RTL languages
2017-06-12 14:57:01 -04:00
Eugene Cheung
3d118805b7
Use fast scroller for playlists ( #145 )
2017-06-07 01:37:22 -04:00