Commit Graph

  • 96daf91e3b catch setDataSource exception thrown by metadata reader Adrian Ulrich 2013-01-15 18:20:48 +01:00
  • e59782e54e implement ugly ghost-path detector Adrian Ulrich 2013-01-15 18:07:31 +01:00
  • 76cfe8e680 add new filebrowser files Adrian Ulrich 2013-01-02 19:31:07 +01:00
  • 85efbd7573 Config option to set filebrowser start Adrian Ulrich 2013-01-02 19:10:09 +01:00
  • b8f278c6c7 Update res/values-uk/translatable.xml Vavooon 2012-12-18 12:33:48 +02:00
  • d814daed31 Ensure callback is not null in SongTimeline Kieran Clancy 2012-11-16 14:25:30 +10:30
  • 762a2f365a Ensure file paths are not empty (avoids ICS bug) Kieran Clancy 2012-11-16 09:09:49 +10:30
  • 34e72f1717 avoid crashing if we got empty/null values Adrian Ulrich 2012-12-12 20:17:00 +01:00
  • 9547499d65 use lc _magic kw Adrian Ulrich 2012-11-11 20:44:45 +01:00
  • 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) Adrian Ulrich 2012-11-11 20:29:30 +01:00
  • 75976e298a change version to 0.9.15 Adrian Ulrich 2012-11-10 10:54:55 +01:00
  • 9de22b37c9 Fix notification-area album cover We are now using a fixed size for the image - JellyBean needs a seperate layout file as the gap between the cover + text changed Adrian Ulrich 2012-11-04 17:16:17 +01:00
  • 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 ;-) Adrian Ulrich 2012-11-04 15:04:59 +01:00
  • 0c428f8646 0.9.14 release Adrian Ulrich 2012-10-21 17:16:46 +02:00
  • 31c7a65ad3 remove some legacy checks Adrian Ulrich 2012-10-19 17:38:20 +02:00
  • 0f6137ed4a update gapless cache on queue change Adrian Ulrich 2012-10-19 17:35:51 +02:00
  • 5eab4898ee Remove volume override feature This seems to be pretty buggy for some reason (android bug?) and crashes with random errors - even on freshly initialized MediaPlayers Adrian Ulrich 2012-10-19 16:55:02 +02:00
  • b14299e6da do not call setDataSource() if we are going to destroy the object anyway Adrian Ulrich 2012-10-19 16:31:56 +02:00
  • e60be1af0e Gapless playback This patch adds support for gapless playback present in JellyBean. It will do nothing on ICS devices. Adrian Ulrich 2012-10-18 22:35:44 +02:00
  • 9d10a15a7c 0.9.13 release Adrian Ulrich 2012-10-07 15:01:55 +02:00
  • 67f195b5b5 Remove legacy code This commit removes a bunch of SDK_INT check from the existing code as we do not support anything below android 4 anyway Adrian Ulrich 2012-10-01 21:17:28 +02:00
  • 1f9cd5e745 Showqueue fixes The actionbar title button will now terminate this activity Adrian Ulrich 2012-10-01 21:07:57 +02:00
  • dbdfeebc17 jumping to a song should behave like shiftCurrentSong Adrian Ulrich 2012-10-01 20:10:17 +02:00
  • 1206e17d62 i18n Adrian Ulrich 2012-09-30 13:31:10 +02:00
  • 30d1038290 initial support for ShowQueueActivity Adrian Ulrich 2012-09-30 13:28:27 +02:00
  • 8004113518 no need to pause first - always play on selection Adrian Ulrich 2012-09-30 11:39:15 +02:00
  • eda55a01bb implement ability to jump by queue position/id Adrian Ulrich 2012-09-29 20:14:48 +02:00
  • 669bf3f4b8 '92 release Adrian Ulrich 2012-09-27 19:27:18 +02:00
  • f89674f8d8 do not enable proguard on release as it breaks the Settings Adrian Ulrich 2012-09-27 19:09:51 +02:00
  • b06aaa3085 remove @TargetAPI from Preferences Adrian Ulrich 2012-09-27 19:09:38 +02:00
  • 169476723a stop if getCount is zero - fixes playlist-delete crash Adrian Ulrich 2012-09-26 19:15:25 +02:00
  • 283ec015af smaller font size Adrian Ulrich 2012-09-23 18:49:56 +02:00
  • 0f6f46c2f5 remove releases/*.map Adrian Ulrich 2012-09-23 16:16:12 +02:00
  • 0b291e81eb rewind song if we receive the command via hardware button / volume rocker Adrian Ulrich 2012-09-23 16:03:56 +02:00
  • 5e06b6e030 Get rid of EdgeEffectCompat Adrian Ulrich 2012-09-23 15:34:46 +02:00
  • 9fc51aac3d update github link Adrian Ulrich 2012-09-23 15:15:18 +02:00
  • 8284c8b8a7 merge missing values Adrian Ulrich 2012-09-23 15:13:08 +02:00
  • e1419f837b remove v11 untr. file Adrian Ulrich 2012-09-23 14:59:56 +02:00
  • 159cd2293b merge v11 <-> normal drawable folders Adrian Ulrich 2012-09-23 14:57:03 +02:00
  • e1247eedcf merge 'legacy' layout files Adrian Ulrich 2012-09-23 14:53:35 +02:00
  • 0a8ccc649a also rename package name in XML files Adrian Ulrich 2012-09-23 14:31:38 +02:00
  • b0c0044026 rename package name in order to avoid name clashes with 'old' version Adrian Ulrich 2012-09-23 14:28:57 +02:00
  • ea2eb070a9 move existing source to new pkgname Adrian Ulrich 2012-09-23 14:23:30 +02:00
  • 66b7a7abf2 use default thread priority in order to fix playback issues on ICS Adrian Ulrich 2012-09-23 14:19:11 +02:00
  • 4c47c61a44 remove legacy LruCache Adrian Ulrich 2012-09-23 14:17:33 +02:00
  • 375218e775 SDK config: break compatibility with versions <= 14 Adrian Ulrich 2012-09-23 14:08:30 +02:00
  • 496d28411a Defer release of the wake lock Christopher Eby 2012-05-16 10:11:27 -05:00
  • c307995b73 Add a beep for headset button double-click Christopher Eby 2012-05-16 09:59:59 -05:00
  • 57975df691 Use transparent drawable for Widget D fallback Christopher Eby 2012-05-15 19:49:12 -05:00
  • 09825c0d71 Make title, album, and artist multi-line when extra info is visible Christopher Eby 2012-05-15 14:18:19 -05:00
  • be9e298a72 Add play or enqueue library action; make it the default Christopher Eby 2012-05-15 13:43:08 -05:00
  • d578f2441d Update proguard.config for split preferences Christopher Eby 2012-05-14 21:01:37 -05:00
  • 914fb94a10 Update translations Christopher Eby 2012-05-14 21:01:37 -05:00
  • 57c313cbd5 Remove redundant string Christopher Eby 2012-04-13 05:33:22 -05:00
  • 0d5f83c7fa Move all preference string contants into PrefKeys Christopher Eby 2012-04-13 05:32:13 -05:00
  • 86bfc88810 Add script to update translations; update translations Christopher Eby 2012-04-10 19:04:47 -05:00
  • c2ec513a14 Add missing MDPI images for white widget nferenc 2012-04-02 19:12:33 +02:00
  • 1c08570866 Move scan button into library prefs Christopher Eby 2012-03-30 20:44:12 -05:00
  • df8de4f3b4 New white widget nferenc 2012-03-29 19:27:22 +02:00
  • 39cebee747 Vertically center library controls text Christopher Eby 2012-03-26 01:51:04 -05:00
  • f94493bd91 Actually lazy load sensor manager Christopher Eby 2012-03-26 01:45:10 -05:00
  • e6d74b6a1b Split preferences into multiple screens; add about page Christopher Eby 2012-03-24 01:44:44 -05:00
  • 0965430b64 Fix some deprecation warnings Christopher Eby 2012-03-23 17:21:39 -05:00
  • cc582a2842 TargetApi annontations for lint Christopher Eby 2012-02-27 02:31:15 -06:00
  • 37cd6c2253 Tweak phrasing of some strings Christopher Eby 2012-03-23 13:53:00 -05:00
  • 2bd5151ffe Fix action tab bar in landscape mode Christopher Eby 2012-03-16 13:30:23 -05:00
  • cfb0f98cd7 Add Ohloh page to README and use better formatting Christopher Eby 2012-03-15 12:04:26 -05:00
  • 65db705baa Version 0.9.10 Christopher Eby 2012-03-14 21:12:15 -05:00
  • 8056a06d81 Default to artist,album,track sort order for albums and songs Christopher Eby 2012-03-14 21:02:46 -05:00
  • 3f1e1b04bf Add "More from artist" and "More from album" Christopher Eby 2012-03-14 20:57:21 -05:00
  • 131bdc4507 Workaround bug in ICS's handling of backspace Christopher Eby 2012-03-14 17:43:29 -05:00
  • 467009169b Code cleanup Christopher Eby 2012-03-14 16:18:12 -05:00
  • ac8ae6dc9f Load sensor manager as needed Christopher Eby 2012-03-13 16:39:51 -05:00
  • 61ec1b9df6 Fix playback layout on Froyo and below Christopher Eby 2012-03-13 16:21:43 -05:00
  • ea84d123e1 Update translations Christopher Eby 2012-03-13 15:51:28 -05:00
  • e6dd92f3e4 Only trim random songs in addSongs when in random mode Christopher Eby 2012-03-13 15:45:34 -05:00
  • a00e9b8816 Handle null bitrate Christopher Eby 2012-03-13 15:32:33 -05:00
  • 6afb80d57c Ensure queue pos view has enough room Christopher Eby 2012-03-13 14:48:37 -05:00
  • ec9449a227 Prevent cover when art from changing when scroll is in progress Christopher Eby 2012-03-13 14:44:12 -05:00
  • 1bbde8050d Prevent seek bar from sometimes displaying old position after song change Christopher Eby 2012-03-13 12:47:27 -05:00
  • ea1a12af01 Don't update seek bar unnecessarily often Christopher Eby 2012-03-13 12:43:37 -05:00
  • 7cc59120d4 Rework playback activity layout. Christopher Eby 2012-03-13 10:01:44 -05:00
  • 95debe778b Fix fake targetSdkVersion Christopher Eby 2012-03-11 09:52:30 -05:00
  • 4669b8ea37 Make long pressing song info display additional metadata Christopher Eby 2012-03-09 15:32:44 -06:00
  • a0b1628c2c Make doc generation work with Android tools r17 Christopher Eby 2012-03-11 08:26:13 -05:00
  • 64d716571f Refactor SongTimeline.addSongs() so it receives arguments from QueryTask Christopher Eby 2012-01-22 14:01:25 -06:00
  • 3774d386e3 Fix playlist item removal Christopher Eby 2012-03-09 12:20:23 -06:00
  • 378a5b3a93 Back out of limiters Christopher Eby 2012-03-09 11:59:07 -06:00
  • 977d24a324 Save current library page Christopher Eby 2012-03-09 10:09:38 -06:00
  • 8fa1d301e9 Use colored status icon for Gingerbread and below Christopher Eby 2012-03-09 09:42:54 -06:00
  • bedb777c67 New status bar icon composed simply of white pixels nferenc 2012-03-04 13:33:08 +01:00
  • dabacbbd49 Customizable library tab order Christopher Eby 2012-03-02 02:15:05 -06:00
  • 6c6754cff0 Remove paused status icon Christopher Eby 2012-03-03 06:31:59 -06:00
  • a515058824 new icon nferenc 2012-03-03 01:27:26 +01:00
  • 496ea9068d Remove empty plurals Christopher Eby 2012-03-01 17:00:31 -06:00
  • 2fd08072fc Add note about translating and import current translations Christopher Eby 2012-03-01 05:04:36 -06:00
  • c28ce389cd Don't reset list if sort mode hasn't changed Christopher Eby 2012-03-01 02:37:03 -06:00
  • 80ca7d955e Disable match drag position behavior in FastScroller Christopher Eby 2012-03-01 02:30:42 -06:00
  • 88fe955b23 Doc fixes Christopher Eby 2012-03-01 00:47:00 -06:00
  • 2699be1cdb Remove MediaView in favor of TextView-based layouts Christopher Eby 2012-01-29 21:07:54 -06:00