Commit graph

5928 commits

Author SHA1 Message Date
tibbi
96fb6a0e35 updating the photo editor, use light theme when appropriate 2022-04-10 17:52:37 +02:00
tibbi
b5dd6c8580 updating commons and gradle 2022-04-10 17:23:08 +02:00
tibbi
d7a52936b0 adding some shadow at the video player to ensure readability with white bg 2022-04-10 16:59:46 +02:00
tibbi
83881bfc06 make sure we use proper colors at PhotoVideoActivity too 2022-04-10 16:47:30 +02:00
tibbi
417a84f21a use proper menu colors at fullscreen view 2022-04-10 16:28:27 +02:00
tibbi
17610252c0 make sure we always use white system icons at fullscreen view 2022-04-10 16:21:32 +02:00
tibbi
27772d1922 lets update target SDK to 31 2022-04-10 12:15:35 +02:00
tibbi
39c568777b updating a string 2022-04-10 12:15:17 +02:00
darthpaul
519353cb04 change toast duration
- change the toast duration for when a user picks a folder restricted on SDK 30+ to Toast.LENGTH_LONG
2022-04-10 10:57:35 +01:00
darthpaul
fe49035966 Merge remote-tracking branch 'origin/fix/rename_by_changing_case' into fix/rename_by_changing_case 2022-04-10 10:56:11 +01:00
darthpaul
cebc9cdfda change toast duration
- change the toast duration for when a user cannot renamed files in the root of the SD Card to Toast.LENGTH_LONG
2022-04-10 10:55:49 +01:00
Paul
bfd4b930ec
Merge branch 'master' into fix/rename_by_changing_case 2022-04-10 10:49:10 +01:00
Tibor Kaputa
7872c98c9b
Merge branch 'master' into fix/editor-sdk30+ 2022-04-10 11:37:55 +02:00
darthpaul
e1d8f601d7 fix renaming
- show error message when a user tries to rename a file on the root of the SD Card in ViewPagerActivity and MediaAdapter
- in PickDirectoryDialog, use the Activity.isAStorageRootFolder method instead of String.isBasePath
2022-04-10 09:56:21 +01:00
darthpaul
769040e3fb remove unused string for other languages 2022-04-10 08:31:56 +01:00
Paul
0e6b935fc5
Merge branch 'master' into fix/editor-sdk30+ 2022-04-09 23:42:17 +01:00
darthpaul
8da45dcfbb sdk 30+ changes
- handle WRITE_STORAGE permission in EditActivity
- in PickDirectoryDialog replace error message when users select a restricted system directory to R.string.system_folder_restriction
- in SaveDialog
    - if path is a restricted path, automatically change it to {CURRENT_VOLUME}/Pictures directory.
    - if there is conflict and the file is direct child of the Download folder, show the user a prompt to grant WRITE request permission
- remove unused string R.string.copy_to_restricted_folder_message
- in NewPhotoEditActivity and NewVideoEditActivity, only delete SD Card file on conflict for devices running lower than SDK 30
- update commons module
2022-04-09 23:34:52 +01:00
melintemarian
0a1ab26813
Translated using Weblate (Romanian)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/ro/
2022-04-08 13:12:57 +02:00
Xosé M
7d8b3d3d75
Translated using Weblate (Galician)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/gl/
2022-04-08 13:12:57 +02:00
melintemarian
cac4b16a15
Translated using Weblate (Romanian)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/ro/
2022-04-06 12:12:43 +02:00
GobinathAL
e19d1df5e5
Translated using Weblate (Tamil)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/ta/
2022-04-04 23:20:44 +02:00
Simon N
57e2dd3170
Translated using Weblate (Swedish)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/sv/
2022-04-04 23:20:44 +02:00
Simon N
ba86c06862
Translated using Weblate (Swedish)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/sv/
2022-04-04 23:20:44 +02:00
J. Lavoie
b410dedb24
Translated using Weblate (Italian)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/it/
2022-04-04 23:20:44 +02:00
J. Lavoie
8bce81850a
Translated using Weblate (French)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/fr/
2022-04-04 23:20:44 +02:00
J. Lavoie
bc45140e4a
Translated using Weblate (German)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/de/
2022-04-04 23:20:44 +02:00
tibbi
2ea542b461 force white menu items at viewpager activity 2022-04-04 23:20:29 +02:00
tibbi
7eac78411e adding some preparation for Material You theme 2022-04-04 15:58:05 +02:00
tibbi
e262174e62 defining more activity Exported values 2022-04-04 15:43:25 +02:00
tibbi
75f8592940 adding a couple more Android 12 related fixes 2022-04-04 15:32:08 +02:00
tibbi
7b0476690c adding an "image" category to the app manifest 2022-04-03 22:37:03 +02:00
darthpaul
52693adbe6 Update gallery with recent commons module 2022-03-31 04:46:09 +01:00
tibbi
c4c5ce53ea adding 21:9 aspect ratio at cropping 2022-03-24 09:38:23 +01:00
tibbi
0a03658978 do not show root folder at storage picker dialog 2022-03-23 22:15:09 +01:00
tibbi
3ad371318e adding application_preferences intent to SettingsActivity 2022-03-21 20:24:29 +01:00
tibbi
fc2c0dbd86 updating commons 2022-03-20 22:39:04 +01:00
tibbi
7feffc9f61 updating the placeholder text for Android R+ 2022-03-20 20:41:45 +01:00
Tibor Kaputa
f0a124b925
Merge pull request #2380 from spkprs/patch-52
Update strings.xml
2022-03-19 22:58:02 +01:00
tibbi
733d05a568 updating commons 2022-03-19 22:26:01 +01:00
zica
c00a81ea77
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/zh_Hant/
2022-03-19 22:19:09 +01:00
Eric
cb77d0fb7f
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/zh_Hans/
2022-03-19 22:19:09 +01:00
solokot
9c7d1dede3
Translated using Weblate (Russian)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/ru/
2022-03-19 22:19:09 +01:00
Josep M. Ferrer
96655f4b9d
Translated using Weblate (Catalan)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/ca/
2022-03-19 22:19:09 +01:00
Oğuz Ersen
cd349bd648
Translated using Weblate (Turkish)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/tr/
2022-03-19 22:19:09 +01:00
Agnieszka C
0fdee8b468
Translated using Weblate (Polish)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/pl/
2022-03-19 22:19:09 +01:00
Guillaume
3363ad10ab
Translated using Weblate (Dutch)
Currently translated at 100.0% (339 of 339 strings)

Translation: Simple Mobile Tools/Simple Gallery
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/nl/
2022-03-19 22:19:09 +01:00
Tibor Kaputa
0d43373cb4
Merge pull request #2383 from KryptKode/fix/sdk30-saf-source-folder
sdk 30 changes
2022-03-19 22:19:05 +01:00
darthpaul
399c8e241d SDK 30 changes
- handle SAF dialog on ViewPagerActivity before refreshing screen
2022-03-19 20:30:59 +00:00
darthpaul
fa991847fb sdk 30 changes
- remove handleSAFDialogSdk30 for source paths since we have READ permission
2022-03-19 19:49:16 +00:00
tibbi
4a3e502484 moving MySquareImageView into commons 2022-03-18 17:33:44 +01:00