Commit Graph

  • 2ae7e3123d show queue is (again) a swipe option Adrian Ulrich 2016-05-10 19:07:56 +02:00
  • 6d1382dc57 pass full URI to mime guesser fixes https://github.com/vanilla-music/vanilla/issues/343 Adrian Ulrich 2016-05-10 18:39:08 +02:00
  • e88343bed8 update translations Adrian Ulrich 2016-05-06 18:02:59 +02:00
  • 97944e0994 use a fixed height for the seek bar (fixes layout issues on Android 6) Adrian Ulrich 2016-05-06 18:01:48 +02:00
  • f71cc60f5b bump versionCode to allow patch releases Adrian Ulrich 2016-05-06 08:46:21 +02:00
  • 0113307fec possible fix for https://github.com/vanilla-music/vanilla/issues/336 Adrian Ulrich 2016-05-06 08:45:29 +02:00
  • 0cca0a452c Merge pull request #335 from relan/status-icon Adrian Ulrich 2016-05-05 17:12:41 +02:00
  • b210465224 New status icon relan 2016-05-03 18:53:35 +03:00
  • 28e2eca26d work around ICS misfeature Adrian Ulrich 2016-05-01 10:15:34 +02:00
  • ec9c448adc prepare for 1.0.39 Adrian Ulrich 2016-05-01 08:59:01 +02:00
  • 628e5938b6 add persian translation Adrian Ulrich 2016-04-30 18:08:01 +02:00
  • a7bc9c7cc4 make us launchable by CM12's native headset-plug detector Adrian Ulrich 2016-04-30 12:54:58 +02:00
  • e7829a62f3 add transifex translation script Adrian Ulrich 2016-04-30 12:40:23 +02:00
  • de7eeafe5d update translations Adrian Ulrich 2016-04-30 12:40:13 +02:00
  • bd19e89cf1 remove orphaned script Adrian Ulrich 2016-04-30 12:15:27 +02:00
  • 5e2e7db411 reduce beep by 4dB Adrian Ulrich 2016-04-30 12:04:43 +02:00
  • 3acaebc90b Hide extra info on slide expansion Adrian Ulrich 2016-04-23 09:31:59 +02:00
  • 9e42e86296 Implement SlidingPlaybackActivity Adrian Ulrich 2016-04-23 08:47:40 +02:00
  • ffb2c1332a Hide slide if we are switching to FullPlaybackActivity due to a click Adrian Ulrich 2016-04-16 11:47:56 +02:00
  • 526adda336 use elevation Adrian Ulrich 2016-04-09 11:49:22 +02:00
  • 4c554e9097 Revert "Add drop shadow below controls" Adrian Ulrich 2016-04-09 11:46:49 +02:00
  • 42a7a23814 Add drop shadow below controls Xiao Bao Clark 2016-04-09 18:23:54 +10:00
  • e02343a7ef update russian translation Adrian Ulrich 2016-04-06 21:36:24 +02:00
  • 4e130235a4 release 1.0.38 Adrian Ulrich 2016-04-06 19:54:05 +02:00
  • 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 Adrian Ulrich 2016-04-04 21:47:56 +02:00
  • 2967bb38eb update contributors Adrian Ulrich 2016-04-04 20:56:37 +02:00
  • a3b4eefe09 Introduce FastScrollGuardListView Adrian Ulrich 2016-04-04 20:52:06 +02:00
  • 39437ec287 Add nightly link to about page Xiao Bao Clark 2016-04-03 02:49:54 +10:00
  • f9015ea001 Merge pull request #315 from Adonai/vanilla Adrian Ulrich 2016-04-02 20:52:06 +02:00
  • a023b75ec7 Use own divider with outsideInset scrollbar Adrian Ulrich 2016-04-02 20:47:59 +02:00
  • 43ccf6de4d Make fast scroll sort-aware Адонай Элохим 2016-04-02 01:23:17 +03:00
  • 90a021f9fa Unbreak KitKat which was broken by c0adcdee Adrian Ulrich 2016-04-01 19:19:19 +02:00
  • 6b8b15acbe Add fast-scroll indexer to MediaAdapter Адонай Элохим 2016-04-01 01:06:10 +03:00
  • fca3ff0389 fix some lint errors Adrian Ulrich 2016-03-31 20:39:36 +02:00
  • 422c28e4f3 remove superfluent namespace declartation Adrian Ulrich 2016-03-31 20:30:45 +02:00
  • a3439c0dbf obey lint apply() saves in background which is good enough for us Adrian Ulrich 2016-03-31 20:28:34 +02:00
  • 29ccd7dc5c do not hardcode package name Adrian Ulrich 2016-03-31 20:26:32 +02:00
  • c1457ad7ac Merge pull request #313 from xbao/gradlewrapper Adrian Ulrich 2016-03-31 20:19:27 +02:00
  • 75f2ce9c21 update translations Adrian Ulrich 2016-03-31 20:18:16 +02:00
  • 031b35f69e hide menue entries affecting the current song Adrian Ulrich 2016-03-31 20:13:46 +02:00
  • eeee710f90 Add Gradle wrapper v2.2.1 Xiao Bao Clark 2016-03-29 11:36:26 +11:00
  • 7271b14c34 clear bottom bar if queue is empty Adrian Ulrich 2016-03-28 13:51:28 +02:00
  • 12516353f3 inherit sent time generation on state changes Adrian Ulrich 2016-03-28 13:47:37 +02:00
  • f4cbd1053e Avoid race during fragment creation onTimelineChanged() is not always called on creation, but setSong() is Adrian Ulrich 2016-03-28 13:14:44 +02:00
  • 62d83dbf32 Relax cover filename matching as requested in #293 Adrian Ulrich 2016-03-28 09:42:40 +02:00
  • 4e783635b9 Target 1.0.38 Adrian Ulrich 2016-03-28 09:04:27 +02:00
  • 86c6a3b326 Call notifyDataSetChanged() to trigger view updates Calling notifyDataSetInvalidated() would mean that we abaddon this adapter Adrian Ulrich 2016-03-28 09:00:00 +02:00
  • 0ada623946 make spacer clickable (again) Adrian Ulrich 2016-03-28 08:29:42 +02:00
  • 5e2f466821 snap in at half of the childs height Adrian Ulrich 2016-03-28 08:18:37 +02:00
  • 4ef83abf32 change fling behaviour Adrian Ulrich 2016-03-27 22:05:43 +02:00
  • e96643b9a6 Set initial fake offset to Integer.MAX_VALUE This fixes issues with out-of-screen-swipes Adrian Ulrich 2016-03-27 18:31:19 +02:00
  • 6824ee229b handle back button for slide Adrian Ulrich 2016-03-27 18:15:43 +02:00
  • 48fc99ac42 add save_queue_as_playlist to PlaybackActivity Adrian Ulrich 2016-03-27 17:35:57 +02:00
  • d9957be6d5 Bye bye ShowQueueActivity, you did well. Adrian Ulrich 2016-03-27 17:31:23 +02:00
  • 1c5a0eb0c2 only add items with icons to bottombar Adrian Ulrich 2016-03-27 17:21:53 +02:00
  • 2768ea1c7e add MENU_EMPTY_QUEUE Adrian Ulrich 2016-03-27 16:56:50 +02:00
  • cf34ba9de1 move MENU_CLEAR to PlaybackActivity Adrian Ulrich 2016-03-27 16:52:05 +02:00
  • 9dd046298e initial handling of slide callbacks Adrian Ulrich 2016-03-27 16:37:59 +02:00
  • 4578cee645 get rid of old and ugly (invisible) icon Adrian Ulrich 2016-03-27 16:19:18 +02:00
  • 05fec14d9b implement SlidingView.Callback Adrian Ulrich 2016-03-27 16:14:54 +02:00
  • 24ed0d6504 Update README.md Adrian Ulrich 2016-03-27 14:08:07 +02:00
  • b3e97c4418 move getFilesystemBrowseStart into FileUtils Thats far better than extending PlaybackActivity just for this Adrian Ulrich 2016-03-21 21:44:11 +01:00
  • 5652917b49 Merge pull request #308 from lcremmer/RockscoutOptIn Adrian Ulrich 2016-03-21 20:15:16 +01:00
  • 2c6bf316e1 implement bindControlButtons() Adrian Ulrich 2016-03-20 18:20:29 +01:00
  • 1a6774ca2f squash-merge of slide-up branch Adrian Ulrich 2016-03-20 13:21:25 +01:00
  • 93a52a387b MirrorLink/Rockscout: allow RockScout to be used as an alternative UI for Vanilla outside of a Car Laurent Cremmer 2016-03-18 07:44:26 +00:00
  • 563b01ee6c Merge pull request #296 from xbao/genres-hide-empty Adrian Ulrich 2016-03-08 20:56:34 +01:00
  • 5a72d52153 Reset search when an item is expanded Xiao Bao Clark 2016-02-29 19:05:38 +11:00
  • c0adcdee2f Introduce TimelineCallback This makes it simpler for non-playback activities to get callbacks Adrian Ulrich 2016-02-28 12:18:44 +01:00
  • 8c6993537d Exclude empty genres from genre list Xiao Bao Clark 2016-02-28 12:08:58 +11:00
  • 29307ae357 set correct default value This should have been done in b7fae56fc30ab7c172fd9345f748dd0b25170290 Adrian Ulrich 2016-02-27 16:13:42 +01:00
  • a347f38eb7 Merge pull request #291 from xbao/fix/cover-crash Adrian Ulrich 2016-02-20 09:34:47 +01:00
  • 8fbfaae8a2 Check width and height > 0 before generating bitmap Xiao Bao Clark 2016-02-20 13:14:20 +11:00
  • ebcc88fe40 Change the wording of subreddit link in about.html amin bandali 2016-02-14 00:08:14 -05:00
  • aadabf6ea0 target 1.0.37 Adrian Ulrich 2016-02-13 16:43:27 +01:00
  • 4156c309c4 remove dead code Adrian Ulrich 2016-02-13 16:38:31 +01:00
  • b3ea41f46a slightly improve speed of media-database bitmap miss'es Adrian Ulrich 2016-02-13 16:04:51 +01:00
  • aee303fb62 Call onPrepareOptionsMenu on consumer before showing the menu Adrian Ulrich 2016-02-07 14:07:54 +01:00
  • 7afff3890f Squashed merge of favorites branch Adrian Ulrich 2016-02-07 13:14:18 +01:00
  • 329451dce4 increase jpeg quality from 80 to 85 This results in about the same filesize as a 90q-webp Adrian Ulrich 2016-02-07 13:06:12 +01:00
  • 41e57bb1c6 switch from WEBP to JPEG as the jpeg decoder is up to 4 times faster Adrian Ulrich 2016-02-06 11:45:35 +01:00
  • 3067e59223 Do not pass out-of-bounds data to mLists[index].setSelection Adrian Ulrich 2016-02-05 11:03:45 +01:00
  • 0e9f5b590a make library view song display consistent with showqueue Adrian Ulrich 2016-02-03 21:39:15 +01:00
  • 924a8189de Check for null song + artist, seems to happen on some broken ICS devices Adrian Ulrich 2016-02-02 15:28:38 +01:00
  • 5ca50aeebe Bind lru cache size to device memory Adrian Ulrich 2016-02-02 15:28:25 +01:00
  • b8c4e73849 remove obsolete sCoverCache Adrian Ulrich 2016-02-02 14:36:04 +01:00
  • a6b4997195 Move placeholder cover code to CoverBitmap Adrian Ulrich 2016-02-02 14:03:49 +01:00
  • f49d5fd1ad Revert workaround for ICS Lockscreen bug This is - hopefully - not needed on any LP devices Adrian Ulrich 2016-02-02 11:32:18 +01:00
  • d891f77be4 use matching (small) cover for library view controls Adrian Ulrich 2016-02-02 10:56:46 +01:00
  • fc2870d223 Use application context in BitmapDiskCache Xiao Bao Clark 2016-01-31 08:55:03 +11:00
  • 69775a0a0a Tell the world about /r/VanillaMusic ! amin bandali 2016-01-07 22:19:35 -05:00
  • fec73b4b65 The menu button is, for whatever reason not 48 but 36+4 dp Adrian Ulrich 2016-01-07 22:52:05 +01:00
  • ec491604c2 update changelog Adrian Ulrich 2016-01-07 20:40:38 +01:00
  • 98b2501fc0 Only pad the right edge with 4dp, not all items Adrian Ulrich 2016-01-07 20:36:22 +01:00
  • 6ad8c087ae Add a link to our subreddit /r/VanillaMusic Amin Bandali 2016-01-07 09:42:59 -05:00
  • 85075fe18a Add XXX-HDPI launcher icon Adrian Ulrich 2016-01-07 12:49:29 +01:00
  • 4daf989f71 bump version to 1.0.36 Adrian Ulrich 2016-01-07 10:03:52 +01:00
  • 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 Adrian Ulrich 2016-01-07 10:02:35 +01:00
  • e6c28401b3 Permission request is not part of the default layout It can inflate itself Adrian Ulrich 2016-01-07 09:51:24 +01:00
  • dc45137eee squashed merge of hacky-bottom branch Adrian Ulrich 2016-01-07 09:16:24 +01:00