481 Commits

Author SHA1 Message Date
Adrian Ulrich
2ae7e3123d show queue is (again) a swipe option 2016-05-10 19:07:56 +02:00
Adrian Ulrich
e88343bed8 update translations 2016-05-06 18:02:59 +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
relan
b210465224 New status icon
The new icon resembles launcher icon and follows material design
guidelines, see

    https://www.google.com/design/spec/style/icons.html#icons-system-icons
2016-05-03 19:01:13 +03:00
Adrian Ulrich
628e5938b6 add persian translation 2016-04-30 18:08:01 +02:00
Adrian Ulrich
de7eeafe5d update translations 2016-04-30 12:40:13 +02:00
Adrian Ulrich
5e2e7db411 reduce beep by 4dB 2016-04-30 12:04:43 +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
e02343a7ef update russian translation 2016-04-06 21:36:24 +02: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
fca3ff0389 fix some lint errors 2016-03-31 20:39:36 +02: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
75f2ce9c21 update translations 2016-03-31 20:18:16 +02:00
Adrian Ulrich
d9957be6d5 Bye bye ShowQueueActivity, you did well. 2016-03-27 17:31:23 +02:00
Adrian Ulrich
9dd046298e initial handling of slide callbacks 2016-03-27 16:37:59 +02:00
Adrian Ulrich
4578cee645 get rid of old and ugly (invisible) icon 2016-03-27 16:19:18 +02:00
Adrian Ulrich
1a6774ca2f squash-merge of slide-up branch 2016-03-20 13:21:25 +01:00
Adrian Ulrich
29307ae357 set correct default value
This should have been done in b7fae56fc30ab7c172fd9345f748dd0b25170290
2016-02-27 16:13:42 +01:00
Adrian Ulrich
7afff3890f Squashed merge of favorites branch 2016-02-07 13:14:18 +01:00
Adrian Ulrich
85075fe18a Add XXX-HDPI launcher icon 2016-01-07 12:49:29 +01:00
Adrian Ulrich
68cfa7a532 Remove tint from api-21 menu button
This silences warnings about unresolved attributes as we are NOT going to use
the v21 api getDrawable(int, theme); call until we drop ICS support
2016-01-07 10:02:35 +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
dab9401c23 Change folder icon size 2016-01-02 13:35:25 +01:00
Adrian Ulrich
bd15ec5e58 use selector for tab font color 2016-01-02 12:53:07 +01:00
Adrian Ulrich
6910376b17 remove obsoleted theming 2015-12-31 21:03:23 +01:00
Adrian Ulrich
b16c6014f6 remove old tab drawables 2015-12-31 20:57:27 +01:00
Adrian Ulrich
9a319f9e05 Migrate to SlidingTabLayout 2015-12-31 20:53:39 +01:00
Adrian Ulrich
2a633893b6 Draw fake covers for items with no album identifier 2015-12-31 10:11:18 +01:00
Amin Bandali
15572f0ac0 Use new material search icon with material theme 2015-12-29 10:33:31 +01:00
Adrian Ulrich
4671261f1c Squashed merge of the material-polish branch 2015-12-28 14:18:48 +01:00
Adrian Ulrich
1d0ab18911 update translations 2015-12-24 09:04:20 +01:00
Adrian Ulrich
b42e923675 Option to ignore permanent audio focus loss 2015-12-14 11:05:00 +01:00
Adrian Ulrich
51c7cc6a37 update translations 2015-11-12 21:15:43 +01:00
Adrian Ulrich
7f1136f689 Improve dispatching to external viewers
The context menu will now show an open option if dispatching makes sense (= would happen on click)
2015-11-09 10:18:39 +01:00
Adrian Ulrich
0cfd1c905c fix english 2015-11-03 13:47:16 +01:00
Adrian Ulrich
2a3eb5f403 Beautify Android 6 permission request 2015-11-01 17:09:37 +01:00
Adrian Ulrich
a1552370c6 Switch to SDK 23, support for Android 6 permissions model 2015-10-25 13:09:06 +01:00
Adrian Ulrich
ac8bbd906b Update translations 2015-10-16 17:49:16 +02:00
Adrian Ulrich
fe384e2d79 Adjust icon height to improve alignment with text 2015-10-12 17:56:55 +02:00
Adrian Ulrich
2676ad1a3c Get rid of gingerbread icons
Icon sources:
* Note: http://publicdomainvectors.org/en/free-clipart/Eighth-Note-with-stem-facing-up-vector-image/10187.html
* Microphone: http://publicdomainvectors.org/en/free-clipart/Microphone-vector-icon/12833.html
* Disk: self-drawn
2015-10-12 17:29:00 +02:00
Adrian Ulrich
7f1f5c0cdd option to disable artwork on lockscreen 2015-10-12 14:24:49 +02:00