Commit graph

9207 commits

Author SHA1 Message Date
VfBFan
a2be982104
Translated using Weblate (German)
Currently translated at 100.0% (250 of 250 strings)

Translation: Fossify/Gallery
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery/de/
2024-10-01 14:44:47 +00:00
Fjuro
58b93d55c6
Translated using Weblate (Czech)
Currently translated at 100.0% (250 of 250 strings)

Translation: Fossify/Gallery
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery/cs/
2024-10-01 14:44:46 +00:00
Naveen Singh
6a9cc42979
Update image-minimizer.js 2024-10-01 20:12:27 +05:30
Naveen Singh
4e479e5309
Update commons 2024-10-01 19:46:37 +05:30
Naveen Singh
f176fe2915
Bump minimum target version to Android 8 (API Level 26)
See https://github.com/orgs/FossifyOrg/discussions/241
2024-09-28 01:52:33 +05:30
Naveen Singh
08cc4fc39b
Update changelog 2024-09-28 00:42:29 +05:30
Naveen Singh
2d69922cfb
Update version to 1.2.1 (9) 2024-09-28 00:42:29 +05:30
Naveen Singh
54666d6b68
Update commons 2024-09-28 00:42:28 +05:30
Naveen Singh
f9111757e8
Merge pull request #303 from weblate/weblate-fossify-gallery
Translations update from Hosted Weblate
2024-09-28 00:26:22 +05:30
Agnieszka C
4a14d03a2c
Translated using Weblate (Polish)
Currently translated at 100.0% (250 of 250 strings)

Translation: Fossify/Gallery
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery/pl/
2024-09-27 20:49:22 +02:00
Ghost of Sparta
dd594a57b2
Translated using Weblate (Hungarian)
Currently translated at 100.0% (247 of 247 strings)

Translation: Fossify/Gallery
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery/hu/
2024-09-27 20:49:21 +02:00
fin-w
d2faff3f2f
Translated using Weblate (Welsh)
Currently translated at 65.9% (163 of 247 strings)

Translation: Fossify/Gallery
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery/cy/
2024-09-27 20:49:20 +02:00
VfBFan
f9a723da40
Translated using Weblate (German)
Currently translated at 100.0% (10 of 10 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/de/
2024-09-27 20:49:19 +02:00
Josep M. Ferrer
a5f10c35bb
Translated using Weblate (Catalan)
Currently translated at 100.0% (10 of 10 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/ca/
2024-09-27 20:49:19 +02:00
ε
11beb4a626
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 20.0% (2 of 10 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/zh_Hant/
2024-09-27 20:49:18 +02:00
gallegonovato
f74a830454
Translated using Weblate (Spanish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/es/
2024-09-27 20:49:17 +02:00
Fjuro
c7867483ae
Translated using Weblate (Czech)
Currently translated at 100.0% (10 of 10 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/cs/
2024-09-27 20:49:16 +02:00
Naveen Singh
571866543d
Remove wildcard imports 2024-09-28 00:19:03 +05:30
Naveen Singh
1edcd5d161
Show user friendly error messages
See https://github.com/FossifyOrg/Gallery/issues/309
2024-09-27 23:16:18 +05:30
Naveen Singh
43eff348e6
Hide video preview on error 2024-09-27 22:39:05 +05:30
Naveen Singh
fafd6343d9
Rework the mute button logic
See https://github.com/FossifyOrg/Gallery/issues/171#issuecomment-2378649690

- Mute button is now completely unlinked from the system volume. The only way to unmute the player is to use the unmute button.
- Mute button state is now persisted.
2024-09-27 16:27:04 +05:30
Naveen Singh
6e98294147
Expand playback speed bottom sheet by default 2024-09-26 11:02:37 +05:30
Naveen Singh
2caa178417
Merge pull request #306 from FossifyOrg/add_black_placeholders
Use black placeholder background for thumbnails
2024-09-26 09:51:54 +05:30
Naveen Singh
30663de8ae
Hardcode branch name in workflow 2024-09-26 09:39:37 +05:30
Naveen Singh
056032cb67
Use black placeholder for thumbnails
Using a black placeholder leads to clearer thumbnail and background separation on most themes.
2024-09-25 23:10:51 +05:30
Naveen Singh
9b93b62f00
Add back JPEG XL support
Closes https://github.com/FossifyOrg/Gallery/issues/3
2024-09-25 22:35:52 +05:30
Naveen Singh
8b65aec0f1
Merge pull request #305 from esensar/ci
Add reusable workflows for PRs and testing builds
2024-09-25 22:21:27 +05:30
Ensar Sarajčić
d5e019ba00 Add reusable workflows for PRs and testing builds 2024-09-25 17:17:42 +02:00
Naveen Singh
4c2320d06a
Enable the loading indicator 2024-09-25 10:25:03 +05:30
Naveen Singh
654f0654a1
Show loading indicator only on initial load 2024-09-25 10:23:49 +05:30
Naveen Singh
45db8c19aa
Show loading indicator when loading many items 2024-09-24 22:19:41 +05:30
Naveen Singh
ff836d8c24
Rely solely on recyclerview for lazy loading
Closes https://github.com/FossifyOrg/Gallery/issues/136

- Remove manual lazy loading mechanism
- Disable cross fade when loading from cache
2024-09-24 21:53:01 +05:30
Naveen Singh
85f5f43b29
Drop JXL support (temporarily)
Closes https://github.com/FossifyOrg/Gallery/issues/301

Should be added back once https://github.com/awxkee/jxl-coder-glide/issues/4 is resolved.
2024-09-24 19:01:50 +05:30
Naveen Singh
ac8f912efb
Update android photo filters library 2024-09-23 01:11:53 +05:30
Naveen Singh
d5692219a1
Update changelog 2024-09-21 22:40:29 +05:30
Naveen Singh
a2224542f5
Update version to 1.2.0 (8) 2024-09-21 22:40:28 +05:30
Naveen Singh
bbb6d98ae9
Update commons 2024-09-21 22:40:28 +05:30
Naveen Singh
d9b54c4442
Merge pull request #297 from weblate/weblate-fossify-gallery
Translations update from Hosted Weblate
2024-09-21 22:36:02 +05:30
gallegonovato
d4c745381b
Translated using Weblate (Spanish)
Currently translated at 100.0% (9 of 9 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/es/
2024-09-21 19:03:44 +02:00
Agnieszka C
65a6431819
Translated using Weblate (Polish)
Currently translated at 44.4% (4 of 9 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/pl/
2024-09-21 19:03:44 +02:00
Fjuro
9a8e6f95ca
Translated using Weblate (Czech)
Currently translated at 100.0% (9 of 9 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/cs/
2024-09-21 19:03:44 +02:00
Oğuz Ersen
8c1336132a
Translated using Weblate (Turkish)
Currently translated at 88.8% (8 of 9 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/tr/
2024-09-21 19:03:44 +02:00
Suguru Hirahara
7cb70ebc2e
Translated using Weblate (Japanese)
Currently translated at 95.5% (236 of 247 strings)

Translation: Fossify/Gallery
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery/ja/
2024-09-21 19:03:44 +02:00
fin-w
9857c6fbaf
Translated using Weblate (Welsh)
Currently translated at 55.8% (138 of 247 strings)

Translation: Fossify/Gallery
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery/cy/
2024-09-21 09:37:35 +02:00
Naveen Singh
b34fc071b3
Update app store metadata 2024-09-21 12:59:44 +05:30
Naveen Singh
9627cbddbd
Disable language splits
See https://github.com/FossifyOrg/General-Discussion/issues/242
2024-09-21 12:55:38 +05:30
Naveen Singh
4f2852e8b0
Update dependencies and AGP 2024-09-21 11:08:57 +05:30
Naveen Singh
e45568ad38
Merge pull request #262 from weblate/weblate-fossify-gallery
Translations update from Hosted Weblate
2024-09-20 23:50:28 +05:30
fin-w
7f4e607274
Translated using Weblate (Welsh)
Currently translated at 51.8% (128 of 247 strings)

Translation: Fossify/Gallery
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery/cy/
2024-09-20 13:40:51 +02:00
Suguru Hirahara
37d529a93d
Translated using Weblate (Japanese)
Currently translated at 22.2% (2 of 9 strings)

Translation: Fossify/Gallery metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/gallery-metadata/ja/
2024-09-20 13:40:49 +02:00