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
Adrian Ulrich
f71cc60f5b
bump versionCode to allow patch releases
2016-05-06 08:46:21 +02:00
Adrian Ulrich
0113307fec
possible fix for https://github.com/vanilla-music/vanilla/issues/336
2016-05-06 08:45:29 +02:00
Adrian Ulrich
0cca0a452c
Merge pull request #335 from relan/status-icon
...
New status icon
2016-05-05 17:12:41 +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
28e2eca26d
work around ICS misfeature
2016-05-01 10:15:34 +02:00
Adrian Ulrich
ec9c448adc
prepare for 1.0.39
2016-05-01 08:59:01 +02:00
Adrian Ulrich
628e5938b6
add persian translation
2016-04-30 18:08:01 +02:00
Adrian Ulrich
a7bc9c7cc4
make us launchable by CM12's native headset-plug detector
2016-04-30 12:54:58 +02:00
Adrian Ulrich
e7829a62f3
add transifex translation script
2016-04-30 12:40:23 +02:00
Adrian Ulrich
de7eeafe5d
update translations
2016-04-30 12:40:13 +02:00
Adrian Ulrich
bd19e89cf1
remove orphaned script
2016-04-30 12:15:27 +02:00
Adrian Ulrich
5e2e7db411
reduce beep by 4dB
2016-04-30 12:04:43 +02:00
Adrian Ulrich
3acaebc90b
Hide extra info on slide expansion
2016-04-23 09:31:59 +02:00
Adrian Ulrich
9e42e86296
Implement SlidingPlaybackActivity
2016-04-23 08:47:40 +02:00
Adrian Ulrich
ffb2c1332a
Hide slide if we are switching to FullPlaybackActivity due to a click
2016-04-16 11:47:56 +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
4e130235a4
release 1.0.38
2016-04-06 19:54:05 +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
2967bb38eb
update contributors
2016-04-04 20:56:37 +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
Xiao Bao Clark
39437ec287
Add nightly link to about page
2016-04-03 02:49:54 +10: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
Адонай Элохим
43ccf6de4d
Make fast scroll sort-aware
2016-04-02 13:47:19 +03:00
Adrian Ulrich
90a021f9fa
Unbreak KitKat
...
which was broken by c0adcdee
2016-04-01 19:19:19 +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
a3439c0dbf
obey lint
...
apply() saves in background which is good enough for us
2016-03-31 20:28:34 +02:00
Adrian Ulrich
29ccd7dc5c
do not hardcode package name
2016-03-31 20:26:32 +02:00
Adrian Ulrich
c1457ad7ac
Merge pull request #313 from xbao/gradlewrapper
...
Add Gradle wrapper v2.2.1
2016-03-31 20:19:27 +02:00
Adrian Ulrich
75f2ce9c21
update translations
2016-03-31 20:18:16 +02:00
Adrian Ulrich
031b35f69e
hide menue entries affecting the current song
2016-03-31 20:13:46 +02:00
Xiao Bao Clark
eeee710f90
Add Gradle wrapper v2.2.1
...
A gradle wrapper script allows a developer to download and use the
correct version of gradle for Vanilla without needing to install it on
their machine. Vanilla uses v1.3.0 of the Android Gradle plugin, which
requires Gradle v2.2.1.
This commit adds the gradle wrapper, generated using
```
gradle wrapper --gradle-version 2.2.1
```
This command generates a gradle-wrapper.properties that links to the
binary distribution of Gradle. For better integration with IDE's, this
commit changes the URL to '*-all.zip'
More information about the Gradle wrapper can be found in the
[Gradle User Guide - Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html )
2016-03-29 11:48:13 +11:00
Adrian Ulrich
7271b14c34
clear bottom bar if queue is empty
2016-03-28 13:51:28 +02:00
Adrian Ulrich
12516353f3
inherit sent time generation on state changes
...
The old code used to drop valid events. example:
* Event 1 born
* Event 2 born
* Event 1 processed
* Event 2 dropped
This change inherits the 'born' time while still giving UI
updates priority
2016-03-28 13:47:37 +02:00
Adrian Ulrich
f4cbd1053e
Avoid race during fragment creation
...
onTimelineChanged() is not always called on creation, but setSong() is
2016-03-28 13:14:44 +02:00
Adrian Ulrich
62d83dbf32
Relax cover filename matching
...
as requested in #293
2016-03-28 09:42:40 +02:00
Adrian Ulrich
4e783635b9
Target 1.0.38
2016-03-28 09:04:27 +02:00
Adrian Ulrich
86c6a3b326
Call notifyDataSetChanged() to trigger view updates
...
Calling notifyDataSetInvalidated() would mean that we abaddon this adapter
Fixes #84 (again)
2016-03-28 09:00:00 +02:00
Adrian Ulrich
0ada623946
make spacer clickable (again)
2016-03-28 08:29:42 +02:00
Adrian Ulrich
5e2f466821
snap in at half of the childs height
2016-03-28 08:18:37 +02:00
Adrian Ulrich
4ef83abf32
change fling behaviour
2016-03-27 22:05:43 +02:00
Adrian Ulrich
e96643b9a6
Set initial fake offset to Integer.MAX_VALUE
...
This fixes issues with out-of-screen-swipes
2016-03-27 18:31:19 +02:00
Adrian Ulrich
6824ee229b
handle back button for slide
2016-03-27 18:15:43 +02:00