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
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
averageapps
ed7180f4fd
Add option to open FullPlaybackActivity by clicking notification
2013-05-16 01:20:31 +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
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
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
Adrian Ulrich
213025272e
fix overflow buttion view on non-button devices for Filebrowser-Config dialog
2013-03-16 17:11:58 +01:00
Pierre Equoy
df83255126
Add "Show queue" to Action list
...
User can now select "Show queue" as an action when interacting (press,
long press, swipe up, swipe down) with the Cover in the Playback Screen.
2013-03-10 02:56:53 +08:00
Adrian Ulrich
0e60e51128
only acquire a new wakelock if we are not already holding one
...
This fixes a bug where VanillaMusic would hold multiple references to the same wakelock, resulting in a battery drain (as the lock refcount would never reach zero).
2013-03-08 14:28:24 +01:00
Adrian Ulrich
712aaeb63d
remove non-functional 'Edit' menu point
2013-01-15 22:04:36 +01:00
Adrian Ulrich
8168a9e691
use string resources for filepicker dialog
2013-01-15 18:34:33 +01:00
Adrian Ulrich
96daf91e3b
catch setDataSource exception thrown by metadata reader
2013-01-15 18:20:48 +01:00
Adrian Ulrich
e59782e54e
implement ugly ghost-path detector
2013-01-15 18:07:31 +01:00
Adrian Ulrich
76cfe8e680
add new filebrowser files
2013-01-02 19:31:07 +01:00
Adrian Ulrich
85efbd7573
Config option to set filebrowser start
2013-01-02 19:10:09 +01:00
Kieran Clancy
d814daed31
Ensure callback is not null in SongTimeline
2012-12-12 20:22:18 +01:00
Kieran Clancy
762a2f365a
Ensure file paths are not empty (avoids ICS bug)
2012-12-12 20:22:09 +01:00
Adrian Ulrich
34e72f1717
avoid crashing if we got empty/null values
2012-12-12 20:17:00 +01:00
Adrian Ulrich
9547499d65
use lc _magic kw
2012-11-11 20:44:45 +01:00
Adrian Ulrich
d4c4498068
Adding BASTP TagParser
...
This is required for ReplayGain - a POC version of the code is already implemented (no album gain, no config option yet)
2012-11-11 20:29:30 +01:00
Adrian Ulrich
bf98eb3631
Bugfix: Do not crash on fast-scroll
...
Fixed string out-of-bounds error: Android returns an empty string if there was no key. calling substr() on it turned out to be a dumb idea ;-)
2012-11-04 15:04:59 +01:00
Adrian Ulrich
0c428f8646
0.9.14 release
2012-10-21 17:16:46 +02:00