Commit graph

336 commits

Author SHA1 Message Date
tibbi
aff961561b updating commons + add some keyboard hiding 2022-02-08 16:33:43 +01:00
tibbi
c2f1ac21d4 update version to 5.9.0 2022-01-05 16:26:41 +01:00
tibbi
1c0cc624f5 adding basic and fdroid build flavors 2022-01-03 16:03:40 +01:00
tibbi
0c2063f8f3 updating commons 2022-01-02 17:58:33 +01:00
tibbi
100acc8d00 update version to 5.8.2 2021-12-15 17:15:07 +01:00
tibbi
f7685a219f updating commons and androidx.media 2021-12-15 17:09:49 +01:00
tibbi
166a8ee9dd updating commons 2021-12-15 15:26:19 +01:00
tibbi
b2a3973640 update version to 5.8.1 2021-11-16 14:47:27 +01:00
tibbi
5b4c0b0497 updating commons 2021-11-16 14:47:21 +01:00
Tibor Kaputa
ab53bb009f
Merge pull request #353 from KryptKode/feat/edit-metadata
Implement editing audio tags for specific media files
2021-11-16 13:42:27 +01:00
tibbi
edc5a4797a use bigger padding at some setting items 2021-11-16 12:16:43 +01:00
darthpaul
0bbd6a05bb Merge branch 'master' into feat/edit-metadata
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/musicplayer/adapters/TracksAdapter.kt
#	app/src/main/res/values-da/strings.xml
#	app/src/main/res/values-zh-rCN/strings.xml
#	app/src/main/res/values/strings.xml
2021-11-15 21:37:40 +00:00
tibbi
7f501c8d0a updating commons 2021-11-15 22:14:05 +01:00
tibbi
619090a377 updating commons 2021-11-15 17:29:44 +01:00
tibbi
7c2878c34b updating commons 2021-11-15 14:07:56 +01:00
tibbi
e2f6c4a7e7 show album section titles at the fastscroller popup too 2021-11-15 13:56:19 +01:00
tibbi
491fc214b4 use the new fastscroller at the Tracks tab 2021-11-15 09:49:38 +01:00
tibbi
66031ae533 properly update the text colors at the Track screen 2021-11-14 18:05:34 +01:00
Tibor Kaputa
e781223c90
updating commons 2021-11-14 15:24:30 +01:00
tibbi
d8da631b26 updating commons 2021-11-14 15:20:02 +01:00
darthpaul
ab774c54ba Implement editing audio tags for specific media files
- add function to rename file (for pre-Android 11 devices) alongside change audio metadata like song title, song artist, song album
- editing the metadata is done with the JAudioTagger library for it's simplicity but newer versions only support Android 8 (API 26 and above). The minimum version we can use to support at least API 21 is 2.2.5.
- JAudioTagger does not support editing metadata for AAC, OPUS files. However it can for WAV and WMA but the changes written are not detected by the MediaStore. In the app we disable the rename functionality for these files.
2021-11-10 21:16:43 +00:00
tibbi
eb9a8f7c39 update version to 5.8.0 2021-10-02 12:18:25 +02:00
tibbi
740961063a updating androidx.media library to 1.4.2 2021-10-02 12:14:49 +02:00
tibbi
a5c60bceb8 add handling for deleting files on Android 11 2021-10-02 11:13:07 +02:00
tibbi
3eeccc0ad7 update target SDK to 30 2021-10-02 10:10:04 +02:00
tibbi
ff974f747c updating commons 2021-10-01 23:16:29 +02:00
tibbi
5362e40004 updating kotlin, commons, gradle 2021-10-01 22:56:18 +02:00
tibbi
ff89517aa8 update version to 5.7.1 2021-08-29 12:30:39 +02:00
tibbi
72ed0258a5 updating commons, constraintlayout and material library 2021-08-29 11:00:30 +02:00
tibbi
b3175866a9 update version to 5.7.0 2021-05-11 10:25:03 +02:00
tibbi
ff7912659f adding some compileOptions 2021-05-11 10:21:58 +02:00
tibbi
94ac272040 updating commons 2021-05-11 10:17:03 +02:00
tibbi
6b6b80aee3 lock the widget, require Simple Thank You 2021-05-10 18:23:52 +02:00
tibbi
f2f4b14a68 updating commons, androidx.media, room 2021-05-09 22:29:48 +02:00
tibbi
c7d28106fe update version to 5.6.5 2021-04-15 21:45:31 +02:00
tibbi
76867cf8ce updating kotlin and commons 2021-04-15 21:10:40 +02:00
tibbi
2d6e94219f update version to 5.6.4 2021-03-29 12:04:57 +02:00
tibbi
b943fab26a updating commons, kotlin, gradle 2021-03-28 20:52:40 +02:00
tibbi
64cc315645 update version to 5.6.3 2021-03-08 08:21:21 +01:00
tibbi
ac58ae9efe update version to 5.6.2 2021-03-07 21:08:13 +01:00
tibbi
9f6850d959 moving the playback speed seekbar handling into a separate function 2021-03-06 22:23:07 +01:00
tibbi
9957674cb1 move the current and max progress below the seekbar 2021-03-06 17:49:31 +01:00
tibbi
3b13cc73d3 update commons to 5.34.11 2021-03-05 23:17:43 +01:00
tibbi
b77a58988c moving the animation related files into Commons 2021-03-02 19:29:55 +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
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
b3af36d086 use Lottie for animating the play/pause button 2021-03-01 15:14:45 +01:00
tibbi
69c76c8441 updating commons to 5.34.0 2021-02-28 16:46:43 +01:00
tibbi
f69618166f animate some views at visibility change 2021-02-28 09:43:56 +01:00
tibbi
0255da8990 make the toggle shuffle and repetition at the Track screen smaller 2021-02-27 16:32:21 +01:00
tibbi
0d013b9190 updating commons, replace EditText hint with MyTextInputLayout 2021-02-27 12:45:43 +01:00
tibbi
3273ca7196 adding some dialog related improvements 2021-02-26 15:58:53 +01:00
tibbi
81fadb3639 updating commons and android material 2021-02-26 15:09:39 +01:00
tibbi
85ffc458e8 update version to 5.5.2 2021-02-06 22:52:20 +01:00
tibbi
b4728b0aa1 updating commons to 5.33.17 2021-02-05 17:52:50 +01:00
tibbi
bd12576efd updating commons with White theme 2021-02-05 17:37:26 +01:00
tibbi
b85db0e995 lets use horizontal equalizer bands to avoid some glitches 2021-02-04 20:49:00 +01:00
tibbi
84272b9a0b adding some equalizer banding related improvements 2021-02-04 20:09:37 +01:00
tibbi
b238dd5512 updating gradle and commons 2021-01-29 19:58:11 +01:00
tibbi
087b3be8ca update version to 5.5.1 2021-01-04 10:19:04 +01:00
tibbi
31406b47a8 update version to 5.5.0 2021-01-03 20:29:33 +01:00
tibbi
4d7ede28dd updating kotlin, commons, gradle 2021-01-03 18:32:27 +01:00
tibbi
33ffeeecef update version to 5.4.4 2020-11-10 12:23:32 +01:00
tibbi
022550a106 making touchHelper a local variable 2020-11-09 22:02:12 +01:00
tibbi
5d3678a98a update version to 5.4.3 2020-11-02 18:56:14 +01:00
tibbi
0fd5d6d539 use standardized rounded corners on some places 2020-11-02 17:47:08 +01:00
tibbi
bea3ffb3a0 removing Picasso, it isnt used anymore 2020-11-02 17:05:10 +01:00
tibbi
d3620502ac use the new way of hiding the screens top 2020-11-01 19:22:38 +01:00
tibbi
b20fa8ca94 update version to 5.4.2 2020-10-28 23:16:07 +01:00
tibbi
dfd9ba55aa adding a new FAQ item about selecting multiple items 2020-10-28 22:22:18 +01:00
tibbi
99eb0b3867 moving some top art related resources into Commons 2020-10-26 10:56:15 +01:00
tibbi
95838bb262 update version to 5.4.1 2020-10-25 11:28:52 +01:00
tibbi
4aa873cff6 adding some crashfixes 2020-10-24 19:00:16 +02:00
tibbi
6cd129e4c2 update version to 5.4.0 2020-10-23 23:57:29 +02:00
tibbi
ea8653c55a implementing Search at the Playlists tab 2020-10-20 15:03:22 +02:00
tibbi
0295efca3b move playlist fragment as the first one, make Artists the default 2020-10-19 23:27:58 +02:00
tibbi
c755308f5b avoid adding tracks to the queue multiple times 2020-10-18 10:33:36 +02:00
tibbi
e3e8c8040c allow reordering the queue by drag and drop 2020-10-11 18:59:25 +02:00
tibbi
310b317ee1 adding a drag handle at queue items 2020-10-11 13:18:03 +02:00
tibbi
9d9e065c4d creating the basic TrackActivity with transparent top 2020-10-06 14:44:01 +02:00
tibbi
48cf2dcc15 adding some sections at the albums view 2020-10-05 12:37:15 +02:00
tibbi
c1f2c2a6a7 adding an initial implementation of showing album art 2020-10-03 23:15:31 +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
tibbi
18b0b72029 update version to 5.3.3 2020-05-30 16:16:46 +02:00
tibbi
c8530ea110 adding some widget config related code style tweaks 2020-05-30 13:34:47 +02:00
tibbi
77361f7bba update version to 5.3.2 2020-05-16 22:35:37 +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
eddedbb869 update commons to 5.27.9 2020-05-06 18:53:11 +02:00
tibbi
f2959d908e updating Commons, improving the handling of content uris 2020-05-06 11:53:18 +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
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