894 Commits

Author SHA1 Message Date
Adrian Ulrich
43b13d9684 Add confirm dialog to delete action 2014-04-12 17:24:32 +02:00
Adrian Ulrich
750fbb47b3 Get rid of CompatFroyo 2013-09-01 10:21:21 +02:00
Adrian Ulrich
c3cdcc50ec Get rid of CompatFroyo in ViewPager 2013-09-01 10:04:34 +02:00
Adrian Ulrich
5005c38e8b remove some honeycomb legacy stuff 2013-09-01 09:43:36 +02:00
Adrian Ulrich
0c6dd67c73 Change version number to 0.9.23 2013-08-30 18:54:28 +02:00
Adrian Ulrich
d94960338d Add lv and zh translations 2013-08-30 18:52:59 +02:00
Adrian Ulrich
cdbe36056f Readahead support 2013-08-30 18:52:45 +02:00
Adrian Ulrich
70c7957d0a also include artist in showqueue 2013-08-29 11:19:41 +02:00
Adrian Ulrich
2243e5a68f delay seek by 150ms 2013-08-29 11:08:34 +02:00
Adrian Ulrich
f7a58becf9 remove headset_plug (autoplay on headset-insert) feature 2013-08-29 10:40:21 +02:00
Adrian Ulrich
95250a8d22 Allow back-button in filebrowser view
Hitting back will now remove the last limiter
2013-08-29 10:31:47 +02:00
Adrian Ulrich
07da854515 Always expand folders
User can still use long-press to enqueue a folder
2013-08-29 10:01:07 +02:00
Adrian Ulrich
ace08e42d6 support for replaygain info in TXXX tags 2013-08-25 13:13:28 +02:00
Adrian Ulrich
61ed652e14 Version 0.9.22 2013-07-11 07:19:44 +02:00
Adrian Ulrich
d99a9bc042 Use FallbackCover for WidgetD 2013-07-09 11:08:08 +02:00
Adrian Ulrich
f16892e351 Fix fade-out in combination with ReplayGain 2013-07-09 10:38:21 +02:00
Adrian Ulrich
dca29fc5ad Avoid calling getReplayGainValues with a null path
No idea why this happens, looks like an android bug (can not reproduce)
But this fix should be good enough as the returned value is only used in the UI
2013-06-29 22:17:09 +02:00
Adrian Ulrich
77b7f8a10a Automatically skip up to 10 broken songs in a row 2013-06-29 22:06:30 +02:00
Adrian Ulrich
adfd112a3f never call setVolume with values > 1.0f 2013-06-13 17:59:29 +02:00
Adrian Ulrich
40d29f63fa Avoid out-of-memory crashes caused by HUGE images 2013-06-13 17:52:13 +02:00
Adrian Ulrich
fb98966b9f Add new sorting option 2013-06-13 10:29:48 +02:00
Adrian Ulrich
141aef2e27 support for CM DSP-Manager 2013-05-18 19:02:08 +02:00
Adrian Ulrich
b178023900 Use 'like' to do fileglobbing in androids media db
GLOB seems to have way too much trouble with [] chars.
We also make sure that directory globs are terminated with a /
(/foo/media should not match /foo/medias)
2013-05-16 15:33:43 +02:00
Adrian Ulrich
d98322b122 Merge pull request #34 from averageapps/master
Add option to open FullPlaybackActivity by clicking notification
2013-05-16 02:12:52 -07:00
averageapps
ed7180f4fd Add option to open FullPlaybackActivity by clicking notification 2013-05-16 01:20:31 +02:00
Adrian Ulrich
dd367a29df Added finish translation
Thanks to Jiri Grnroos
2013-05-06 20:34:32 +02:00
Adrian Ulrich
e92a499df0 changed translation url 2013-05-05 19:38:15 +02:00
Adrian Ulrich
233fab92de switch BASTP to GPLv3 2013-05-05 16:52:26 +02:00
Adrian Ulrich
2428c61102 Switch to GPLv3 2013-05-05 16:51:35 +02:00
Adrian Ulrich
a525523bf1 Use GPLv3 for own code 2013-05-05 10:17:16 +02:00
Adrian Ulrich
7fc6ad0dbd Debump support 2013-05-01 18:59:36 +02:00
Adrian Ulrich
d317d7aebc config option for songs without RG tag 2013-05-01 18:59:01 +02:00
Adrian Ulrich
94ff9bd9e4 disable sliders if no RG option is enabled 2013-05-01 18:48:14 +02:00
Adrian Ulrich
ca28633e6a display replay gain values in extended song infos 2013-05-01 17:58:57 +02:00
Adrian Ulrich
abc7941daa Move RG-Parsing into BastpUtil and provide an LRU cache 2013-05-01 17:54:11 +02:00
Adrian Ulrich
5050cd047c Yet another ReplayGain commit :-/
I'm going back to mp.setVolume(). The Android Equalizer turned out to be too buggy.
The only advantage of using it would be the possibilty to go > 100%, but this feature just
doesn't work well - even on a Nexus 7 running Stock 4.2.2.
So there is no need to use the EQ if we are still limited to 100%
2013-05-01 11:06:32 +02:00
Adrian Ulrich
510f352192 replaygain pre-amp configuration support 2013-05-01 11:05:05 +02:00
Adrian Ulrich
79902cfcf1 yet another try on RG
We are now using the equalizer feature of android which seems to be pretty buggy:
Attaching to a single audio session does not work, so we are using the global '0' id even if it is deprecated
2013-04-28 20:53:17 +02:00
Adrian Ulrich
4ae2e4eb54 adjust volume by 0.5 to avoid silence ;-) 2013-04-01 21:51:22 +02:00
Adrian Ulrich
ac28a36d5a improve replay gain support 2013-04-01 21:20:13 +02:00
Adrian Ulrich
7b0fb5a07f Make replaygain-config a subitem 2013-04-01 20:36:50 +02:00
Adrian Ulrich
737e545ae4 Merge pull request #19 from Vavooon/patch-1
Update res/values-uk/translatable.xml
2013-03-25 06:18:34 -07:00
Adrian Ulrich
6ffa5fadf8 Add widget preview images 2013-03-24 13:20:51 +01:00
Adrian Ulrich
8aba82f5af support for mp3 in bastp 2013-03-24 10:57:14 +01:00
Adrian Ulrich
9219cf1e3f update to latest BASTP version 2013-03-24 10:57:01 +01:00
Adrian Ulrich
f31850174a Merge pull request #28 from kieranclancy/lockfix
Use FLAG_SHOW_WHEN_LOCKED as well as FLAG_DISMISS_KEYGUARD
2013-03-23 12:28:53 -07:00
Adrian Ulrich
6c225a1717 make replay gain a config option 2013-03-23 20:08:06 +01:00
Adrian Ulrich
4b3661523f minor layout fix for white widget 2013-03-23 17:59:29 +01:00
Adrian Ulrich
277a948920 add 'add to favorites' function 2013-03-23 17:32:10 +01:00
Kieran Clancy
919fa9dfdd Use FLAG_SHOW_WHEN_LOCKED as well as FLAG_DISMISS_KEYGUARD 2013-03-22 16:29:28 +10:30