Commit graph

1762 commits

Author SHA1 Message Date
tibbi
17ff601f1b add handling for playing the previous track 2020-10-10 21:47:41 +02:00
tibbi
c8f6f6937c speed up the album cover checking 2020-10-09 23:40:18 +02:00
tibbi
04fe39c8e7 optimize track cover art fetching 2020-10-09 22:16:54 +02:00
tibbi
fa1e09916d play the clicked song on the queue 2020-10-09 22:16:36 +02:00
tibbi
220d552b02 highlight the currently playing song in the queue 2020-10-09 20:54:38 +02:00
tibbi
d659ed9a22 add a label to the Queue screen 2020-10-09 20:39:55 +02:00
tibbi
06a8475ea7 show a list of queued items at QueueActivity 2020-10-09 19:57:22 +02:00
tibbi
c53c4a8b50 launch QueueActivity on clicking at the Next Track bar 2020-10-09 15:02:47 +02:00
tibbi
c08c88a1de use the track queue for fetching the next track id 2020-10-09 13:12:17 +02:00
tibbi
42780dce2f properly handle updating the next track info 2020-10-09 12:24:30 +02:00
tibbi
996560c5e2 removing Setup Player service function 2020-10-09 11:55:07 +02:00
tibbi
39c2b45c3c shuffle tracks after fetching 2020-10-09 11:42:46 +02:00
tibbi
7d5154f24e adding a bottom bar for showing the next song 2020-10-09 10:59:26 +02:00
tibbi
714158d3e9 allow skipping forward/backward by pressing the current/max track progress 2020-10-08 22:35:42 +02:00
tibbi
a086bad5d3 removing the player fragment, make Artists the first one 2020-10-08 22:30:39 +02:00
tibbi
f2bde8355f implement Next song playback 2020-10-08 22:23:39 +02:00
tibbi
6bce2374b9 renaming Song to Track on some places 2020-10-08 22:11:51 +02:00
tibbi
fe8d70a947 properly handle a specific song initiating 2020-10-08 21:50:50 +02:00
tibbi
d109e520ac always refresh songs at INIT action 2020-10-08 12:24:06 +02:00
tibbi
9adb4d2dd2 use the last database update for renaming songs to tracks 2020-10-08 12:16:21 +02:00
tibbi
879feb3b70 use media_store_id as a primary key at Song instead of path 2020-10-08 11:56:13 +02:00
tibbi
d138876f82 finish TrackActivity if there is no current song 2020-10-08 11:00:20 +02:00
tibbi
daf395734a handle reseting queue items on selecting some new songs 2020-10-07 23:31:50 +02:00
tibbi
f5abbedd70 creating a new QueueItems table for storing the currently queued tracks 2020-10-07 23:14:55 +02:00
tibbi
bbc073f83e implementing the Track screens seekbar 2020-10-07 22:05:59 +02:00
tibbi
c574320030 implementing Shuffle and Song Repetition buttons 2020-10-07 20:54:10 +02:00
tibbi
79f4ed1957 allow only 1 line at track artist and title 2020-10-07 20:38:24 +02:00
tibbi
0f11134a82 give the top art fixed size 2020-10-07 20:37:06 +02:00
tibbi
b42dc4cd77 implementing some new buttons at the Track screen 2020-10-07 19:43:48 +02:00
tibbi
af80472d53 update the track progress on its screen 2020-10-07 19:16:29 +02:00
tibbi
7cba12c0e9 show 00:00 on timers by default 2020-10-07 15:17:46 +02:00
tibbi
e3104403e0 adding some navigation buttons at the Track screen 2020-10-07 15:14:08 +02:00
tibbi
38935d6512 show a progressbar at the Track screen 2020-10-07 13:08:54 +02:00
tibbi
6cb2efb0ad use a bigger font for the artist 2020-10-07 12:49:48 +02:00
tibbi
504deb6dc3 show the track title and artist at the Track screen 2020-10-07 12:49:17 +02:00
tibbi
c048a1f312 add top shadow to the track image 2020-10-07 12:27:14 +02:00
tibbi
37fa9d213f show the albums cover image at the top of the Track screen 2020-10-07 11:59:59 +02:00
tibbi
d94c63d0ea open Track activity from Songs on click too 2020-10-06 23:11:19 +02:00
tibbi
9d9e065c4d creating the basic TrackActivity with transparent top 2020-10-06 14:44:01 +02:00
tibbi
1dd7eeb799 do not allow clicking on album section headers 2020-10-05 21:36:11 +02:00
tibbi
32c89ccac2 adding the missed headset icons with some padding 2020-10-05 21:05:38 +02:00
tibbi
ff4412d6f3 launch TrackActivity on picking a track to play 2020-10-05 21:05:20 +02:00
tibbi
c2d96a751e show the albums image thumbnail at songs list 2020-10-05 20:31:48 +02:00
tibbi
7ccaa76026 show the album artist at the header too 2020-10-05 19:22:30 +02:00
tibbi
e5532a2d7e show some extra info at the selected album 2020-10-05 19:12:24 +02:00
tibbi
7470e67336 show the album cover at opening 2020-10-05 18:36:54 +02:00
tibbi
7930551d78 show placeholders if an album or artist image isnt available 2020-10-05 16:13:01 +02:00
tibbi
7c924f473e show an album image at individual songs 2020-10-05 15:56:33 +02:00
tibbi
1b6416179c add a path to the songs album cover at Song model 2020-10-05 15:28:02 +02:00
tibbi
4cd25f9b7f store album cover art in the class itself 2020-10-05 12:55:38 +02:00
tibbi
48cf2dcc15 adding some sections at the albums view 2020-10-05 12:37:15 +02:00
tibbi
f0c44f3f18 show the tracks under albums too 2020-10-05 12:06:05 +02:00
tibbi
26a87b52dd prepare the AlbumsAdapter for showing individual songs too 2020-10-05 11:30:25 +02:00
tibbi
a2cc181ee5 fetch all album songs at fetching albums of an artist 2020-10-04 23:13:48 +02:00
tibbi
c59e399933 show the track id and duration at the list 2020-10-04 22:51:03 +02:00
tibbi
b10df276f6 removing a debug statement 2020-10-04 22:33:46 +02:00
tibbi
a7ed74896a fetch the trackId of songs 2020-10-04 22:31:46 +02:00
tibbi
b7c4c93ad5 show a preview image of albums 2020-10-04 21:13:49 +02:00
tibbi
c1876a0c1d show album and track count at artists 2020-10-04 11:36:36 +02:00
tibbi
bca31fd609 fetch the proper artist album and song count 2020-10-04 10:51:40 +02:00
tibbi
d21f780fae move the album and song fetchers to context extensions 2020-10-04 10:33:54 +02:00
tibbi
c1f2c2a6a7 adding an initial implementation of showing album art 2020-10-03 23:15:31 +02:00
Tibor Kaputa
bc44bb240e
Merge pull request #263 from davidre345/patch-6
Solved orthographic error
2020-10-03 20:52:55 +02:00
Emanuele Petriglia
637faa0420
Escape apostrophe 2020-10-03 13:25:14 +00:00
Emanuele Petriglia
55b50529c2
Strip a space character 2020-10-02 10:11:03 +00:00
Emanuele Petriglia
ed627ceffe
translate app_long_description in Italian 2020-10-02 10:02:24 +00:00
davidre345
a6884eaac9
Solved orthographic error
In galician language, you have to always contract the preposition "con" with the article "un" resulting in "cun". The other translations are OK.
2020-10-02 00:16:48 +02:00
tibbi
40ce1002e8 list fetched songs at the given activity 2020-10-01 20:53:11 +02:00
tibbi
19b4c98e2b rename SongAdapter to OldSongAdapter, create a new one 2020-10-01 20:44:26 +02:00
tibbi
63f8a0f2d1 add song fetching at the given activity 2020-10-01 20:39:24 +02:00
tibbi
de8f991ffa fixing an escaping in the galician file 2020-10-01 19:04:17 +02:00
Tibor Kaputa
4fc1945a12
reverting the galician app info translation 2020-10-01 18:37:21 +02:00
davidre345
a43313b316
Final version of updating galician strings 2020-10-01 17:34:04 +02:00
Tibor Kaputa
ac25332fdb
Merge pull request #261 from davidre345/patch-4
Updating galician strings
2020-10-01 17:12:42 +02:00
davidre345
1899193fca
Updating galician strings 2020-10-01 10:19:23 +02:00
D. Domig
07ff390d83
Update German translations 2020-10-01 09:32:29 +02:00
tibbi
59f839246a add a separate activity for displaying songs 2020-09-30 23:53:52 +02:00
tibbi
402ca4743f renaming ArtistActivity to AlbumsActivity 2020-09-30 23:41:30 +02:00
tibbi
4e1f7b2457 list artist albums in a separate activity 2020-09-30 22:55:12 +02:00
tibbi
b61fe8718d properly handle album fetching on Android below Q 2020-09-30 21:43:12 +02:00
tibbi
ca1a1a2b00 fetch albums after clicking an artist 2020-09-30 21:30:48 +02:00
tibbi
75df0fc4b9 show the fetched artists on the list 2020-09-30 19:43:06 +02:00
tibbi
c53418719a adding Artist fetching 2020-09-30 16:26:47 +02:00
tibbi
d7e7077aa3 fixing a typo at Artists 2020-09-30 15:37:26 +02:00
tibbi
97db70c4e4 adding a tab for artists 2020-09-30 15:35:57 +02:00
tibbi
e0e163e4c8 fill the playlists tab 2020-09-30 15:35:38 +02:00
tibbi
3c8dbf6cf0 call setupFragment on every fragment on creation 2020-09-29 22:55:16 +02:00
tibbi
e8f2bf9778 adding a very initial implementation of top tabs and playlists fragment 2020-09-29 22:46:33 +02:00
tibbi
6aa16c0315 update version to 5.3.4 2020-09-19 15:49:48 +02:00
tibbi
dcd90f206e updating some libraries 2020-09-19 15:26:02 +02:00
tibbi
f9dc0fa573 updating some libraries 2020-09-04 22:58:04 +02:00
memerornormie
d3713de011 add traditional chinese support for app_title, app_short_description and app_long_description in app/src/main/res/values-zh-rTW 2020-08-14 22:58:06 +08:00
tibbi
6f9957df36 fixing the french app name 2020-06-06 08:57:18 +02:00
Tommy He
9d200304cb Add translated strings for zh_CN. 2020-06-01 22:25:35 +08:00
tibbi
18b0b72029 update version to 5.3.3 2020-05-30 16:16:46 +02:00
tibbi
5d76833145 use the proper way of stopping the music service 2020-05-30 15:50:43 +02:00
tibbi
c8530ea110 adding some widget config related code style tweaks 2020-05-30 13:34:47 +02:00
tibbi
a198b1f65d updating the app icon on some devices 2020-05-24 21:25:47 +02:00
Guillaume
be1039b47d
Dutch
Note: EXIF data is used in (JPEG) files, not in audio files (with the exception of RIFF WAV). Do you mean ID3 here?
2020-05-18 16:17:58 +02:00
tibbi
77361f7bba update version to 5.3.2 2020-05-16 22:35:37 +02:00
tibbi
e1404d2884 move the Open Playlist menu button above Sorting 2020-05-16 22:13:51 +02:00
tibbi
a82cffa43d show a prompt about our new apps to some users 2020-05-16 22:06:16 +02:00
tibbi
e0563242d7 properly handle some third party intent playback handling 2020-05-16 22:05:08 +02:00
tibbi
118ad0cea0 update version to 5.3.1 2020-05-06 19:11:28 +02:00
tibbi
cf76af7b12 do not refresh the songs list if empty, while search is open 2020-05-06 19:01:35 +02:00
tibbi
eddedbb869 update commons to 5.27.9 2020-05-06 18:53:11 +02:00
tibbi
4f3de9a9ad adding a crashfix at actionmenu item checking 2020-05-06 18:37:46 +02:00
tibbi
e870e9b2f4 avoid renaming files with content uri 2020-05-06 18:29:03 +02:00
tibbi
d0af2c37f5 require the Write storage permission at Android Q too 2020-05-06 18:28:54 +02:00
tibbi
3faba77e4d improve album art fetching on Android Q+ 2020-05-06 18:09:53 +02:00
tibbi
7a9018b0df ignore Playlists table at first app open, it is useles 2020-05-06 17:32:53 +02:00
tibbi
eab8e3fc57 add system playlists on app start 2020-05-06 14:38:35 +02:00
tibbi
a8881d8b17 require the READ_EXTERNAL_STORAGE on every device, for fetching playlists 2020-05-06 12:52:03 +02:00
tibbi
7c15b625c2 apply the minimal song duration at file fetching on Android Q+ too 2020-05-06 12:23:34 +02:00
tibbi
7841551a0f removing the "type" value of Song class 2020-05-06 12:22:17 +02:00
tibbi
f2959d908e updating Commons, improving the handling of content uris 2020-05-06 11:53:18 +02:00
tibbi
27b1ff76b7 removing a redundant function parameter 2020-05-06 10:35:08 +02:00
tibbi
4a089bc878 fetch whole songs from MediaStore on Android Q+, not just paths 2020-05-06 10:33:09 +02:00
tibbi
3186dfb737 init activity on Android Q too though 2020-05-06 08:50:54 +02:00
tibbi
7f54ae10e0 require the WRITE_STORAGE permission only below Android Q 2020-05-06 08:47:10 +02:00
tibbi
20113a9992 make bus in MainActivity nullable 2020-05-05 23:09:44 +02:00
tibbi
0614a64ff2 updating commons to 5.27.7 2020-05-05 17:56:16 +02:00
tibbi
1253dbafa4 take the widget round background from Commons 2020-04-20 12:38:44 +02:00
tibbi
382a5e7742 update version to 5.3.0 2020-04-19 20:28:34 +02:00
tibbi
53d1ee1315 adding some EventBus Proguard rules 2020-04-19 20:25:14 +02:00
tibbi
03b118ec89 update commons to 5.26.4 2020-04-19 20:19:40 +02:00
tibbi
ee57b0cca9 rewriting MainActivity, move some things into a viewpager with 1 fragment 2020-04-19 19:35:20 +02:00
tibbi
c6c06f1847 updating commons, use the new icons 2020-04-19 13:25:02 +02:00
tibbi
0a229101c5 request a widget update after resizing or enabling 2020-04-19 11:06:31 +02:00
tibbi
e1d4d45cfa adding some widget improvements + cleanup 2020-04-19 10:54:15 +02:00
tibbi
28a637ec88 do not use EventBus at the widget, use casual broadcasts 2020-04-19 10:06:34 +02:00
tibbi
5eb8364cb4 replace the Stop icon with a Cross at closing the sleep timer 2020-04-19 09:30:38 +02:00
tibbi
3f1073a3d4 add rounded corners to the widget 2020-04-18 23:09:38 +02:00
tibbi
ae257f790c updating some icons, make them nicer and rounder 2020-04-18 21:45:48 +02:00
tibbi
6fa2776cad replacing Otto with EventBus 2020-04-18 20:44:28 +02:00
tibbi
7af6566915 use the vector Stop icon from Commons 2020-04-18 20:10:23 +02:00
tibbi
bc48156813 use italic at placeholder texts 2020-04-18 19:21:33 +02:00
tibbi
9dcc7c21c9 use the helper function for looping through cursors 2020-04-18 19:14:06 +02:00
tibbi
d133435852 shortening some code 2020-04-18 19:10:33 +02:00
tibbi
0ef6cc55a5 updating commons, gradle, kotlin 2020-04-18 18:26:27 +02:00
Sérgio Marques
9d99883ce5
Update strings.xml 2020-04-12 21:25:17 +01:00
Tibor Kaputa
3032d591ac
reverting the app title and short description, they are too long 2020-04-11 17:37:09 +02:00
Jony
42db9b5d75
Update strings.xml 2020-04-11 12:58:54 +02:00
tibbi
b4a5ff4054 moving some music player related things in Commons 2020-04-01 10:14:36 +02:00
tibbi
63e427770b always skip by 10 seconds at fast forward 2020-04-01 10:14:13 +02:00
tibbi
ea24a45327 update version to 5.2.7 2020-03-28 12:46:17 +01:00
tibbi
103bf713a8 removing the song dividers for cleaner up 2020-03-28 12:26:04 +01:00
tibbi
fbd7be6d87 updating commons, room and gradle 2020-03-28 12:05:03 +01:00
spkprs
911ffb2d75
Update strings.xml 2020-03-14 00:17:46 +03:00
Tibor Kaputa
dc84083eca
reverting to the old app title, it is too long 2020-03-13 21:31:01 +01:00
spkprs
52aa3eb98b
Update strings.xml 2020-03-13 21:16:15 +03:00
tibbi
ed5465c18e updating the app title and descriptions, make them more verbose 2020-03-11 23:24:11 +01:00
Tibor Kaputa
1f0a99357f
updating a turkish string 2020-03-07 22:54:16 +01:00
Tibor Kaputa
b52d1d88ff
Merge pull request #241 from FatihFIRINCI/patch-5
Update Turkish strings.xml
2020-03-07 22:49:44 +01:00
Tibor Kaputa
e7a828ea01
Merge branch 'master' into patch-5 2020-03-07 22:48:35 +01:00
Guillaume
55c646bd08
Dutch 2020-03-07 15:19:16 +01:00
tibbi
8e02e9b4ba adding some links to app descriptions 2020-03-06 22:51:34 +01:00
Fatih Fırıncı
d2d3ff7361
Update strings.xml 2020-03-06 23:51:12 +03:00
tibbi
f00268b776 update version to 5.2.6 2020-03-05 20:44:31 +01:00
tibbi
7320dc1cc2 updating target SDK to 29 2020-03-05 20:40:07 +01:00
tibbi
6eb174700c update commons to 5.22.18 2020-03-05 20:22:23 +01:00
tibbi
e3ce58b009 update version to 5.2.5 2020-02-14 22:36:09 +01:00
tibbi
bba7436dcc remove the scrolling bubble related setting, always show it 2020-02-14 22:34:07 +01:00
tibbi
b564cbeab3 doing some checks in preparation for sdk 29 2020-02-14 22:28:38 +01:00
tibbi
030b60e516 updating the app icon, use a flatter one 2020-02-14 22:22:50 +01:00
tibbi
feb8a66e5a updating commons, gradle, kotlin, sdk 2020-02-14 21:47:20 +01:00
tibbi
c7b4e46b72 adding Greek app translation 2020-02-05 19:30:50 +01:00
herkul-s
d64c0469d3
adding czech strings 2020-01-26 12:23:44 +01:00
Luis Alfredo Figueroa Bracamontes
2829885742
Update strings.xml Español
On the line 67, I remove the part about sorting by artist because some words before, it says that the player can sort by artist
2020-01-01 21:23:33 -06:00
tibbi
730ea959ae make building the app easier, do not require a release version 2019-12-22 22:58:36 +01:00
tibbi
c9178eb83f allow building the debug app version without keystore.properties 2019-12-19 21:58:21 +01:00
fricyo
6a0a328801
Update Translation 2019-12-16 17:38:58 +08:00
zmni
3a965ddce0 Update Indonesian translation 2019-12-15 17:14:54 +07:00
Sérgio Marques
6cebe5ebb1
Update strings.xml 2019-11-18 22:57:43 +00:00
Guillaume
e20ec46f1c
Dutch 2019-11-11 20:24:17 +01:00
tibbi
66753ec2cd adding a more descriptive app title to be translated 2019-11-10 18:59:39 +01:00
tibbi
6b06a82c0f update version to 5.2.4 2019-10-27 10:13:29 +01:00
tibbi
cf5496e6d7 updating commons to 5.18.13 2019-10-27 10:00:25 +01:00
tibbi
24cf911e13 minor string updates 2019-10-16 22:20:21 +02:00
tibbi
977a37a832 update version to 5.2.3 2019-09-18 11:15:53 +02:00
tibbi
80d69c4092 adding a service notification to the fake one 2019-09-18 11:14:49 +02:00
tibbi
0f06e74cd7 adding Service category to the notification 2019-09-18 11:10:31 +02:00
tibbi
aded41200d catch exceptions thrown at changing the equalizer 2019-09-18 10:56:15 +02:00
tibbi
2727c92f08 fixing some foreground service related crashes on Android 8+ 2019-09-18 10:33:48 +02:00
tibbi
e2964a9ce9 updating kotlin, commons, gradle 2019-09-17 23:14:49 +02:00
Sérgio Marques
5f596b0e64
Update strings.xml 2019-09-07 01:30:33 +01:00
CompGame356
354b8719eb
Updated Polish translation 2019-08-16 22:39:13 +02:00
tibbi
abdc6befe8 update version to 5.2.2 2019-08-16 14:43:56 +02:00
tibbi
291ada0c9b properly allow initializing the player through widget 2019-08-16 13:23:33 +02:00
tibbi
a8d79f30a1 use startForegroundService at Android Oreo+ 2019-08-16 13:04:44 +02:00
tibbi
82eaebb98c update commons to 5.16.12 2019-08-16 12:24:25 +02:00
tibbi
7aba874392 properly update the menu items based on the primary color 2019-08-15 23:25:22 +02:00
tibbi
8337831deb replacing the remaining icons with vectors 2019-08-15 23:20:07 +02:00
tibbi
aca3027e36 updating Commons to use some vectors 2019-08-15 23:13:08 +02:00
en2sv
d207ebb695
Update Swedish translation 2019-07-27 20:03:19 +02:00
tibbi
ec58fa44c0 correcting the placement of WhatsNew item 2019-07-25 11:31:57 +02:00
tibbi
c73850bde1 update version to 5.2.1 2019-07-24 14:25:34 +02:00
tibbi
a7b0958282 adding navigation bar color customization at Whats New 2019-07-24 14:21:03 +02:00
tibbi
82a94d29a3 fix #199, ignore folders with .nomedia at the initial scan 2019-07-24 14:18:12 +02:00
tibbi
c0340819c6 adding a null check 2019-07-24 13:13:54 +02:00
tibbi
7e51e5171b updating commons, gradle, kotlin 2019-07-24 12:50:37 +02:00
fricyo
dbfd01d8dd
Update Translation 2019-07-06 19:31:42 +08:00
Guillaume
2bab5f9754
Dutch 2019-07-04 14:16:13 +02:00
tibbi
3778abb3b1 update version to 5.2.0 2019-07-03 23:42:10 +02:00
tibbi
05f0faefb8 sort the items at sleep timer picker in an ascending order 2019-07-03 22:44:51 +02:00
tibbi
5b66b7fa16 show the last picked sleep timer at the picker dialog 2019-07-03 22:42:08 +02:00
tibbi
4d08fd6155 allow picking a custom sleep timer interval 2019-07-03 22:34:42 +02:00
tibbi
c0c3696247 removing a colon from a settings item 2019-07-03 22:22:01 +02:00
tibbi
56881319f0 moving sleep timer handling in MusicService 2019-07-03 20:46:19 +02:00
tibbi
7a927e565e making MusicService progressHandler not nullable 2019-07-03 20:21:59 +02:00
tibbi
93e8e47ff1 show sleep timer on app start, if active 2019-07-03 20:15:38 +02:00
tibbi
000ea27d0e improving the way sleep timer remaining time is calculated 2019-07-03 20:06:35 +02:00
tibbi
52da9ddbbc end the playback on countdown finish 2019-07-03 19:49:30 +02:00
tibbi
268d183b6f adding some sleep timer related things 2019-07-03 19:30:06 +02:00
tibbi
5fc31a38e6 handle sleep timer in seconds, not minutes 2019-07-03 19:00:24 +02:00
tibbi
760e8a9992 adding a Stop button to the sleep timer 2019-07-03 18:51:20 +02:00
tibbi
d17358e14f adding the bottom layout for sleep timer holder 2019-07-03 17:41:41 +02:00
tibbi
ae40944fdb fix #204, fix a crash at deleting a playlist with files 2019-07-03 17:16:34 +02:00
tibbi
2aef755930 fix #200, show proper filename as appropriate 2019-07-03 17:12:57 +02:00
tibbi
9567697e70 adding a dialog for selecting a sleep timer 2019-07-03 16:46:43 +02:00
tibbi
9396c616ad adding a new string for Sleep timer 2019-07-03 16:11:07 +02:00
tibbi
0210fb4204 create new threads only when needed 2019-07-03 12:30:09 +02:00
tibbi
2fb754babd fixing an Editor related crash 2019-07-03 12:23:14 +02:00
zmni
a9e54baa25 Create Indonesian translation 2019-06-26 12:34:37 +07:00
tibbi
a1ccfd4f87 update version to 5.1.3 2019-06-22 22:42:00 +02:00
tibbi
6147815eea adding some null checks 2019-06-22 22:28:38 +02:00
tibbi
a9812ef525 updating kotlin, commons, gradle 2019-06-22 22:23:16 +02:00
motomoto7
4f440d3650
Ukrainian, update strings.xml
Minor translation improvements
2019-06-21 12:00:22 +03:00
motomoto7
3e3037114a
Ukrainian 2019-05-24 15:24:48 +03:00
tibbi
65ecc74625 update version to 5.1.2 2019-04-08 23:11:56 +02:00
tibbi
d19fe91ce9 removing some redundant xml rules 2019-04-08 23:07:38 +02:00
tibbi
aa015c5e97 adding a new FAQ item 2019-04-03 19:34:58 +02:00
tibbi
ec2c092400 updating commons to 5.10.22 2019-03-27 11:51:33 +01:00
tibbi
55e8403bf0 update version to 5.1.1 2019-03-10 22:26:46 +01:00
tibbi
c50887af62 updating to the new way of signing apps 2019-03-10 22:11:41 +01:00
tibbi
7b845bd0df updating gradle and commons 2019-03-10 22:03:29 +01:00
tibbi
c74191f494 update version to 5.1.0 2019-01-11 13:35:11 +01:00
tibbi
d97d0da6d8 add back the old RemoteControlReceiver too for lower Android versions 2019-01-11 13:27:25 +01:00
tibbi
82c1b8f9c6 cleaning up MusicService a bit 2019-01-11 12:42:37 +01:00
tibbi
fa80b04894 rework headset button handling, make the Service handle it 2019-01-11 12:09:10 +01:00
tibbi
265b11a8eb add some delay at setting service foreground state to fix some glitches 2019-01-11 11:14:53 +01:00
tibbi
af4c2bbbcf update commons to 5.6.6 2019-01-11 11:09:57 +01:00
dugi9991
62faa22585 Update strings.xml
Updated newly added strings.
2019-01-06 22:10:43 +01:00
Tibor Kaputa
02e6d81188
shortening some string getters 2019-01-01 15:34:43 +01:00
Philip Fritzsche
235deec992 Set contentDescriptions for navigation buttons. 2019-01-01 11:37:16 +01:00
Emanuele Petriglia
d8572d96fb
Update italian translation 2018-12-21 17:31:10 +00:00
fricyo
c592fd94ef
Update Translation 2018-11-28 18:12:50 +08:00
en2sv
792537901d
Update Swedish translation 2018-11-17 20:26:16 +01:00
Tibor Kaputa
5eaf56fa69
Update strings.xml 2018-11-08 10:17:00 +01:00
Tibor Kaputa
f4e3682891
Delete strings.xml 2018-11-08 10:15:22 +01:00
unknowtech
0ae0a5380d Updated fr (French) translation
Commit made via Stringlate
2018-11-08 00:03:19 +01:00
Fatih Fırıncı
ae3cf93c26
Update strings.xml 2018-11-04 20:53:11 +00:00
tibbi
d542926767 update version to 5.0.3 2018-10-25 20:41:04 +02:00
tibbi
6f877ef6c7 remove the things related to migrating from old sqlite to Room 2018-10-25 20:30:31 +02:00
tibbi
47092293b8 minor code updates 2018-10-25 20:20:48 +02:00
tibbi
9df81953d1 catch exceptions thrown at setPlaybackState 2018-10-25 19:20:38 +02:00
tibbi
a4f8294f46 use a single thread executor at working with the database 2018-10-25 19:13:13 +02:00
tibbi
2a3169267c update commons to 5.2.8 2018-10-25 19:07:44 +02:00
tibbi
7d4c9d3809 update version to 5.0.2 2018-10-19 17:29:34 +02:00
tibbi
e848bc68d4 adding some Picasso related proguard rules 2018-10-19 17:29:28 +02:00
tibbi
0edc30e892 use Compat components around the notification 2018-10-19 17:23:15 +02:00
tibbi
8cf290f52f try using Picasso for loading cover art instead of Glide 2018-10-19 17:02:01 +02:00
tibbi
0dcb7af82e rely on song path hashcodes when referring to them, not on mediastore ids 2018-10-19 16:10:15 +02:00
tibbi
8b0ddc3593 update commons to 5.1.4 2018-10-19 16:01:03 +02:00
Guillaume
2f6cb4039c
Dutch 2018-10-14 17:52:27 +02:00
tibbi
78c0049424 update version to 5.0.1 2018-10-14 13:22:22 +02:00
tibbi
ff4731d74a update commons to 5.0.16 2018-10-14 13:20:39 +02:00
tibbi
cc68576106 check null items at getItemSelectionKey 2018-10-14 13:20:31 +02:00
tibbi
d0058b8429 catch exceptions at fetching album cover art 2018-10-14 13:17:27 +02:00
tibbi
05ffa965e7 update version to 5.0.0 2018-10-12 21:04:54 +02:00
tibbi
b2860b4bd2 update commons to 5.0.13 2018-10-12 21:03:29 +02:00
tibbi
9a336bfabc fix #178, show the Toggle Autoplay menu button at third party intents too 2018-10-12 20:55:43 +02:00
tibbi
e90e179809 allow changing songs by clicking on them 2018-10-12 20:39:34 +02:00
tibbi
591b5630ce updating commons to 5.0.12, min Android version to 5 2018-10-12 20:38:06 +02:00
kniddl
aeecd18b05
Update German translation 2018-10-12 12:05:04 +02:00
ScratchBuild
60da3e0d64 Update Japanese translation 2018-10-12 17:07:16 +09:00
Sérgio Marques
b278431bdf
Update strings.xml 2018-10-11 22:41:02 +01:00
Emanuele Petriglia
6aca6a6e72
Update italian translation 2018-10-11 11:57:20 +00:00
tibbi
1a7c366c20 updating the way files as cover art are fetched 2018-10-11 13:51:25 +02:00
Tibor Kaputa
a140bc2cee
Merge pull request #175 from pa4/local-album-art
Try to use locally stored Album Art files
2018-10-11 13:46:20 +02:00
tibbi
2f0d525c76 updating the string for swapping previous/next song 2018-10-11 13:36:29 +02:00
Tibor Kaputa
6b0904c4e0
Merge pull request #177 from pa4/swap-prev-next-keycodes
Allow to swap previous/next keys from the player
2018-10-11 13:30:00 +02:00
Emanuele Petriglia
b53fd99881
Big update of italian translation 2018-10-07 08:32:14 +00:00
Pawel
565b55d651 Allow to swap previous/next keys from the player
Some bluetooth headphones have the prev/next button swapped
2018-10-03 22:50:57 +02:00
pawel
6d0ff76b58 Try to use locally stored Album Art files 2018-10-02 23:27:36 +02:00
tibbi
a8fdaab5b6 update version to 4.3.1 2018-09-29 23:13:15 +02:00
tibbi
15760aec2e update commons to 4.8.3 2018-09-29 23:12:37 +02:00
tibbi
34da7f7d0a adding the permission FOREGROUND_SERVICE required on Android 9 2018-09-29 22:34:14 +02:00
tibbi
218e1eda83 updating some things related to Android Studio 3.2 2018-09-29 22:28:48 +02:00
Ettore Atalan
16d252aabc
Improved German translation
Removed anglicisms and translated new strings.
2018-09-23 02:33:46 +02:00
lazyStudnt
aca55ec587
Chinese words adjust 2018-09-18 08:06:50 +08:00
Tibor Kaputa
f80efbfe1d
correcting the app name again 2018-09-17 13:02:27 +02:00
Tibor Kaputa
9e0120d488
correcting the app name 2018-09-17 13:00:59 +02:00
lazyStudnt
283c667540
Chinese translation correct 2018-09-17 18:17:10 +08:00
Gozzwip
317f34cfdc
fixed and changed some scripts 2018-09-16 20:15:22 +04:00
Tibor Kaputa
0e9d1c7abf
Merge pull request #167 from trubitsyn/patch-1
Update values-ru/strings.xml
2018-09-15 16:59:02 +02:00
Nikola Trubitsyn
64758ca8b7
Update values-ru/strings.xml 2018-09-15 14:55:33 +03:00
dugi991
52831581a0
Updated Croatian translations
Translated new strings.
2018-09-15 11:28:33 +00:00
tibbi
0ace144441 update version to 4.3.0 2018-09-11 11:54:03 +02:00
tibbi
4ac26dd454 allow pausing songs with empty playlist 2018-09-11 11:20:39 +02:00
tibbi
3d14241adf really remove the songs from playlist when desired 2018-09-11 10:44:29 +02:00
tibbi
137d3bea30 updating Commons, kotlin, sdk 2018-09-10 23:48:05 +02:00
tibbi
444f4685a1 fix a glitch at removing the currently playing song from playlist 2018-09-10 23:46:11 +02:00
tibbi
ae0d7aaf81 create smaller cover art bitmaps under some circumstances 2018-09-10 22:31:14 +02:00
tibbi
df7a7601ea fixing a crash at showing equalizer 2018-09-10 21:58:52 +02:00
tibbi
e4aeccc336 update version to 4.2.0 2018-08-09 22:16:28 +02:00
tibbi
646e8a7acc catch exceptions thrown at reseting cover art imageview 2018-08-09 22:12:27 +02:00
tibbi
e5cbc31418 scroll the list to the top at closing Search 2018-08-09 22:05:04 +02:00
tibbi
2528c342dd fix #155, fixing a crash at deleting playlist files 2018-08-09 21:47:54 +02:00
tibbi
07a1cfd8ee fix #157, mark the current song at closing search 2018-08-09 16:26:15 +02:00
tibbi
203c871f77 adding some switch padding to Setting items 2018-08-09 15:20:31 +02:00
tibbi
e1032d9eeb update commons to 4.6.4 2018-08-09 15:19:50 +02:00
tibbi
e372e53213 show a warning about missing widget if the app is installed on an sd card 2018-08-09 15:13:30 +02:00
tibbi
9cbadc4e35 hide the equalizer selector in settings if it thrown an exception 2018-08-09 15:07:42 +02:00
tibbi
564a598f22 update version to 4.1.1 2018-07-16 20:03:31 +02:00
tibbi
ce22333820 show the Purchase Thank You only after 10th launch 2018-07-16 20:01:05 +02:00
tibbi
8cd2ea9272 avoid loading recycled bitmaps as album covers 2018-07-16 19:29:30 +02:00
tibbi
38fa8bdbf4 fix some recyclerview inconsistencies by padding a clone of songs to adapter 2018-07-16 14:50:07 +02:00
tibbi
8e088faf05 remember the last added path, use it as the default for new picking 2018-07-16 13:40:52 +02:00
tibbi
f2862cd886 fix #144, recognize .aac files as audio files 2018-07-16 13:35:48 +02:00
tibbi
d3fdcfb58c fix #152, make sure we dont skip any song at deleting current song 2018-07-16 13:20:35 +02:00
tibbi
6388f5a352 adding a Purchase Thank You settings button 2018-07-15 23:30:26 +02:00
tibbi
20857cf926 adding the Orange splash activity 2018-07-15 23:28:39 +02:00
tibbi
8a69833a0b update commons to 4.4.19 2018-07-15 23:27:09 +02:00
Fatih Fırıncı
726dcbfa50
Update strings.xml 2018-07-05 00:14:16 +03:00
fricyo
86c02e9c86
Update Translation 2018-07-02 14:03:09 +08:00
Aitor Beriain
cdbff96a40 added basque translation 2018-06-28 14:40:38 +02:00
ScratchBuild
e8e328892a Update Japanese translation 2018-06-26 17:23:45 +09:00
gregory678
6666988bb7
PL translation update [2018.06.18] 2018-06-18 21:01:14 +02:00
Guillaume
8c7af75480
Dutch 2018-06-13 00:09:31 +02:00
Guillaume
415d1655c3
Dutch 2018-06-13 00:08:03 +02:00
tibbi
44fb418495 update version to 4.1.0 2018-06-12 13:25:16 +02:00
tibbi
b9a0b3b878 adding a new FAQ item about fast-forwarding songs 2018-06-12 12:29:06 +02:00
tibbi
b74ae2a24f update commons to 4.1.7 2018-06-12 12:21:57 +02:00
tibbi
76ef8abc2c show a large notification icon when available 2018-06-11 23:57:05 +02:00
tibbi
c93f0c7e12 make sure the Previous action item is shown at the notification 2018-06-11 23:13:27 +02:00
tibbi
d769d3ecc6 show the album cover on the lock screen if available 2018-06-11 23:03:25 +02:00
tibbi
2e1609db4d catch exceptions thrown at getting songs from paths 2018-06-11 20:36:13 +02:00
tibbi
381c145930 add a musicPlayer null check at updating the UI 2018-06-11 20:32:56 +02:00
Tibor Kaputa
6fe067ff9e
escaping some apostrophes 2018-05-23 09:41:38 +02:00
Fatih Fırıncı
377350e7f3
Create strings.xml 2018-05-23 05:24:15 +03:00
tibbi
3b01386f5d update version to 4.0.1 2018-05-22 09:48:17 +02:00
tibbi
7e297e6b25 adding a couple crashfixes 2018-05-22 09:47:22 +02:00
tibbi
a3aca86de4 update version to 4.0.0 2018-05-21 23:14:55 +02:00
tibbi
6d804feb1b update commons to 4.0.22 2018-05-21 23:14:19 +02:00
tibbi
e49a24fe17 catch exceptions thrown at getting the equalizer 2018-05-21 21:54:33 +02:00
tibbi
0c93bbfb0d check migration only after the permissions have been granted 2018-05-21 21:51:55 +02:00
tibbi
f719a403ac clear the old sqlite database after migrating 2018-05-21 21:44:45 +02:00
tibbi
febeaf37c7 correcting the song migration 2018-05-21 21:37:52 +02:00
tibbi
c6eee24ce1 adding some handling for migrating old songs to new Room 2018-05-21 21:28:23 +02:00
tibbi
a0e3ea1d4e do not refetch all items at getAllDeviceSongs, just the new ones 2018-05-21 21:01:35 +02:00
tibbi
4f38ea25b1 removing Stetho 2018-05-21 20:49:48 +02:00
tibbi
761f1a60d4 setup a new song after changing playlist 2018-05-21 20:45:06 +02:00
tibbi
a977991d78 handle folder adding in Room 2018-05-21 20:40:30 +02:00
tibbi
a630e2cf5e clear songs asap at receiving refresh_list intent 2018-05-21 19:53:50 +02:00
tibbi
a902d17158 delete appropriate songs at deleting playlists 2018-05-21 19:45:35 +02:00
tibbi
7e503db60c remove a function used for deleting playlists by id 2018-05-21 15:35:31 +02:00
tibbi
7187ecfbe0 remove invalid songs asap 2018-05-20 23:50:04 +02:00
tibbi
e9ab40e37d handle song file editing 2018-05-20 23:31:11 +02:00
tibbi
763962eb8a remove one more redundant DBHelper function 2018-05-20 23:01:57 +02:00
tibbi
709e570221 fix some glitches around setting up the songs 2018-05-20 22:49:45 +02:00
tibbi
1fcbf186a6 show the Remove/delete current song menu buttons when appropriate 2018-05-20 16:10:42 +02:00
tibbi
9578c6f088 handle Room song adding and removing 2018-05-20 16:08:40 +02:00
tibbi
cfa4df982d add a new song field for differentiating between file/folder 2018-05-20 13:11:13 +02:00
tibbi
db55fb557a change the current playlist if it was just deleted 2018-05-20 12:32:20 +02:00
tibbi
b5a9634b32 handle playlist updating via Room 2018-05-20 09:35:28 +02:00
tibbi
b6bbdd4b54 remove some unused dbhelper functions 2018-05-20 09:27:10 +02:00
tibbi
a43ec79c40 add helper extension variables for DAOs 2018-05-20 00:07:59 +02:00
tibbi
134e865c68 move a couple more functions into Room 2018-05-19 23:49:09 +02:00
tibbi
ca0665b565 handle insertings new playlists in Room 2018-05-19 23:21:50 +02:00
tibbi
21bf73aa10 handle playlist deleting in Room 2018-05-19 22:29:04 +02:00
tibbi
9a3fe1a00c prepopulate Room with an "All Songs" playlist 2018-05-19 21:14:55 +02:00
tibbi
a0395e71a9 creating a Playlists table too 2018-05-18 23:31:51 +02:00
tibbi
72677050dd add some song DB related things 2018-05-18 17:43:39 +02:00
tibbi
3d92f34fe3 rename song ID field to resolverID 2018-05-18 13:54:12 +02:00
tibbi
d468e03ccd adding Room library 2018-05-18 12:12:55 +02:00
tibbi
2ba40ae334 do some initialization related things on a background thread 2018-05-18 11:40:58 +02:00
tibbi
843538c6d3 do not try initializing the Music service at onCreate, wait for Init command 2018-05-18 10:48:35 +02:00
tibbi
1910d84a8a use a background thread at refreshing songs list 2018-05-18 10:36:42 +02:00
tibbi
d0cb548a6e remove a redundant try/catch block 2018-05-17 23:25:37 +02:00
tibbi
f2fe041d87 change the way we determine which widget should be used 2018-05-17 23:15:39 +02:00
tibbi
ceae9972f6 fix #131, update the song path in db when appropriate 2018-05-17 21:39:44 +02:00
tibbi
eb3b674a47 fix file renaming 2018-05-17 21:06:42 +02:00
tibbi
7c5e20b36e use the showKeyboard(view) function for showing the keyboard on dialogs 2018-05-17 20:44:26 +02:00
tibbi
1b6221bc80 highlight searched text at the list 2018-05-17 20:33:19 +02:00
tibbi
b7ddc22654 delete the old ic_launcher_foreground file 2018-05-17 15:54:17 +02:00
tibbi
2f577fba1b adding a settings button for customizing widget colors without recreating 2018-05-17 15:28:15 +02:00
tibbi
d6596d21d0 adding colored launcher icons 2018-05-17 15:09:42 +02:00
tibbi
bbc015fd8a update commons to 4.0.19 2018-05-17 14:22:20 +02:00
tibbi
5365a6e099 update version to 3.2.5 2018-04-04 12:39:06 +02:00
tibbi
41820dda15 fix third party intent opening 2018-04-04 12:29:30 +02:00
Kompiuterių meistras +37060040020
093170e30a
Update strings.xml 2018-04-04 01:31:04 +03:00
tibbi
5e724a6c8d update version to 3.2.4 2018-04-03 20:27:48 +02:00
tibbi
acb88783d6 make sure skip forward/backward skips at least 2 seconds 2018-04-03 20:25:03 +02:00
tibbi
8c7ba88c6e catch exceptions thrown at album cover setting 2018-04-03 20:17:42 +02:00
tibbi
af0577b406 fix #128, disable "Delete current song" at empty playlists 2018-04-03 13:09:00 +02:00
tibbi
d7e6e85400 fix #133, allow sorting by path 2018-04-03 11:51:48 +02:00
tibbi
428f71e6d6 fix #135, do not restart third party intent songs on device rotation 2018-04-03 11:38:13 +02:00
tibbi
7c2b504f1a check real_file_path at third party intents, rely on it if available 2018-04-02 23:40:37 +02:00
tibbi
fd655b2ed6 update commons to 3.17.23 2018-04-02 12:55:42 +02:00
Unknown
ada983b096 Croatian translation
App completely translated to Croatian language.
2018-03-28 19:53:02 +02:00
tibbi
07d88ff25d fixing a typo in strings closing tag 2018-03-26 11:41:24 +02:00
Kompiuterių meistras +37060040020
ad9592d0dd
Lithuanian strings.xml
Lithuanian translation
2018-03-19 17:16:32 +02:00
Tibor Kaputa
211f663370
escaping some apostrophes 2018-03-15 17:25:19 +01:00
Gozzwip
1cc5a71882
Create strings.xml 2018-03-15 20:15:00 +04:00
tibbi
4a5ea6f117 update version to 3.2.3 2018-03-09 23:35:27 +01:00
tibbi
cb2d7382d8 try getting the default song cover if it got recycled before usage 2018-03-09 23:32:17 +01:00
tibbi
5c9e3dc1f1 update commons to 3.15.11 2018-03-09 23:22:11 +01:00
tibbi
bf55f2e454 remove the Unknown string 2018-03-08 19:12:42 +01:00
Anton Shestakov
d4769f3f54
Update values-ru/strings.xml 2018-03-09 01:15:51 +08:00
fricyo
350b5015ed
Creat Chinese(TW) Translation 2018-03-06 12:29:50 +08:00
tibbi
33bf59f927 small cleanup at the RemoteControlReceiver 2018-03-01 09:48:56 +01:00
bvp
e529a28979
Added MediaButton 2018-03-01 08:48:18 +03:00
tibbi
e6341574f8 update version to 3.2.2 2018-02-27 19:53:52 +01:00
tibbi
0b0660fb32 update commons to 3.13.15 2018-02-27 19:52:01 +01:00
tibbi
784a4d3980 fix #110, properly repeat current song if it is the only one in playlist 2018-02-27 19:41:23 +01:00
tibbi
cbe7534c39 reset scroll to the top on device rotation 2018-02-27 18:43:03 +01:00
tibbi
a29cb27e57 set a tag to the top navigation and transparent views too 2018-02-27 17:01:08 +01:00
tibbi
68d19cd71d use a copy of Cover art as the placeholder so it doesnt get recycled 2018-02-27 16:51:33 +01:00
tibbi
ec69ae26a6 adding FAQ 2018-02-27 16:16:38 +01:00
tibbi
170cbded66 update commons to 3.13.12 2018-02-27 16:13:49 +01:00
bvp
1a99e16af7
fixed #115 2018-02-25 20:07:26 +03:00
en2sv
6bc56ed0ac
Update Swedish translation 2018-02-24 20:14:54 +01:00
gregory678
3d6e0d3893
2018.02.19 2018-02-19 11:59:04 +01:00
tibbi
c5d8ee2b17 update version to 3.2.1 2018-02-12 14:42:50 +01:00
tibbi
55f9cca05d add a toggle for hiding album cover 2018-02-12 14:32:02 +01:00
tibbi
ba2d86f62b add some artificial size limit to album cover art 2018-02-12 14:01:20 +01:00
tibbi
81157d59ff remove the RESOURCE cache from album covers 2018-02-12 13:02:18 +01:00
tibbi
f36e51265a use a safer way of setting album cover 2018-02-12 12:09:07 +01:00
tibbi
cefec871bb store current album cover in MusicService 2018-02-12 11:16:05 +01:00
tibbi
64ab9c6ce2 add a helper function for broadcasting song changed event 2018-02-12 10:44:08 +01:00
tibbi
74bad0f9fb update commons to 3.11.5 2018-02-12 10:42:24 +01:00
Sérgio Marques
57a6caadbe
Update strings.xml 2018-02-10 16:15:36 +00:00
Guillaume
e2984572f6
Dutch 2018-02-09 16:48:17 +01:00
Phoenix1747
414f1e8a40
Update strings.xml 2018-02-09 15:11:58 +01:00
tibbi
6c6055d245 add a string for hiding the album cover 2018-02-08 23:24:37 +01:00
tibbi
7d3591b862 tweak the string related to replacing song title with filename a bit 2018-02-08 20:39:12 +01:00
Phoenix1747
448c73c705
Update strings.xml 2018-02-08 20:25:32 +01:00
Phoenix1747
fe1675afd9
Update strings.xml 2018-02-08 20:05:21 +01:00
tibbi
7c9c922310 update version to 3.2.0 2018-02-08 17:39:16 +01:00
tibbi
867a8a0e8e adding skipping and song title replacing to Whats New 2018-02-08 17:37:11 +01:00
tibbi
807a62b58b properly refresh colors on resume 2018-02-08 17:29:07 +01:00
tibbi
f5c6401a02 move some playlist related actionmenu items in a group 2018-02-08 16:49:20 +01:00
tibbi
8c7516bbbd reduce the side padding at setting items 2018-02-08 16:45:19 +01:00
tibbi
8f40af54c8 make the playlists list occupy whole height 2018-02-08 16:38:51 +01:00
tibbi
6b5fe1943c refresh the songs list after changing show_filename value 2018-02-08 16:36:35 +01:00
tibbi
baf1cb42dd compare songs by their hashcode by default, not by id 2018-02-08 16:34:22 +01:00
tibbi
1bd07a6c34 add an option to use filename as song title if the title isnt available 2018-02-08 16:08:57 +01:00
tibbi
0b036f299b add 2 buttons for deleting or removing current song from playlist 2018-02-08 14:45:19 +01:00
tibbi
fff380dd92 add some null checks at search closing/opening 2018-02-08 12:56:19 +01:00
tibbi
712dce12c7 move <unknown> title or artist to the bottom at sorting 2018-02-08 12:36:37 +01:00
tibbi
38ba519c43 add skipping forward/backward by 2% at pressing the song progress text 2018-02-08 12:16:55 +01:00
tibbi
b4e8a5a3a2 move the song current/max progress text to progress bar sides 2018-02-08 11:55:26 +01:00
tibbi
345157a605 handle Shuffle and Repeat Song buttons on the recyclerview 2018-02-08 09:52:13 +01:00
tibbi
f857caf7a8 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Music-Player 2018-02-08 09:47:57 +01:00
tibbi
b894c16a02 rename RefreshItemsListener to RefreshPlaylistsListener 2018-02-08 09:47:45 +01:00
Phoenix1747
4c3c7e17e3
Update strings.xml 2018-02-08 09:23:31 +01:00
Guillaume
9240436a3d
Dutch 2018-02-08 02:19:01 +01:00
tibbi
02283c6093 move the Shuffle/Repeat song toggle from actionmenu to buttons 2018-02-08 00:13:51 +01:00
tibbi
984a7171b6 add Shuffle and Repeat buttons 2018-02-07 23:50:08 +01:00
tibbi
da73d4ec88 prevent clicking through the top song navigation bar 2018-02-07 23:49:57 +01:00
tibbi
302173d3d3 properly set play/pause state on app start 2018-02-07 21:54:15 +01:00
tibbi
98872961bd add a toggle for avoiding showing Whats New 2018-02-07 21:52:13 +01:00
tibbi
54b842aaa1 restyle the navigation a bit 2018-02-07 21:45:43 +01:00
tibbi
f1a563e98a hide some views if search is open 2018-02-07 21:21:05 +01:00
tibbi
317f5bd0c3 adding some new strings 2018-02-07 20:34:27 +01:00
tibbi
2c287b4fbd properly show the Empty Playlist views whenever appropriate 2018-02-07 19:42:58 +01:00
tibbi
55fb80693b couple scrolling and item selecting related fixes 2018-02-07 19:20:43 +01:00
tibbi
d4243a60e0 use higher resolution icons at the bigger headset icon 2018-02-07 18:00:43 +01:00
tibbi
5539c08786 rework the app UI 2018-02-07 17:16:30 +01:00
tibbi
4ce92ac53d move the album cover image retriever in a context extension 2018-02-06 22:26:32 +01:00
Phoenix1747
9fc88abbc2
Update strings.xml 2018-02-06 08:28:24 +01:00
Guillaume
320e6a74aa
Dutch 2018-02-05 22:34:25 +01:00
tibbi
b9d4bb2cc3 add the album title to song model 2018-02-05 20:15:14 +01:00
tibbi
f72adc8ea6 adding some new strings 2018-02-05 18:45:55 +01:00
tibbi
1773b2f6c0 fix a third party intent setter 2018-02-05 17:44:27 +01:00
tibbi
d056db1c03 use our custom linear layout managers 2018-02-04 17:50:51 +01:00
en2sv
21771e0911
Update Swedish translation 2018-02-03 20:29:39 +01:00
gregory678
33658d2f7b
Translation updates and fixes [2018.02.03] 2018-02-03 00:26:45 +01:00
Nikola Trubitsyn
a19378d31f Set unique applicationIdSuffix in debug builds 2018-02-02 00:49:28 +03:00
Xose M
90c1cc08f2
gl translation
I think it's done
2018-01-27 07:29:07 +01:00
Xose M
2463a079a5
galician translation
first galician translation simple music player for android
2018-01-27 06:56:21 +01:00
tibbi
5588c74827 update version to 3.1.1 2018-01-25 22:00:07 +01:00
tibbi
1f0a6f25a5 update commons to 3.8.9 2018-01-25 21:59:53 +01:00
tibbi
858ea8f3bd properly show empty playlist placeholder whenever appropriate 2018-01-25 21:53:25 +01:00
tibbi
0c04d32b4d fix #90, dont pause the song at an incoming notification, just change volume 2018-01-25 20:52:54 +01:00
tibbi
bdf32e0834 avoid unnecessary adapter updates 2018-01-25 12:11:12 +01:00
tibbi
7eda815073 update commons to 3.8.8 2018-01-25 11:46:14 +01:00
tibbi
3461f86f1b take control of the equalizer at a higher priority 2018-01-25 11:44:20 +01:00
tibbi
fdc788bf90 make song adapter at search query changes nullable 2018-01-25 11:42:29 +01:00
tibbi
62c48727bd catch exceptions thrown at pressing widget buttons 2018-01-25 11:41:31 +01:00
Phoenix1747
f6e9a635db
use song instead of lied
It sounds more modern and is used by e.g. Spotify too instead of the German word `Lied`. This makes the translation more consistent.
2018-01-22 12:14:35 +01:00
Phoenix1747
bb408f7dcb
rewrite to singular 2018-01-22 12:09:47 +01:00
Phoenix1747
3319283367
fix to sound better 2018-01-22 12:08:06 +01:00
Phoenix1747
9b5fb57593
replace with more modern word 2018-01-22 12:06:16 +01:00
Phoenix1747
a5f7b7cfad
Update strings.xml 2018-01-22 12:03:24 +01:00
Nikola Trubitsyn
0f4608d79b
Specify build tools 27.0.3 explicitly 2018-01-22 13:06:05 +03:00
tibbi
88d9cabebe update commons to 3.7.8 2018-01-17 17:36:15 +01:00
tibbi
9ade6f9b1b update version to 3.1.0 2018-01-12 23:19:59 +01:00
tibbi
267052007e update commons to 3.6.19 2018-01-12 23:19:52 +01:00
tibbi
78b1ea5f7b move Oreo audio focus handling in a separate class 2018-01-12 23:01:40 +01:00
tibbi
06a838dc15 set the persistent notification importance on Oreo to low 2018-01-12 18:08:38 +01:00
tibbi
11e6186bf9 hide the part above songs list if search opens 2018-01-12 17:41:33 +01:00
tibbi
10b729f534 use lowercase t at "song title" 2018-01-12 17:36:40 +01:00
tibbi
203fb8c505 pause the playback at audio focus lost 2018-01-12 17:32:10 +01:00
tibbi
93124aaee8 remove the READ_PHONE_STATE permission and incoming call listener 2018-01-12 16:38:14 +01:00
tibbi
15fe732c2e lets make Dark theme the default 2018-01-12 14:04:44 +01:00
tibbi
324777f948 adding an initial Search 2018-01-12 14:04:13 +01:00
tibbi
cc99037680 remove the thread from MusicService 2018-01-12 13:30:02 +01:00
tibbi
80ac4bcb1c query playlist paths per sections 2018-01-12 10:09:29 +01:00
tibbi
4f4c2b508f use proper song info at third party intents 2018-01-11 23:56:02 +01:00
tibbi
805a660d0c fix #26, add support for opus and other audio files not in audiostore 2018-01-11 23:47:33 +01:00
tibbi
38ad6b1d8d update commons to 3.6.16 2018-01-11 21:58:56 +01:00
tibbi
2f8db49d93 adding some crashfixes 2018-01-11 21:50:59 +01:00
tibbi
bb27b5ae0b some performance improvements related to inserting songs in db 2018-01-11 21:30:01 +01:00
Phoenix1747
0c3beec76d
Update DE Play Store description 2017-12-30 13:44:39 +01:00
Nikola Trubitsyn
0bbce85911 Simple Commons 3.3.12 2017-12-22 13:18:28 +03:00
bulbarsaur
f28ab9b1cd Add Korean translation 2017-12-21 12:42:19 +09:00
Sérgio Marques
5ea37d72cf
Update strings.xml 2017-12-10 23:23:15 +00:00
tibbi
fa172e02cf replace some dimension values with constants 2017-12-07 12:58:14 +01:00
tibbi
f6a3dc9ecb update version to 3.0.1 2017-12-06 23:48:21 +01:00
tibbi
428089c78b add an info bubble at scrolling items by dragging the scrollbar 2017-12-06 23:46:57 +01:00
tibbi
fdb2b5ea2d rename sorting by filename to path, thats how it always worked 2017-12-06 23:41:23 +01:00
tibbi
1f07fe6701 use helper extensions functions for coloring elements 2017-12-06 23:36:30 +01:00
tibbi
e99ae83e78 use normal_text_size at dialogs 2017-12-06 23:30:45 +01:00
tibbi
79126bd011 replace vector launcher icons with pngs 2017-12-06 23:29:44 +01:00
tibbi
c7d104b537 update version to 3.0.0 2017-12-04 21:06:10 +01:00
tibbi
a4fa5cd922 use svg launcher icons wherever possible 2017-12-04 21:05:55 +01:00
tibbi
f3f08de648 fixing the notification crash on Android 8 2017-12-04 21:04:43 +01:00
Nikola Trubitsyn
996d98df85
Update strings.xml 2017-12-04 20:49:41 +03:00
tibbi
3a14e5bc6b use round launcher icons on every android version 2017-12-04 17:56:00 +01:00
Tibor Kaputa
2d1eedeff3
Merge pull request #79 from Phoenix1747/patch-1
Updated German
2017-12-03 19:59:19 +01:00
Guillaume
e6c2798c60
Dutch 2017-12-03 18:54:46 +01:00
Phoenix1747
a49ab579b8
Updated German
Changed translation for some words + translated two missing strings.
2017-12-03 12:54:53 +01:00
tibbi
0826e7609f fix a visual glitch at removing the currently playing playlist 2017-12-02 21:10:45 +01:00
tibbi
75dd081273 start playing songs after changing the playlist 2017-12-02 21:01:16 +01:00
tibbi
de43b0d4fe implement the playlist creation from folder 2017-12-02 20:49:33 +01:00
tibbi
33058569b4 adding new strings for creating new playlist from folder 2017-12-02 16:40:27 +01:00
tibbi
b77d7324b0 update commons to 3.0.22 2017-12-02 16:33:22 +01:00
tibbi
461a98cd9f initialize Stetho only in debug build 2017-12-01 20:31:37 +01:00
tibbi
32e6ef5b63 add animations to "Delete" and "Remove from playlist" 2017-12-01 20:30:07 +01:00
tibbi
f27a6eb217 animate playlist deletion 2017-12-01 19:46:27 +01:00
tibbi
f01973f1ad update commons to 3.0.21 2017-12-01 19:36:22 +01:00
tibbi
61c627a2e3 adding a toggle for forcing english language 2017-11-30 20:18:45 +01:00
tibbi
e185b5e2c8 lets actually remove the vertical dividers from the playlists list 2017-11-30 13:35:52 +01:00
tibbi
adfb68342c rewrite the playlists adapter too 2017-11-30 13:33:03 +01:00
tibbi
5ecdcc2de3 rewrite the songs adapter to the commons MyRecyclerViewAdapter 2017-11-30 11:38:39 +01:00
tibbi
b6b8e71ec4 adding LeakCanary and BaseSplashActivity 2017-11-30 00:07:30 +01:00
tibbi
1a752eb757 update Commons, kotlin, gradle etc 2017-11-30 00:01:54 +01:00
Nikola Trubitsyn
89f1844202
Update strings.xml 2017-11-21 14:49:52 +03:00
Sérgio Marques
a3a5bf9e28
Update strings.xml 2017-11-20 01:20:09 +00:00
Daria Szatan
b5b1adbac1 [Update] Polish app name 2017-11-12 13:00:22 +01:00
Daria Szatan
69fbd7fd33 Translated strings to Polish. 2017-11-11 14:48:08 +01:00
Phoenix1747
df2fa9bbe3
Updated German 2017-11-09 19:29:47 +01:00
Guillaume
77e189fe0d
Dutch updated 2017-11-07 15:55:07 +01:00
tibbi
fcb89fb13c explicitly remove the fingerprint permission 2017-11-06 17:43:24 +01:00
tibbi
27727d0c55 clean up the Song model code style 2017-11-06 10:44:13 +01:00
tibbi
2f8adc3ce4 rename "Initial Playlist" to "All songs" 2017-11-05 17:37:26 +01:00
tibbi
b0a856e36e couple updates to the Widget Config activity 2017-11-05 17:32:57 +01:00
Guillaume
bf29c37643
[Dutch] "Unknown" translated 2017-11-05 16:11:31 +01:00
tibbi
ebe2b06f34 update version to 2.3.0 2017-11-04 22:52:53 +01:00
tibbi
553d3bf109 update commons to 2.35.4 2017-11-04 22:49:21 +01:00
tibbi
00de9d7025 adding Stetho license 2017-11-04 22:47:27 +01:00
tibbi
a3ea4ec5b6 remove a redundant override 2017-11-04 22:25:49 +01:00
tibbi
6cbe6bf547 clean up the music player at onDestroy at third party intents 2017-11-04 22:13:34 +01:00
tibbi
08776b64ce do not allow long pressing songs at third party intents 2017-11-04 22:05:13 +01:00
tibbi
bf51f541d8 handle fileprovider content uri third party intents too 2017-11-04 21:47:55 +01:00
tibbi
39f280a8ed fix #4, handle third party audio intents 2017-11-04 20:54:27 +01:00
tibbi
20878ecba0 remove an unnecessary indentation 2017-11-04 18:26:12 +01:00
tibbi
025ce3c63b set the minimal duration of initial items to 30 seconds 2017-11-04 17:30:01 +01:00
tibbi
05e1d860cf add a Share button 2017-11-04 17:29:10 +01:00
tibbi
47b24d5a20 adding the fileprovider definition 2017-11-04 16:31:36 +01:00
tibbi
6157e25924 remove some redundant variables 2017-11-04 15:26:55 +01:00
tibbi
10bf3b6fdb play song immediately at selecting it manually 2017-11-04 15:21:53 +01:00
tibbi
7480bb93a8 rewrite the widget functionality, make it more reliable 2017-11-04 14:58:16 +01:00
tibbi
0092e68063 some crashfixes 2017-11-04 13:48:43 +01:00
tibbi
2cd7680f7a update Commons and target SDK to 26 2017-11-04 13:02:35 +01:00
Guillaume
e100a14ea1
1 fix in Dutch translation 2017-11-03 20:50:01 +01:00
Phoenix1747
e154e14fd2
Update strings.xml 2017-10-31 14:55:24 +01:00
Phoenix1747
98d16936fd
Stupid typo
Nicht "wider" im Sinne von dagegen, sondern einfach nochmal ;)
2017-10-29 19:33:08 +01:00
Phoenix1747
03dd200347
Update strings.xml 2017-10-29 19:29:18 +01:00
Guillaume
1ef5ce2b67
Proper Dutch translation 2017-10-28 07:42:10 +02:00
Guillaume
34fff85752
Proper Dutch translation 2017-10-28 07:36:26 +02:00
Anton Shestakov
0ac353400d Update values-ru/strings.xml 2017-09-29 15:54:29 +08:00
Sérgio Marques
2eacf8808f Update strings.xml 2017-09-27 13:49:20 +01:00
tibbi
4260efab67 remove some redundant files 2017-09-24 12:34:59 +02:00
Balázs Meskó
db08f1da54 Addded Hungarian translation 2017-09-24 11:57:33 +02:00
tibbi
4312a19864 update kotlin to 1.1.50 2017-09-23 11:47:14 +02:00
tibbi
603f8a06eb use some helper functions when setting up widget elements 2017-09-23 11:47:02 +02:00
tibbi
c8a1445061 update version to 2.2.2 2017-09-20 22:40:39 +02:00
tibbi
ccae942cd3 ignore lint errors in release builds 2017-09-20 22:16:36 +02:00
tibbi
749856d2ac just setup the songs in some case, do not start 2017-09-20 22:07:10 +02:00
tibbi
bae8cec264 allow adding only music files to the playlist 2017-09-20 21:43:40 +02:00
tibbi
a4dc6db3f0 remove the local mConfig variable from MusicService 2017-09-20 21:40:02 +02:00
tibbi
6b2f3db414 fix #45, make "Add folder to playlist" recursive 2017-09-20 21:34:27 +02:00
tibbi
2ce7f1c332 fix #58, allow toggling song autoplay 2017-09-20 20:12:59 +02:00
tibbi
a810227263 add some background to the Empty playlist placeholder button 2017-09-20 20:02:26 +02:00
tibbi
05272a1b37 try adding all device songs in the initial playlist 2017-09-20 19:58:23 +02:00
tibbi
efe9fc3785 reduce required song duration for adding to 20 seconds 2017-09-20 19:49:11 +02:00
tibbi
2e57e3743f adding Slovak translation 2017-09-20 19:22:26 +02:00
tibbi
042efb6a47 adding some Autoplay related strings 2017-09-20 18:36:34 +02:00
tibbi
078bf1cc00 init the music player with a random song at start 2017-09-19 22:24:53 +02:00
tibbi
a418dc4a48 make the top part of app ui more compact 2017-09-12 21:43:36 +02:00
tibbi
631437c682 simplify some string placeholders 2017-09-12 18:47:19 +02:00
en2sv
a6be98f5c1 Update Swedish translation 2017-09-10 10:31:36 +02:00
tibbi
ba6491ca10 use the no_storage_permissions string from commons library 2017-09-07 23:42:02 +02:00
tibbi
ce5812d9f0 couple code style changes 2017-09-07 23:17:18 +02:00
tibbi
ebd28f7446 fix the Polish translation file name 2017-09-07 23:13:43 +02:00
tibbi
1a34de1618 updating commons to 2.27.9 2017-09-07 22:47:51 +02:00
tibbi
b6de352b01 update kotlin to 1.1.4-3 2017-09-07 22:41:46 +02:00
gregory678
c7e9db5d54 Polish translation 2017-08-11 17:24:06 +02:00
en2sv
b806618e1e Update Swedish translation 2017-07-23 20:13:31 +02:00
tibbi
b5725cf073 update version to 2.2.1 2017-06-25 23:52:32 +02:00
tibbi
7e945d9c57 update commons to 2.21.15 2017-06-25 23:50:30 +02:00
tibbi
d6e1f4c80b updating the playlists adapter 2017-06-25 23:47:41 +02:00
tibbi
852547e734 use the built in recyclerview item dividers 2017-06-25 23:42:33 +02:00
tibbi
df7e44a513 allow selecting multiple items by dragging 2017-06-25 23:37:35 +02:00
tibbi
a60a8b6a3a limit song artist and title to 3 lines 2017-06-25 23:25:52 +02:00
tibbi
32dd2c5c51 rewrite the songs adapter 2017-06-25 23:24:05 +02:00
tibbi
5b3c74d7bd couple updates to the song adapter 2017-06-25 22:02:55 +02:00
tibbi
db66e3aae8 add icons for disabled states of shuffle and repeat 2017-06-25 21:52:40 +02:00
tibbi
8e23dbecb1 change the shuffle and repeat icons 2017-06-25 21:27:25 +02:00
tibbi
91fc031935 make just the widget mRemoteViews static 2017-06-25 15:53:13 +02:00
tibbi
3a94ceb8c1 adding round launcher icon for Android Nougat 2017-06-25 11:52:52 +02:00
tibbi
349327de20 update commons to 2.21.14 2017-06-25 11:51:12 +02:00
tibbi
ac56c5c0bb remove mdpi resources 2017-06-25 11:47:27 +02:00
tibbi
1f4435cea5 shorten some callback invoking calls 2017-06-14 23:09:02 +02:00
tibbi
99836e3276 update commons, kotlin, gradle 2017-06-14 23:06:42 +02:00
tibbi
0c9c3c6916 add some proguard rules for keeping line numbers 2017-06-14 22:59:07 +02:00
tibbi
635e5b0742 update some russian strings 2017-06-02 18:09:05 +02:00
Anton Shestakov
3ad42c2321 Update values-ru/strings.xml
Fix verbal logic error: not (A or B) == not A and not B.
2017-06-02 23:25:10 +08:00
Anton Shestakov
7f3ea8015a Update values-ru/strings.xml 2017-06-02 11:45:42 +08:00
Anton Shestakov
f2bc183b16 Missed one 2017-06-01 19:17:11 +08:00
Anton Shestakov
5a5a4fcc56 Update values-ru/strings.xml
Currently at 100%.
2017-06-01 19:13:42 +08:00
Joseph Lewis
8f569b95fa Fix minor typo 2017-04-14 18:04:23 +10:00
Joseph Lewis
87e6afd9d9 Added Dutch (nl) localisation 2017-04-14 14:04:09 +10:00
tibbi
1ace575981 update version to 2.2.0 2017-04-07 23:30:55 +02:00
tibbi
aa33b7276e sublist songs arraylists if theres too many items 2017-04-07 23:30:32 +02:00
tibbi
3250790f76 show a placeholder if the playlist is empty 2017-04-07 23:02:35 +02:00
tibbi
2063ed206c change song if the current one is deleted or removed from playlist 2017-04-07 22:12:09 +02:00
tibbi
802f283466 add the click background to all controls 2017-04-07 21:53:56 +02:00
tibbi
411f95a6bd update gradle and commons 2017-04-07 21:43:55 +02:00
Sérgio Marques
17752afdac Portuguese update 2017-04-01 15:41:36 +01:00
tibbi
4cb55f98e1 update version to 2.1.0 2017-03-30 21:51:13 +02:00
tibbi
b2a18dc9f5 add playlists to release notes 2017-03-30 21:50:42 +02:00
tibbi
97d1fbd33c make release notes non translatable 2017-03-30 21:46:43 +02:00
tibbi
f11d90086b fix a zero division crash 2017-03-30 21:44:51 +02:00
tibbi
3cf8dd87dc implement deleting files together with playlists if selected so 2017-03-30 21:37:12 +02:00
tibbi
931283cc4d allow deleting playlists from the main screen 2017-03-30 20:51:01 +02:00
tibbi
d795a0fabe allow creating new playlists from the main screens playlist picker 2017-03-30 20:33:50 +02:00
tibbi
527f1e6b7c add an Open playlist actionmenu button 2017-03-30 20:25:52 +02:00
tibbi
e5bd96a7b2 show a toast if the current playlist is empty 2017-03-30 20:10:32 +02:00
tibbi
c5bf6da7af allow changing playlists by clicking on them in the manager 2017-03-30 19:58:50 +02:00
tibbi
6301f447f3 implement playlist file deletion 2017-03-30 19:38:30 +02:00
tibbi
d2047c2420 allow deleting playlists 2017-03-30 19:25:47 +02:00
tibbi
e9603bf7a4 show the Rename playlist only if one is selected 2017-03-30 19:07:39 +02:00
tibbi
0df4b09125 show the total playlist count at long pressing 2017-03-30 18:33:32 +02:00
tibbi
2614df2154 allow renaming playlists 2017-03-30 18:30:35 +02:00
tibbi
88610c909d add playlist title updating 2017-03-29 23:43:13 +02:00
tibbi
0f3f1575fe allow creating new playlists at the manager activity 2017-03-29 23:40:46 +02:00
tibbi
1eed5d251f add a menu button for creating playlists 2017-03-29 23:11:19 +02:00
tibbi
9eaae469c6 rename song layout to item_song 2017-03-29 23:06:07 +02:00
tibbi
878e286d72 show an indicator at the current playlist 2017-03-29 23:05:57 +02:00
tibbi
ac0b1a8679 list the playlists at the playlists activity 2017-03-29 22:59:42 +02:00
tibbi
61b9f50694 add a helper function for getting all playlists from db 2017-03-29 20:14:13 +02:00
tibbi
c4c20d999b add an activity for managing playlists 2017-03-29 20:01:30 +02:00
tibbi
dfcabd7c23 adding a draggable fastscroller to the songs list 2017-03-29 19:07:19 +02:00
tibbi
e8a88ee1fb use proper string escaping at song path manipulation 2017-03-29 18:41:54 +02:00
tibbi
23943d0c42 remove deleted songs from all playlists 2017-03-29 18:25:51 +02:00
tibbi
1b18e3d6fd implement removing songs from playlist 2017-03-28 23:32:37 +02:00
tibbi
a30503274f refresh the list after adding new items 2017-03-28 22:49:14 +02:00
tibbi
e4fdee2529 add a menu button for removing songs from playlist 2017-03-28 22:44:05 +02:00
tibbi
2f3841908e allow adding whole folders to playlist too 2017-03-28 22:37:21 +02:00
tibbi
b9e1d685fb allow adding individual files to playlists 2017-03-28 22:23:03 +02:00
tibbi
4c27794a7e check internal storage and SD path at startup 2017-03-28 22:18:54 +02:00
tibbi
bebb0452e4 get the current playlists songs from mediastore 2017-03-28 21:53:58 +02:00
tibbi
f3e352e6b4 add a helper function for getting current playlist song paths 2017-03-28 21:10:45 +02:00
tibbi
d3d10217ba simplify the playlist creation 2017-03-28 21:04:27 +02:00
tibbi
3384c1f1c4 fill the initial database at first run 2017-03-28 20:21:22 +02:00
tibbi
251dd176ed add stetho for debugging the database 2017-03-28 20:20:09 +02:00
tibbi
df83572c29 add menu buttons for adding files and folders to playlist 2017-03-28 18:47:08 +02:00
tibbi
910b170cf7 change the Add playlist string to Create playlist 2017-03-28 18:13:48 +02:00
tibbi
7f4b5499c5 store the currently selected playlist in shared prefs 2017-03-27 00:19:31 +02:00
tibbi
578cebce80 add the playlist name at delete confirmation just to be sure 2017-03-27 00:16:56 +02:00
tibbi
8adf5d717f fill in the initial playlist in the database at creation 2017-03-27 00:07:37 +02:00
tibbi
860b640d75 add 2 more playlist related strings 2017-03-26 23:45:37 +02:00
tibbi
cdb7f6545f create the database for playlists 2017-03-26 23:44:16 +02:00
tibbi
8b87745779 add some playlists related strings 2017-03-26 23:34:18 +02:00
tibbi
f0557e2f87 remove deleted songs from the list with an animation 2017-03-26 23:20:25 +02:00
tibbi
c56f99e7cd show the total files count after long pressing items too 2017-03-26 23:03:37 +02:00
tibbi
f926eadc38 add a Select all cab button 2017-03-26 22:58:56 +02:00
tibbi
a0a5d2c96e make sure the song artist and title dont overflow the current song indicator 2017-03-26 22:16:31 +02:00
tibbi
1a09eb1ff5 use the shared RadioGroupDialog for selecting equalizers 2017-03-26 21:58:28 +02:00
tibbi
e0d3236463 use the Commons helper function for deleting files 2017-03-26 21:46:17 +02:00
tibbi
ccabe34071 use the generic version of Portugal langauge 2017-03-26 21:37:55 +02:00
tibbi
588cfe74a7 make sure the album cover exists before trying to set it 2017-03-26 21:34:50 +02:00
tibbi
3e137d76f1 always show the song progress with numbers too 2017-03-26 21:27:26 +02:00
tibbi
8b8ae8ca4e remove some unused strings 2017-03-26 21:19:42 +02:00
tibbi
519609c4fb reuse some dimension resources from Commons 2017-03-26 19:15:28 +02:00
tibbi
e0a421fdde update commons to 2.14.6 2017-03-26 19:01:04 +02:00
tibbi
11dff0348b update gradle, kotlin, build tools 2017-03-22 20:30:09 +01:00
Taras
6f3b9658e4 add Russian 2017-02-17 01:08:29 +03:00
Sérgio Marques
cc7ba72c0a Portuguese update 2017-01-29 12:39:05 +00:00
tibbi
79604be52a update readme with the reason why it needs Phone Status permission 2017-01-29 11:01:36 +01:00
Eskuero
6193b79ce3 Improve spanish strings
I left untouched release notes and Play Store description.
Now I'll move onto the common tree strings.
2017-01-25 18:00:22 +00:00
tibbi
d4ce678bf4 launch the splash activity on widget click 2017-01-24 18:20:25 +01:00
tibbi
f9aafd2633 update version to 2.0.2 2017-01-23 23:25:17 +01:00
tibbi
d90d2dae9b make sure settings items dont overlap each other 2017-01-23 23:24:16 +01:00
tibbi
d22f7f5c64 add hex codes in Whats new 2017-01-23 23:22:11 +01:00
tibbi
fc4db4414d small app signing tweak 2017-01-23 23:19:45 +01:00
tibbi
01f6f72376 update commons to 2.5.3 2017-01-23 23:18:31 +01:00
Sopor
805cff94f9 Updated Swedish translation
a small typo fixed
2017-01-22 00:36:42 +01:00
Sopor
8cce301ac8 Updated Swedish translation
Release notes are not translated
2017-01-22 00:32:08 +01:00
tibbi
301f34f147 update version to 2.0.1 2017-01-15 11:39:05 +01:00
tibbi
873f4b940c add a config context extension 2017-01-15 11:38:42 +01:00
tibbi
9a2269acff update commons to 2.3.8 2017-01-15 11:34:19 +01:00
tibbi
1b7aa96fb1 update version to 2.0.0 2017-01-07 23:27:15 +01:00
tibbi
bbbc76b339 increase the seekbar side padding 2017-01-07 23:19:50 +01:00
tibbi
f434645912 adding Whats new dialog 2017-01-07 23:16:03 +01:00
tibbi
aaedca38e2 couple widget color corrections 2017-01-07 23:07:43 +01:00
tibbi
a784d24c03 update commons to 2.2.3 with couple edits 2017-01-07 23:03:53 +01:00
tibbi
eaaa09e575 use the proper text colors 2017-01-07 22:41:47 +01:00
tibbi
c65fa254db update the dialogs with latest code style 2017-01-07 22:25:05 +01:00
tibbi
447fd5b9c8 updating some extensions 2017-01-07 21:56:38 +01:00
tibbi
662660de0a couple tweaks here and there 2017-01-07 21:50:16 +01:00
tibbi
219cb6fcdc setup Settings items 2017-01-07 21:40:00 +01:00
tibbi
a7356e315e add a Customize Colors settings button 2017-01-07 21:28:50 +01:00
tibbi
c399167c12 use the Commons config 2017-01-07 20:34:57 +01:00
tibbi
e3842109fa add About and License activities 2017-01-07 20:33:28 +01:00
tibbi
1cc6df5e42 updating SimpleActivity 2017-01-07 20:27:16 +01:00
tibbi
26c444c9f8 use some cursor helper functions 2017-01-07 20:24:20 +01:00
tibbi
c042b81a4d use a helper function for checking storage permission 2017-01-07 20:20:51 +01:00
tibbi
245f48a93a taking some strings from Commons 2017-01-07 00:24:07 +01:00
tibbi
18dede3901 reuse some common dimens 2017-01-06 23:45:10 +01:00
tibbi
20bae65e97 move images in drawables folder 2017-01-06 23:39:39 +01:00
tibbi
c67696bc3b use the commons colors 2017-01-06 23:30:08 +01:00
tibbi
d2cd7b687e remove some styles 2017-01-06 23:28:03 +01:00
tibbi
f387b7b4ab add a black splash screen 2017-01-06 23:24:48 +01:00
tibbi
f4957d43cd add Commons lib 2017-01-06 23:22:49 +01:00
Sérgio Marques
eaf444a6da Portuguese update 2016-12-13 22:18:11 +00:00
tibbi
b07270a257 update version to 1.24 2016-12-11 23:24:30 +01:00
tibbi
71e3e955c6 update sdk to 25 2016-12-11 23:23:20 +01:00
tibbi
2722e31866 adding some About adjustments 2016-12-11 23:22:22 +01:00
tibbi
594f720b7e adding a couple strings 2016-12-11 23:20:34 +01:00
tibbi
63462bbb4d use the same divider for all android versions 2016-12-11 12:24:55 +01:00
tibbi
90b55ac389 rename edit to rename 2016-12-11 12:23:54 +01:00
Sérgio Marques
e8b7f40429 Portuguese update 2016-12-05 22:21:08 +00:00
tibbi
19f17dc874 update filepicker and fileproperties 2016-12-04 15:11:15 +01:00
tibbi
85364f55b4 make sure the dialogs are cancelable by clicking outside 2016-12-04 14:59:21 +01:00
tibbi
2b8fb10b0e update version to 1.23 2016-12-03 20:51:11 +01:00
tibbi
66b7743807 make Change sorting dialog scrollable 2016-12-03 20:51:07 +01:00
tibbi
027a4eb7b4 removing butterknife 2016-12-03 20:45:11 +01:00
tibbi
16d85d6d6e couple RTL fixes, but still keep is disabled 2016-12-03 20:40:27 +01:00
tibbi
bbbb0994a6 show the currently played song info at widget config, if any 2016-12-03 20:18:27 +01:00
tibbi
1a8ca23148 properly update the widget song info and state at initialization 2016-12-03 20:16:25 +01:00
tibbi
46010a5eeb show a toast at toggling shuffle or song repetition 2016-12-03 20:10:17 +01:00
tibbi
51abdba855 update the way restart song works 2016-12-03 19:59:48 +01:00
tibbi
ab0a256321 add temporary icons for repeat and shuffle 2016-12-03 19:51:24 +01:00
tibbi
b1570e101b make sure the initial notification can be swiped away 2016-12-03 19:46:44 +01:00
tibbi
2f0778f3a4 merge song repetition items into one 2016-12-03 19:39:48 +01:00
tibbi
f285ecc6e6 move Shuffle into the actionbar, no icon yet 2016-12-03 19:35:57 +01:00
tibbi
ffafc4ae28 move sorting option from Settings to an actionbar item 2016-12-03 18:46:44 +01:00
tibbi
7fe129bff0 makr sure we mark the current song on resume 2016-12-03 18:26:18 +01:00
tibbi
011c7c54c0 add the sorting dialog layout 2016-12-03 18:11:46 +01:00
tibbi
891fa89ef9 make Song class sortable 2016-12-03 17:50:59 +01:00
tibbi
0b0f7a2ac7 add some sorting related things 2016-12-03 17:46:03 +01:00
tibbi
86448068d4 fix #14, add an indicator for the currently played song1 2016-12-03 17:36:42 +01:00
tibbi
02f85b2054 add an icon for the currently played song 2016-12-03 16:25:21 +01:00
tibbi
2abfdb43f6 fix an issue at renaming file 2016-12-03 13:19:00 +01:00
tibbi
bbf25b50b8 properly handle currently played song edit 2016-12-03 11:40:54 +01:00
tibbi
0836c2bafd make sure only the proper songs are selected by long click 2016-12-03 11:11:33 +01:00
tibbi
ca717eb6b3 just update the adapter at editing a song, dont recreate it 2016-12-02 23:54:10 +01:00
tibbi
bd96ca9b89 style update at songadapter 2016-12-02 23:13:28 +01:00
tibbi
8068f66306 implement editing songs + cleanup 2016-12-02 23:12:05 +01:00
tibbi
3e163932dd remove the leftovers of Undo action, we delete directly with confirmation dialog 2016-12-02 22:18:33 +01:00
tibbi
c82e078be7 add song deleting 2016-12-02 22:14:43 +01:00
tibbi
9fcc3a7018 add song properties 2016-12-02 18:55:44 +01:00
Tibor Kaputa
d842a7e0be remove some unneeded code 2016-12-02 11:17:12 +01:00
Tibor Kaputa
d26e9d379c add a divider between songs 2016-12-02 11:06:16 +01:00
Tibor Kaputa
65173fe4be add long pressing 2016-12-02 10:47:45 +01:00
Tibor Kaputa
a346b21c01 allow clicking on songs 2016-12-02 10:44:54 +01:00
Tibor Kaputa
f56192145d update the song items selectable state 2016-12-02 10:40:56 +01:00
Tibor Kaputa
75c9e74227 replace the songs listview with a recyclerview 2016-12-02 10:36:48 +01:00
Tibor Kaputa
341118fff7 convert constants to kotlin 2016-12-02 10:01:09 +01:00
tibbi
9146e25db2 replace Utils class with extensions 2016-12-01 23:29:21 +01:00
tibbi
b9019502db convert musicservice to kotlin 2016-12-01 23:24:59 +01:00
tibbi
1cd59c6c13 converting MainActivity to kotlin + some cleanup along the way 2016-12-01 22:51:15 +01:00
tibbi
3b02ad0daf convert widgetconfigureactivity to kotlin 2016-12-01 22:27:36 +01:00
tibbi
32f4a00a7b move song editing in a standalone dialog 2016-12-01 22:17:11 +01:00
tibbi
3bd2acff9b allow scrolling at the Edit song dialog 2016-12-01 21:15:29 +01:00
tibbi
9676c5981f move MyWidgetProvider to kotlin 2016-12-01 19:43:30 +01:00
tibbi
25634e428d yep, converting receivers to kotlin 2016-12-01 19:28:07 +01:00
tibbi
99966d7ff4 convert songAdapter to kotlin 2016-12-01 19:17:59 +01:00
tibbi
ae5f660d7d convert Song to kotlin 2016-12-01 19:05:23 +01:00
tibbi
deb6f6d36c small About us update 2016-12-01 18:56:59 +01:00
tibbi
9cdef049e1 move Events to kotlin 2016-12-01 18:55:50 +01:00
tibbi
202974db69 more kotlin migrating 2016-12-01 18:49:24 +01:00
tibbi
cf270744e5 convert Settings to kotlin 2016-12-01 18:38:15 +01:00
tibbi
8fbbab85b7 add some missing licences 2016-12-01 18:25:18 +01:00
tibbi
dc3b8b7b16 convert some activities to kotlin 2016-12-01 18:25:04 +01:00