Commit graph

1806 commits

Author SHA1 Message Date
Tibor Kaputa
94568a2c36
Update strings.xml 2023-09-23 19:09:07 +02:00
Anonymous
3dfc4bc354
Translated using Weblate (Odia)
Currently translated at 100.0% (0 of 0 strings)

Translation: Simple Mobile Tools/Simple File Manager
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-file-manager/or/
2023-09-21 19:18:29 +02:00
Peter Dave Hello
ae28620518
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (47 of 47 strings)

Translation: Simple Mobile Tools/Simple File Manager
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-file-manager/zh_Hant/
2023-09-21 19:18:29 +02:00
Subham Jena
fb92961981
Added translation using Weblate (Odia) 2023-09-21 19:18:20 +02:00
Ensar Sarajčić
c8b980bf3e Ensure that needsStupidWritePermissions is tried before fallback methods 2023-09-20 15:48:31 +02:00
Ensar Sarajčić
5cd666d949 Handle file creation for OTG
This fixes #602
2023-09-20 15:26:18 +02:00
Tibor Kaputa
eae713c1e0
removing a comma 2023-09-13 14:40:21 +02:00
Ensar Sarajčić
ed776d5720 Clean up gradle deprecation warnings 2023-09-13 13:30:23 +02:00
Tibor Kaputa
d1e75ef217
Merge pull request #745 from esensar/feature/678-sdcard-storage-analysis
Add SD card to storage analysis
2023-09-07 13:35:29 +02:00
Ensar Sarajčić
69bddaa3d7 Prevent crashes on devices before Oreo version 2023-09-07 12:57:31 +02:00
Ensar Sarajčić
3919384928 Remove unused imports from Context extensions 2023-09-07 12:35:24 +02:00
Ensar Sarajčić
fbaacdb412 Separate internal storage from SD storage in StorageFragment 2023-09-07 12:32:09 +02:00
tibbi
4a9d047739 fixing a slovak translation 2023-09-07 12:11:09 +02:00
Ensar Sarajčić
a0419ed02c Use context access to sdCardPath 2023-09-07 11:44:16 +02:00
Ensar Sarajčić
4cca280de7 Ensure SDCard files get scanned on StorageFragment 2023-09-07 11:21:00 +02:00
Ensar Sarajčić
b58e509633 Add SD card to storage analysis
This closes #678
2023-09-06 18:41:31 +02:00
Ensar Sarajčić
d36d12c239 Migrate to version catalog 2023-09-06 13:23:36 +02:00
Usland
1842771e04
Update strings.xml 2023-09-02 19:49:50 +03:00
fatih ergin
7473587624 use binding extension to inflate activities 2023-08-25 22:38:05 +03:00
tibbi
9c730b8718 adding an empty line 2023-08-24 23:44:48 +02:00
Tibor Kaputa
5c66d18d72
minor code style update 2023-08-24 23:19:25 +02:00
Ensar Sarajčić
a3036b1b39 Handle EXTRA_MIME_TYPES in get content intents 2023-08-24 16:00:39 +02:00
VfBFan
d7e0fe2e2c
Translated using Weblate (German)
Currently translated at 100.0% (47 of 47 strings)

Translation: Simple Mobile Tools/Simple File Manager
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-file-manager/de/
2023-08-20 14:53:52 +02:00
fatih ergin
6cee221df7 clean up unused binding element 2023-08-16 22:31:36 +03:00
fatih ergin
4cc19c933d bind activities lazily 2023-08-16 12:53:14 +03:00
fatih ergin
a380eb9c3c add zip path traversal vulnerability check for zip decompression 2023-08-15 01:29:22 +03:00
fatih ergin
4caf77bc9b migrate fragments to viewbinding 2023-08-15 01:29:22 +03:00
fatih ergin
1ddf7ffc9b migrate dialogs to viewbinding 2023-08-15 01:29:22 +03:00
fatih ergin
7e104d5910 migrate adapters to viewbinding 2023-08-15 01:29:22 +03:00
fatih ergin
6a88111d32 migrate activities to viewbinding 2023-08-15 01:29:22 +03:00
fatih ergin
505839c84a enable viewbinding
update compile sdk to 34
update kotlin version to 1.9.0
2023-08-15 01:29:22 +03:00
htetoh
096be882e1
fixing language code 2023-07-31 22:08:51 +06:30
htetoh
f79a976c2e
Adding burmese strings.xml 2023-07-29 17:08:43 +06:30
tibbi
a9438b2c42 updating commons 2023-07-21 21:45:56 +02:00
Ensar Sarajčić
580cd1f75a Set intent data into fragments before starting them
This ensures that fragments have all data needed before doing initial data loading.
This will ensure that Recents tab properly filters files by mime type immediately,
instead of only after doing a pull to refresh.
2023-07-21 16:24:11 +02:00
tibbi
a614372646 update version to 6.16.0 2023-07-17 20:09:28 +02:00
tibbi
405094d5ff updating commons 2023-07-17 20:01:33 +02:00
Tibor Kaputa
4bf66d7049
updating commons 2023-07-15 19:57:42 +02:00
Ensar Sarajčić
83e06a9646 Fix typo in build.gradle 2023-07-15 16:48:09 +02:00
Ensar Sarajčić
3794529073 Update Simple-Commons ref 2023-07-15 16:46:56 +02:00
Ensar Sarajčić
8ca86fe5e9 Add eye icon to compression password entry field 2023-07-15 16:22:12 +02:00
Ensar Sarajčić
21949ef028 Update password strings on compression dialog 2023-07-15 16:21:55 +02:00
Ensar Sarajčić
173efd1896 Merge branch 'master' into feature/password-protected-zips-compress 2023-07-07 19:10:53 +02:00
Tibor Kaputa
6b7206fc0d
removing an empty line 2023-07-07 19:08:56 +02:00
Ensar Sarajčić
b154cebff5 Merge branch 'master' into feature/password-protected-zips-compress 2023-07-07 19:06:02 +02:00
Tibor Kaputa
a4b4d2fb52
Merge branch 'master' into feature/password-protected-zips 2023-07-07 19:03:26 +02:00
Ensar Sarajčić
d19508109f Remove error prefix from incorrect password toast 2023-07-07 18:19:35 +02:00
Ensar Sarajčić
0e9cb91697 Remove error prefix from incorrect password toast 2023-07-07 18:18:33 +02:00
Ensar Sarajčić
e56053966c Add LICENSE_ZIP4J to list of used licenses 2023-07-07 17:01:51 +02:00
Ensar Sarajčić
7776dd6af4 Make password dialog behavior the same as with protected PDFs 2023-07-07 16:48:22 +02:00