This project is mirrored from https://github.com/LineageOS/android_packages_apps_Eleven.
Pull mirroring updated .
- 05 May, 2022 1 commit
-
-
Mika Latvala authored
Currently translated at 99.1% (120 of 121 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/fi/
-
- 05 Apr, 2022 1 commit
-
-
F Wildermuth authored
Currently translated at 100.0% (121 of 121 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/de/
-
- 31 Mar, 2022 1 commit
-
-
Fahim Salam Chowdhury authored
115-Q-fix_merge_conflict_for_automatic_update See merge request !30
-
- 28 Mar, 2022 5 commits
-
-
Fahim Salam Chowdhury authored
-
Fahim Salam Chowdhury authored
# Conflicts: # res/values-nl/strings.xml
-
Fahim Salam Chowdhury authored
-
Fahim Salam Chowdhury authored
-
Fahim Salam Chowdhury authored
-
- 25 Mar, 2022 1 commit
-
-
Fahim Salam Chowdhury authored
-
- 24 Mar, 2022 1 commit
-
-
Edoardo Regni authored
Currently translated at 100.0% (146 of 146 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/nl/
-
- 19 Mar, 2022 1 commit
-
-
Paolo Pantaleo authored
Currently translated at 100.0% (146 of 146 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/it/
-
- 13 Feb, 2022 1 commit
-
-
Michael Bestas authored
Change-Id: Id7edfc03b5f99a095a318304d515d4d97dcc3213
-
- 12 Feb, 2022 1 commit
-
-
Paolo Pantaleo authored
Currently translated at 100.0% (146 of 146 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/it/
-
- 03 Feb, 2022 1 commit
-
-
F Wildermuth authored
Currently translated at 100.0% (146 of 146 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/de/
-
- 28 Jan, 2022 1 commit
-
-
F Wildermuth authored
Currently translated at 100.0% (146 of 146 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/de/
-
- 27 Jan, 2022 1 commit
-
-
Nikolay Sinyov authored
Currently translated at 100.0% (146 of 146 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/ru/
-
- 21 Jan, 2022 1 commit
-
-
GunChleoc authored
Currently translated at 99.3% (145 of 146 strings) Translation: /e//android_packages_apps_Eleven_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_eleven_q/gd/
-
- 12 Jan, 2022 1 commit
-
-
Michael W authored
Change-Id: I6c7d4153e00b5c40bbe263dc5d1cc09528713b9a
-
- 08 Jan, 2022 1 commit
-
-
Michael W authored
Change-Id: I808473be8119cac96e9951ac8e623233a3de2773
-
- 28 Dec, 2021 21 commits
-
-
Michael W authored
* onActivityCreated is deprecated * PendingIntent needs mutability-flag * Add contentDescriptions * Make more variables final * LruCache: There is plenty of dead code, remove that * Remove more unused imports * Remove CacheListeners, they are unused Change-Id: I48359b17571baf227f9c520a0f62968b03cbd230
-
Michael W authored
* Currently, the three dots on the first song in a playlist do nothing -> Remove the special case for position=0 * When the menu works and you use it to remove the last (first position) item from the playlist, the "empty view" won't get shown -> set visible explicitly, now it looks like when you first show an empty playlist Change-Id: I2fa4a84cff27fe6fba1c8ea66b7381cc9457d434
-
Joey authored
Signed-off-by:
Joey <joey@lineageos.org> Change-Id: I2a9417b33cc6b792bf982c8c9e1af0f419027232
-
Michael W authored
* Currently the menu shows "New playlist" on top in addition to the positive button having the same action * The menu item for "new playlist" is treated as if it were a playlist resulting in a crash due to it not being a playlist * Remove the menu item since it's handled by the "ok" button just fine * Test: - Add song to playlist - Only button allows adding to a new playlist * Fixes a part of https://gitlab.com/LineageOS/issues/android/-/issues/3531 Change-Id: Ice781c07c812602976360fb6bf9136582b0ac592
-
Michael W authored
* Currently it gives the following error: Movement of content://media/external/audio/playlists which isn't part of well-defined collection not allowed * Looking at https://android.googlesource.com/platform/packages/providers/MediaProvider/+/refs/heads/master/src/com/android/providers/media/MediaProvider.java#5247 shows, that an update can only happen for AUDIO_PLAYLISTS_ID -> Do exactly that * Fixes parts of https://gitlab.com/LineageOS/issues/android/-/issues/3531 * Test - Before: Renaming crashes the app - After: Rename succeeds Change-Id: Id3d6caab10c07da1d1612f9790e8c6ac8ecda6f5
-
Michael Bestas authored
Change-Id: I237b5a5ba0326aeece40b889a036f058d781933a
-
Michael Bestas authored
Change-Id: Ib0a01141795c25fb8ad9e9bf208243707c4334a7
-
Alexander Martinz authored
The current configuration was very conservative for recent devices, even if they are considered "Low-End". Push the limits a bit higher to benefit better from caching. - Allow using 50% of device memory (was 25%) - Increase disk cache to 50 MB (was 10 MB) Change-Id: Idff956de6c7181f8b529ef1e84f183b370192735 Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-
Alexander Martinz authored
This is always false. Change-Id: I2718fa4a1285a5efc88faa3761eb929356546e58 Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-
Alexander Martinz authored
This is an artifact from a time long gone. AsyncTask implements a default RejectedExecutionHandler, which prints a warning about exceeding queue size and initializes a backup executor, which will run the task. Running it on a backup executor is actually better than trying to reclaim space from the executor and trying to rerun the task on it. Change-Id: I981bc2598ff240e72fbe4ae43e79d3a4534fa242 Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-
Alexander Martinz authored
We are already using #apply(), which applies changes to the in-memory storage immediately and async write it to disk. Change-Id: Ifbd60e68ef518f940da0ff6f5b25c90327351afb Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-
Alexander Martinz authored
Commit 78ddb450fa3fce19ae1389bbb489cfe9c3210de0 makes use of AlbumColumns.ALBUM_ID instead of BaseColumns._ID, which breaks on API levels below 28. To prevent people from scratching their heads when trying to run a recent version of Eleven on older API levels, bump the minSdk to 28. Change-Id: If89a8f34221058b4f4000bce4690327391cc820e Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-
Alexander Martinz authored
ImageWorker needs the RenderScript instance only for passing it into BlurBitmapWorkerTask. This is in preparation for an upcoming RenderScript removal [1], which will ease RenderScript related cleanups. As Lineage wants to support a huge range of devices and not all models support the recommended switch to Vulkan, we might need to use Google's RenderScript alternative [2] or remove the blur feature alltogether. [1] - https://android-developers.googleblog.com/2021/04/android-gpu-compute-going-forward.html [2] - https://github.com/android/renderscript-intrinsics-replacement-toolkit Change-Id: I1d59c2766b01013603543e39324973981d9c8889 Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-
Alexander Martinz authored
Change-Id: I6405a2ea9a4377eb8574a4e73d37336605f4327a Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-
Joey authored
Signed-off-by:
Joey <joey@lineageos.org> Change-Id: If8e1fd266a0410b471020118e329fcef9fc81fc5
-
Alexander Martinz authored
Change-Id: I1bd51579c78f69fda22e298acdf80c6b0a77ac2f Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-
Joey authored
Change-Id: I6537d0a983453756a9c2d72ba7eef45c02833604 Signed-off-by:
Joey <joey@lineageos.org>
-
Joey authored
Change-Id: Id73ac61cb640f7b012c2a8b6e5852acae6a002b3 Signed-off-by:
Joey <joey@lineageos.org>
-
Joey authored
Change-Id: I654f8c8e43be318d4dfdcf7819ce2be9294d5811 Signed-off-by:
Joey <joey@lineageos.org>
-
Joey authored
Change-Id: I0f12f3377a52564d2bdff491d09670d5749a4b48 Signed-off-by:
Joey <joey@lineageos.org>
-
Alexander Martinz authored
Instead of using a huge PNG for the default artwork, generate a simple color drawable (rgb(50,60,70) / #323c46). This change also renames all "blur" references because they are not valid as the AlbumScrimImage has only optional blur these days. Change-Id: I9cedcbca0621b06ad0a505a3edee9cbf7cc298d2 Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com>
-