Commit graph

1942 commits

Author SHA1 Message Date
tibbi
7cc9558da2 add some initial things related to customizing playback speed 2021-03-06 18:51:29 +01:00
Tibor Kaputa
c5b2ec6f91
Merge pull request #314 from ltGuillaume/patch-1
Dutch
2021-03-06 18:31:31 +01:00
tibbi
81dc293b30 wrap the whole Track activity into a scrollview 2021-03-06 17:52:29 +01:00
tibbi
9957674cb1 move the current and max progress below the seekbar 2021-03-06 17:49:31 +01:00
Guillaume
1594583987
Dutch 2021-03-06 17:29:47 +01:00
tibbi
7f132c57c0 adding a new string for playback speed 2021-03-06 11:00:39 +01:00
tibbi
3b13cc73d3 update commons to 5.34.11 2021-03-05 23:17:43 +01:00
tibbi
826b521354 avoid creating multiple big headset placeholder bitmaps 2021-03-05 23:14:37 +01:00
tibbi
265a909883 adding an extra check for null player at changing current track 2021-03-05 23:07:20 +01:00
tibbi
b77a58988c moving the animation related files into Commons 2021-03-02 19:29:55 +01:00
tibbi
3270b93778 updating changelog 2021-03-02 15:02:54 +01:00
tibbi
1afd9658d6 update version to 5.6.1 2021-03-02 15:02:43 +01:00
tibbi
75de82448f update commons to 5.34.2 2021-03-02 14:48:16 +01:00
tibbi
ad3fd2d642 update the next track placeholder image on the main thread 2021-03-02 14:24:20 +01:00
tibbi
87aacc9ac3 reset track max 3 times at failed attempts 2021-03-02 14:11:22 +01:00
tibbi
d400fce574 check the current track right before saving to avoid null tracks 2021-03-02 12:58:48 +01:00
tibbi
1ef0fbd10c updating changelog 2021-03-01 22:39:02 +01:00
tibbi
bac1b607bb update version to 5.6.0 2021-03-01 22:38:56 +01:00
tibbi
d88a4b6872 update commons to 5.34.1 2021-03-01 22:35:05 +01:00
tibbi
f4b352e4c3 init the playpause button at Track activity earlier 2021-03-01 22:14:40 +01:00
tibbi
7205257ed7 use a white play pause button by default 2021-03-01 22:14:27 +01:00
tibbi
e541b6d754 add the play/pause animation toggling into a Lottie extension 2021-03-01 15:43:01 +01:00
tibbi
8f97587c84 use the animated play/pause button at the Current Track bar too 2021-03-01 15:29:51 +01:00
tibbi
d7845ddd51 allow copying track title and artist to clipboard by long pressing 2021-03-01 15:16:17 +01:00
tibbi
b3af36d086 use Lottie for animating the play/pause button 2021-03-01 15:14:45 +01:00
tibbi
030f9ecb96 properly handle removing invalid files from the playlist 2021-02-28 23:50:59 +01:00
Tibor Kaputa
5814b21f64
Merge pull request #313 from smarquespt/patch-4
Update strings.xml
2021-02-28 23:19:16 +01:00
tibbi
602e21ad5f avoid fetching the player position while it is being initialized 2021-02-28 23:09:28 +01:00
tibbi
b64335fe06 set equalizer to null at releasing of the service 2021-02-28 22:43:28 +01:00
tibbi
1f0b424a13 removing SET_EQUALIZER too 2021-02-28 22:40:29 +01:00
tibbi
61f285fd2c removing INIT_EQUALIZER command, doesnt seem to be needed anymore 2021-02-28 22:30:30 +01:00
Sérgio Marques
9803d659a4
Update strings.xml 2021-02-28 19:12:48 +00:00
tibbi
b99c27c514 avoid reseting notification on equalizer change 2021-02-28 20:07:21 +01:00
tibbi
985e03f828 set equalizer to enabled only if it is disabled 2021-02-28 20:01:01 +01:00
tibbi
c5fc06280b avoid initializing the mediaplayer unintentionally after app destroy 2021-02-28 19:47:04 +01:00
tibbi
074cae1a1a use content URIs at showing properties, if real path isnt available 2021-02-28 17:55:20 +01:00
tibbi
69c76c8441 updating commons to 5.34.0 2021-02-28 16:46:43 +01:00
tibbi
693241f0e6 save current track at changing too, not just at destroy 2021-02-28 13:02:00 +01:00
tibbi
f8cc593d81 if none queued item is set as current, use the first one at init 2021-02-28 12:55:01 +01:00
tibbi
5551ee6f39 adding back the Properties dialog 2021-02-28 09:53:19 +01:00
tibbi
f69618166f animate some views at visibility change 2021-02-28 09:43:56 +01:00
tibbi
c3ff917e68 adding layout animations to some other views too 2021-02-27 23:32:49 +01:00
tibbi
e56df23f93 adding animation to the other fragments too 2021-02-27 23:24:51 +01:00
tibbi
c50d8e3150 animate the tracks at loading 2021-02-27 23:12:49 +01:00
tibbi
53c857c55a removing an empty line 2021-02-27 20:46:56 +01:00
tibbi
d6833fd399 lets speed up the loading further 2021-02-27 20:32:36 +01:00
tibbi
5259fc7c6f add a helper function for quickly fetching album track count 2021-02-27 20:20:27 +01:00
tibbi
5033cb5d4b tweaking the down gesture animation 2021-02-27 18:38:32 +01:00
tibbi
ab9e080129 adding the missed slide_down animation 2021-02-27 18:32:32 +01:00
tibbi
6f4e179724 allow closing the Track activity with down gesture 2021-02-27 18:29:36 +01:00