196 Commits

Author SHA1 Message Date
Adrian Ulrich
013a391cf0 Support for multiple themes 2016-05-26 20:53:05 +02:00
relan
2c8a9850c4 Use system strings where possible 2016-05-24 09:17:24 +03:00
Adrian Ulrich
7a8f349f37 add reverse sort 2016-05-14 10:34:45 +02:00
Adrian Ulrich
97944e0994 use a fixed height for the seek bar (fixes layout issues on Android 6) 2016-05-06 18:01:48 +02:00
Adrian Ulrich
9e42e86296 Implement SlidingPlaybackActivity 2016-04-23 08:47:40 +02:00
Adrian Ulrich
526adda336 use elevation 2016-04-09 11:49:22 +02:00
Adrian Ulrich
4c554e9097 Revert "Add drop shadow below controls"
This reverts commit 42a7a23814d68560dca485c809f8dc26c71f6978.
2016-04-09 11:46:49 +02:00
Xiao Bao Clark
42a7a23814 Add drop shadow below controls 2016-04-09 18:26:25 +10:00
Adrian Ulrich
5c1c2e0cfe set scrollbar style in theme
We only use inset on HOLO - Material can use the default style (insideOverlay) as we control
the fastscroll area on our own via a3b4eefe09a3d2c358a5e7f39f5b987acc0a667a
2016-04-04 21:47:56 +02:00
Adrian Ulrich
a3b4eefe09 Introduce FastScrollGuardListView
This is a hack to work around androids stupid 48dip fast-scroll area: The framework will hijack any scroll events which happen
near (=48 dp) the fast scroll bar. We do not want this as it clashes with our expand buttons.

This class intercepts events in the problematic area and rewrites them to a fake event to pretend that the touch did not happen in the fastscroll area
2016-04-04 20:52:06 +02:00
Adrian Ulrich
f9015ea001 Merge pull request #315 from Adonai/vanilla
Add fast-scroll indexer to MediaAdapter (Library View)
2016-04-02 20:52:06 +02:00
Adrian Ulrich
a023b75ec7 Use own divider with outsideInset scrollbar 2016-04-02 20:47:59 +02:00
Адонай Элохим
6b8b15acbe Add fast-scroll indexer to MediaAdapter 2016-04-01 01:13:00 +03:00
Adrian Ulrich
422c28e4f3 remove superfluent namespace declartation 2016-03-31 20:30:45 +02:00
Adrian Ulrich
29ccd7dc5c do not hardcode package name 2016-03-31 20:26:32 +02:00
Adrian Ulrich
1a6774ca2f squash-merge of slide-up branch 2016-03-20 13:21:25 +01:00
Adrian Ulrich
e6c28401b3 Permission request is not part of the default layout
It can inflate itself
2016-01-07 09:51:24 +01:00
Adrian Ulrich
dc45137eee squashed merge of hacky-bottom branch 2016-01-07 09:16:24 +01:00
Adrian Ulrich
9a319f9e05 Migrate to SlidingTabLayout 2015-12-31 20:53:39 +01:00
Adrian Ulrich
4671261f1c Squashed merge of the material-polish branch 2015-12-28 14:18:48 +01:00
Adrian Ulrich
b42e923675 Option to ignore permanent audio focus loss 2015-12-14 11:05:00 +01:00
Adrian Ulrich
2a3eb5f403 Beautify Android 6 permission request 2015-11-01 17:09:37 +01:00
Adrian Ulrich
a04aa57f7a call requestLayout() on mQueuePosView
Seems to fix the issue on Android 5.x, so we can get rid of the hint-hack
2015-10-05 20:35:48 +02:00
Adrian Ulrich
806e74eba1 rename shake_pref into seekbar_pref 2015-10-05 11:44:07 +02:00
Adrian Ulrich
830db1a519 restyle shake_pref 2015-10-05 11:37:03 +02:00
Adrian Ulrich
ad4fa0a9d2 Add a hint to queue pos
This forces android to create the text-view with a size wide enough to fit '00/00' in it.
Without this, we might end up with a smaller view which gets truncated if the text to display
switches from 9/10 to 10/10
2015-10-04 15:15:50 +02:00
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