Naveen
|
493ab65fc3
|
Launch track activity on play
|
2023-08-13 20:54:24 +05:30 |
|
Naveen
|
44f0db3ad6
|
Fix security exception when initializing controller
|
2023-08-13 19:21:36 +05:30 |
|
Naveen
|
b8d3e50c26
|
Do player operations on a background thread
As per https://developer.android.com/guide/topics/media/exoplayer/hello-world#a-note-on-threading, using the main thread is suitable for majority of cases but it still slows down the main thread, in some cases significantly. This can lead to a non-responsive UI when doing player operations like `moveMediaItems()` with a lot of media items in the queue.
|
2023-08-13 16:10:30 +05:30 |
|
Naveen
|
a831487cb5
|
Add comment
|
2023-08-12 13:51:47 +05:30 |
|
Naveen
|
98379ed7f3
|
Minor readability improvement
|
2023-08-12 13:04:38 +05:30 |
|
Naveen
|
b06b728fdb
|
Rebuild media items when tab configuration changes
|
2023-08-12 13:01:09 +05:30 |
|
Naveen
|
6b00a23ba4
|
Add comment
|
2023-08-12 12:57:48 +05:30 |
|
Naveen
|
3e35a12038
|
Setup track activity using media controller api
|
2023-08-12 12:49:29 +05:30 |
|
Naveen
|
ee627f9b4f
|
Workaround silently caught exception
|
2023-08-12 11:43:15 +05:30 |
|
Naveen
|
3c909382bd
|
Move current track bar logic to base music activity
|
2023-08-12 08:20:44 +05:30 |
|
Naveen
|
2d5e336080
|
Minor readability improvement
|
2023-08-12 08:01:50 +05:30 |
|
Naveen
|
12df58b854
|
Handle repeat mode
|
2023-08-12 07:53:24 +05:30 |
|
Naveen
|
2262af4f14
|
Minor readability improvement
|
2023-08-11 17:23:52 +05:30 |
|
Naveen
|
f13d507aa3
|
Don't release media session when stopping service manually
|
2023-08-10 21:30:10 +05:30 |
|
Naveen
|
d589d4a0c0
|
Setup media controller in main activity
|
2023-08-10 21:25:01 +05:30 |
|
Naveen
|
e88e9806cb
|
Add support for system UI playback resumption
|
2023-08-10 20:26:55 +05:30 |
|
Naveen
|
f07ac19571
|
Add SimpleMusicActivity class
|
2023-08-10 19:15:08 +05:30 |
|
Naveen
|
40b1d7e1b8
|
Respect shuffle, player speed config
|
2023-08-10 19:13:46 +05:30 |
|
Naveen
|
d6a35d570d
|
Show notification when there's no storage permission
|
2023-08-10 13:34:09 +05:30 |
|
Naveen
|
6c2c354892
|
Avoid creating unnecessary renderers
|
2023-08-09 03:12:40 +05:30 |
|
Naveen
|
87911c75b0
|
Minor readability improvement
|
2023-08-09 02:48:50 +05:30 |
|
spkprs
|
4577d8903f
|
Update strings.xml
|
2023-08-07 20:01:34 +03:00 |
|
Naveen
|
1e783c8d8e
|
Optimize thumbnail loader extension
|
2023-08-07 08:33:40 +05:30 |
|
Naveen
|
dbf547f549
|
Use cached album art when available
|
2023-08-07 06:09:19 +05:30 |
|
Naveen
|
caa3e549e7
|
Add album_art column in genre table
Db migration is handled from the last release: 73388dd7ca
|
2023-08-07 04:48:49 +05:30 |
|
Naveen
|
0e8f097f15
|
Properly save recent items to db
|
2023-08-07 04:15:08 +05:30 |
|
Naveen
|
464a6dc8ca
|
Handle sending progress update
|
2023-08-07 03:53:12 +05:30 |
|
Naveen
|
f32e6a370e
|
Minor readability improvement
|
2023-08-07 01:42:09 +05:30 |
|
Naveen
|
7e4da3faf4
|
Always allow next, previous commands
|
2023-08-07 01:35:36 +05:30 |
|
Naveen
|
821376057d
|
Catch exception!
|
2023-08-06 23:20:02 +05:30 |
|
Naveen
|
5b776b97bd
|
Sort folders
|
2023-08-06 23:17:49 +05:30 |
|
Naveen
|
22190e4c79
|
Search item properly using media id
|
2023-08-06 23:09:31 +05:30 |
|
Naveen
|
75557f3b48
|
Minor readability improvement
|
2023-08-06 22:27:48 +05:30 |
|
Naveen
|
3ea9263d0e
|
Show only visible tabs in the media tree
|
2023-08-06 22:17:26 +05:30 |
|
Naveen
|
2aabdde5f5
|
Minor readability improvement
|
2023-08-06 03:03:27 +05:30 |
|
Naveen
|
b1eb013327
|
Minor readability improvement
|
2023-08-06 03:02:27 +05:30 |
|
Naveen
|
cd728ea934
|
Add sleep timer
|
2023-08-06 02:44:52 +05:30 |
|
Naveen
|
6f097ec193
|
Call listeners on the main thread
|
2023-08-05 23:24:12 +05:30 |
|
Naveen
|
ac92426e1a
|
Rewrite music service using media3 (initial)
|
2023-08-03 23:30:00 +05:30 |
|
Naveen
|
c0bf269df4
|
Add media3 library
|
2023-08-03 23:27:08 +05:30 |
|
Tibor Kaputa
|
91846910a0
|
Merge pull request #580 from naveensingh/minor_fixes_and_improvements
Crash fixes and improvements
|
2023-07-28 09:38:49 +02:00 |
|
Naveen
|
ceba47f081
|
Properly handle bubble text in tracks adapter
|
2023-07-28 13:05:38 +05:30 |
|
Tibor Kaputa
|
d8162ca307
|
Merge pull request #578 from weblate/weblate-simple-mobile-tools-simple-music-player
Translations update from Hosted Weblate
|
2023-07-28 08:28:47 +02:00 |
|
Naveen
|
cbdc1efcb2
|
Remove static variable and properly handle sorting
|
2023-07-28 06:39:59 +05:30 |
|
solokot
|
623a86f8ae
|
Translated using Weblate (Russian)
Currently translated at 100.0% (77 of 77 strings)
Translation: Simple Mobile Tools/Simple Music Player
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-music-player/ru/
|
2023-07-28 01:07:48 +02:00 |
|
Naveen
|
7f18316c32
|
Remove useless comparator checks
|
2023-07-28 02:22:06 +05:30 |
|
Naveen
|
f36e9cef13
|
Avoid starting image loading when activity is destroyed
|
2023-07-27 16:34:27 +05:30 |
|
Naveen
|
c6224ad332
|
Avoid NullPointerException
|
2023-07-27 16:21:18 +05:30 |
|
Tibor Kaputa
|
6e8ba9aa55
|
Merge pull request #576 from naveensingh/allow_sharing_files
Allow sharing files
|
2023-07-26 21:21:00 +02:00 |
|
Tibor Kaputa
|
c49bd48d24
|
Merge pull request #573 from weblate/weblate-simple-mobile-tools-simple-music-player
Translations update from Hosted Weblate
|
2023-07-26 19:03:30 +02:00 |
|