170 Commits

Author SHA1 Message Date
Adrian Ulrich
776385e6e2 change row dimensions from dip to sp
sp is a scaleable dimension and respects the user font size
2015-09-14 20:46:46 +02:00
Xiao Bao Clark
abe07ec61d Added width and height to actionbar_controls layout. This fixes a lint error 2015-08-22 08:30:57 +10:00
Xiao Bao Clark
45879c571a Merge branch 'master' into feature/static_analysis_fixes 2015-08-22 07:55:43 +10:00
Adrian Ulrich
bd77ac3b5d simplify use of draggable row 2015-08-11 13:41:37 +02:00
Adrian Ulrich
ea88a0ac17 enable flingRemove in playlist editor 2015-08-10 21:02:11 +02:00
Adrian Ulrich
2603aa8f08 get rid of old layout hack 2015-08-10 16:47:56 +02:00
Adrian Ulrich
ea04fa9fb8 cover art support in queueview 2015-08-09 20:01:28 +02:00
Adrian Ulrich
54f17a27ce Merge branch 'master' into artwork 2015-08-09 19:18:16 +02:00
Adrian Ulrich
4f210a3e15 unify draggable_row 2015-08-09 19:18:09 +02:00
Adrian Ulrich
d200d45f2d change visibility of divider to avoid layout issues 2015-08-09 13:13:38 +02:00
Adrian Ulrich
93b750dacd implement LazyCoverView 2015-08-09 12:25:40 +02:00
Xiao Bao Clark
70954bc5b9 Added height and width attributes to library_row and library_row_expandable. This fixes an inspection error 2015-08-09 12:02:13 +10:00
Xiao Bao Clark
fbacc48b3e Removed unused layout "library_controls". This fixes a lint error 2015-08-09 11:34:33 +10:00
Xiao Bao Clark
2224a98a13 Explicitly set a LinearLayout to "horizontal". This fixes a lint error 2015-08-09 11:33:40 +10:00
Xiao Bao Clark
3fb3837528 Removed extra "xmlns:android". This fixes a lint error 2015-08-09 11:22:57 +10:00
Adrian Ulrich
8d2df9b8a9 simplify views 2015-08-05 17:58:50 +02:00
Adrian Ulrich
edc4abb1f4 library_row isnt a special snowflake anymore 2015-08-05 14:05:26 +02:00
Adrian Ulrich
3d87a167c8 Dark theme support for Android 5.0 2015-05-10 20:34:57 +02:00
Adrian Ulrich
1bb44eb172 Bugfix: unbreak widgets
Widgets can not have custom views so we must use a controls-layout with ImageView
2015-04-23 18:09:21 +02:00
Adrian Ulrich
abdc3d5c62 use normal library row for filebrowser settings 2015-04-12 20:26:24 +02:00
Adrian Ulrich
05fae7db8c Revert "add elevation to playback info"
looks ugly

This reverts commit 19750338b55f6a1d0c7ad7cbd5ea7d7e90733b91.
2015-04-12 19:48:08 +02:00
Adrian Ulrich
19750338b5 add elevation to playback info 2015-04-12 19:35:35 +02:00
Adrian Ulrich
e5d3d4b768 style actionbar controls text color 2015-04-12 15:11:30 +02:00
Adrian Ulrich
bb5c427118 minor theming tweaks 2015-04-11 09:35:15 +02:00
Adrian Ulrich
89a845266e Merge branch 'lp-design' 2015-04-11 09:02:54 +02:00
Adrian Ulrich
341ba76893 use native searchview 2015-04-06 09:52:05 +02:00
Adrian Ulrich
4f6a507b6c Merge branch 'master' into lp-design
Conflicts:
	res/values/theme.xml
2015-04-05 21:27:58 +02:00
Adrian Ulrich
8685e55b9b style full_playback track information 2015-04-05 21:27:02 +02:00
Adrian Ulrich
2e4f7245be disable fastscroll in queueview 2015-04-05 20:23:29 +02:00
Adrian Ulrich
0c3650ce15 force dslv background color 2015-04-03 11:39:57 +02:00
Adrian Ulrich
f058f21b97 implement ch.blinkenlights.android.vanilla.VanillaImageButton 2015-04-03 10:43:13 +02:00
Adrian Ulrich
1fb36bef5d Use native item background 2015-03-29 16:15:07 +02:00
Adrian Ulrich
ec6765122b introduce overlay_color 2015-03-29 15:46:05 +02:00
Adrian Ulrich
f4b10889a0 fix white widget - really this time 2015-01-04 22:40:36 +01:00
Adrian Ulrich
0691ed33ac Fix 4-white-widget
The XML layout was messed up and caused android 5.0 to render the widget in funny ways.
2015-01-04 20:48:27 +01:00
Adrian Ulrich
c76d997db1 optimize queue listview performance 2014-10-19 17:02:21 +02:00
Adrian Ulrich
fa19912d4a flinging is only possible while toching the handle 2014-10-18 10:02:16 +02:00
Adrian Ulrich
35de163b4a use correct icon 2014-10-17 22:50:50 +02:00
Adrian Ulrich
06b5cfdafa fix dragging mess 2014-10-17 22:21:01 +02:00
Adrian Ulrich
02a5274611 implement DraggableRow class 2014-10-17 19:33:55 +02:00
Adrian Ulrich
21de700d1d use universal view-file 2014-10-17 16:29:40 +02:00
Adrian Ulrich
744c91adbc migrated playlist to DSLV 2014-10-17 14:36:58 +02:00
Adrian Ulrich
61663414b7 migrate tab order to DSLV 2014-10-17 12:07:39 +02:00
Adrian Ulrich
da6878da5e migrate queue to DSLV 2014-10-17 11:41:17 +02:00
Adrian Ulrich
0e1c948278 remove padding due to draglist bug and make showqueue dragable 2014-10-16 17:02:56 +02:00
Adrian Ulrich
22b9422d3a use own view for filebrowser 2014-10-16 16:01:36 +02:00
Adrian Ulrich
7fe8d9fd43 restyle notification 2014-10-14 20:36:49 +02:00
Adrian Ulrich
beb440a7ac support for expanded notifications 2014-10-14 12:54:45 +02:00
Adrian Ulrich
28cc7322b3 slightly increase doubleclick detection 2014-10-14 10:01:54 +02:00
Adrian Ulrich
f230b14eda inherit text color from theme 2014-10-14 08:51:18 +02:00