- Feb 24, 2022
-
-
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Feb 09, 2022
-
-
Nicolas Pomepuy authored
-
- Jan 07, 2022
-
-
Nicolas Pomepuy authored
-
- Jan 06, 2022
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Fixes #2029
-
Nicolas Pomepuy authored
-
-
-
Nicolas Pomepuy authored
Fixes #2273
-
This reduces the amount of variables and weird path we have to sprinkle throughout the buildscript
-
This way the build system realizes that it needs to rebuild the JNI library if the libmedialibrary.a changes refs #2264
-
LOCAL_MODULE_FILENAME defaults to lib<modulename>.so
-
This will clean the variables and will prevent us from having to override some defaults that were polluted by the previous Android.mk builds
-
- Oct 15, 2021
-
-
Nicolas Pomepuy authored
The fix made in 65cac21c was not working because MediaWrapperImpl was overriding the getTitle method. The useless override has been removed
-
- Oct 05, 2021
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Sep 27, 2021
-
-
-
-
-
-
This removes the need to manually invoke DeleteLocalRef and fixes a leak on error in mediaToMediaWrapper
-
-
This simplifies the code and will avoid useless calls once we switch to a RAII enabled type
-
- Sep 23, 2021
-
-
Nicolas Pomepuy authored
-
- Sep 15, 2021
-
-
Nicolas Pomepuy authored
-
- Aug 04, 2021
-
-
Nicolas Pomepuy authored
-
- Aug 03, 2021
-
-
Nicolas Pomepuy authored
The miniplayer, notification and widget are now updated when the web radio current played track changes Fixes #1573
-
- Jul 28, 2021
-
-
Duncan McNamara authored
When calling NewStringUTF with an invalid UTF string it will abort instead of returning NULL. This wrapper checks the validity of the UTF string before calling NewStringUTF.
-
- Jul 15, 2021
-
-
Nicolas Pomepuy authored
Fixes #2094
-
- Jul 09, 2021
-
-
Nicolas Pomepuy authored
This commit gets rid of the deprecated PROGRESS and SEEN metadata. It also uses the new progress API using both lastTime and lastPosition fields. Now the only Single Sources Of Trust are the DB fields lastTime, lastPosition and playCount
-
- Jun 14, 2021
-
-
Nicolas Pomepuy authored
-
- Jun 10, 2021
-
-
Nicolas Pomepuy authored
Fixes #2049
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-