fossifybot[bot]
67d77b3431
chore(release): v1.5.0 (11) ( #343 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-12-16 06:43:13 +05:30
Naveen Singh
8eea02c2aa
docs: move incorrectly placed changelog entry ( #342 )
2025-12-12 19:00:21 +05:30
Jan
c0d7f64551
fix: save as new file when file already exists ( #332 )
...
Refs: #131
2025-12-12 18:54:52 +05:30
fossifybot[bot]
7a4adb8783
chore(release): v1.4.0 (10) ( #297 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-30 00:27:07 +05:30
Naveen Singh
c12d1d7631
fix: clear files list before populating them again ( #301 )
...
Refs: https://github.com/FossifyOrg/File-Manager/issues/76
2025-10-28 14:06:03 +05:30
Naveen Singh
a4c8da6c31
chore: bump target SDK version to 35 ( #241 )
...
* chore: bump target SDK version to 35
* fix: address nullability issues
* chore: bump target SDK version to 36
* refactor: update edge-to-edge implementation
* refactor: update edge-to-edge implementation
* refactor: update edge-to-edge implementation
* refactor: migrate away from deprecated onBackPressed()
* chore(deps): update org.fossify.commons to 5.5.0
* docs: update changelog
* build: bump detekt return count limit
* chore: update lint baselines
2025-10-26 22:58:02 +05:30
fossifybot[bot]
c55d685022
chore(release): v1.3.1 (9) ( #284 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-09 22:05:39 +05:30
Naveen Singh
ab31c828a1
fix: filter out files from hidden folders in storage ( #283 )
...
Refs: https://github.com/FossifyOrg/File-Manager/issues/217 , https://github.com/FossifyOrg/File-Manager/issues/33
2025-10-02 12:10:47 +05:30
fossifybot[bot]
c2482ee5dc
chore(release): v1.3.0 (8) ( #269 )
2025-09-30 15:14:23 +05:30
Jan
5b278f6e4a
fix: filter out files from hidden folders in recents ( #279 )
...
* fix catch files in hidden folders in recent tab
Signed-off-by: Jan Guegel <jan@guegel.eu >
* adjust changelog
Signed-off-by: Jan Guegel <jan@guegel.eu >
* include getDoesFilePathExist check, just to be sure
Signed-off-by: Jan Guegel <jan@guegel.eu >
* apply Code Review suggestions
---------
Signed-off-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Jan Guegel <jan@guegel.eu >
Refs: https://github.com/FossifyOrg/File-Manager/issues/217
2025-09-30 14:58:54 +05:30
Jan
fec28af74f
fix: search now ignores accents and diacritics ( #274 )
...
* compare normalized search and items to ignore accents and diacritics
* Update CHANGELOG.md
* compare normalized search and items to ignore accents and diacritics
* Update CHANGELOG.md
* fix change print enconding to base64 #104
Signed-off-by: Jan Guegel <jan@guegel.eu >
* ops.. wrong branch..
Signed-off-by: Jan Guegel <jan@guegel.eu >
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* use normalizeString() from commons libs
Signed-off-by: Jan Guegel <jan@guegel.eu >
* use normalizeString() from commons libs also for recentsfragmen
Signed-off-by: Jan Guegel <jan@guegel.eu >
* Apply suggestions from code review
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* use normalizeString() for StorageFragment
Signed-off-by: Jan Guegel <jan@guegel.eu >
* fix last usage of contains() without normalizeString in search context
fix missing expection toast
Signed-off-by: Jan Guegel <jan@guegel.eu >
* remove Toast from loop
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
---------
Signed-off-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
Refs: https://github.com/FossifyOrg/File-Manager/issues/95
2025-09-30 14:53:51 +05:30
Jan
8647071c66
feat: add save as in menu in text editor ( #277 )
...
* add save as in menu
rename saveText to saveAsText()
add new save() without confirmation
Signed-off-by: Jan Guegel <jan@guegel.eu >
* fix icon of new menuItem to ic_save_vector
Signed-off-by: Jan Guegel <jan@guegel.eu >
* apply CodeReview input
getFilePath to updateFilePath
menuItem SaveAs never displayed with icon
backButtonPressed now uses Save without confirmation
Signed-off-by: Jan Guegel <jan@guegel.eu >
* fix catch filePath.isEmpty() by opening SaveAs Dialog
Signed-off-by: Jan Guegel <jan@guegel.eu >
---------
Signed-off-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Jan Guegel <jan@guegel.eu >
Refs: https://github.com/FossifyOrg/File-Manager/issues/224
2025-09-29 21:14:02 +05:30
Jan
630d7b2cea
fix: avoid truncated prints ( #275 )
...
* fix change print enconding to base64 #104
Signed-off-by: Jan Guegel <jan@guegel.eu >
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* use ensureBackgroundThread to avoid ANR on large files
Signed-off-by: Jan Guegel <jan@guegel.eu >
---------
Signed-off-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
2025-09-28 13:17:40 +05:30
Jan
223e644f36
fix: request permission in SaveAsActivity on first-run ( #271 )
...
* Fix "Replace characters on save as function, FileNotFoundException" #250
* Update CHANGELOG.md
update changelog
* Update app/src/main/kotlin/org/fossify/filemanager/activities/SaveAsActivity.kt
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* Update CHANGELOG.md
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* Update CHANGELOG.md
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* Merge branch 'FossifyOrg:main' into main
Signed-off-by: Jan Guegel <jan@guegel.eu >
* Update CHANGELOG.md
* fix PR Feedback
Signed-off-by: Jan Guegel <jan@guegel.eu >
* fix duplicated code by moving it to SimpleActivity.kt
Signed-off-by: Jan Guegel <jan@guegel.eu >
* moved handleStoragePermissions() to SimpleActivity.kt from MainActivity.kt
introduced tryInitFileManager() to SaveAsActivity.kt
removed const MANAGE_STORAGE_RC from MainActivity.kt
Signed-off-by: Jan Guegel <jan@guegel.eu >
* adjusted toast in try catch in storage permission action
Signed-off-by: Jan Guegel <jan@guegel.eu >
* catch ActivityNotFoundException with fallback of SecurityException
Signed-off-by: Jan Guegel <jan@guegel.eu >
* Apply suggestions from code review
thanks for the feedback!
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* remove indent
Signed-off-by: Jan Guegel <jan@guegel.eu >
* adjust changelog
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
---------
Signed-off-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
Refs: https://github.com/FossifyOrg/File-Manager/issues/85
2025-09-27 13:15:56 +05:30
Jan
055bfbd3b8
fix: sanitize filenames before saving ( #270 )
...
* Fix "Replace characters on save as function, FileNotFoundException" #250
* Update CHANGELOG.md
update changelog
* Update app/src/main/kotlin/org/fossify/filemanager/activities/SaveAsActivity.kt
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* Update CHANGELOG.md
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* Update CHANGELOG.md
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
---------
Co-authored-by: Jan Guegel <jan@guegel.eu >
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
Refs: https://github.com/FossifyOrg/File-Manager/issues/250
2025-09-26 12:28:58 +05:30
Naveen Singh
ceb7a5f2a2
fix: update changelog and commons ( #268 )
...
* fix: update changelog
* chore(deps): bump org.fossify:commons to 5.1.0
* chore(deps): update commons again
2025-09-25 20:50:02 +05:30
fossifybot[bot]
7a5f797a2a
chore(release): v1.2.3 (7) ( #262 )
...
* chore(release): v1.2.3 (7)
* docs: remove translations entry
Removed outdated changelog entries and clarified fixes.
* docs: remove translations entry
---------
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
2025-09-17 10:38:43 +05:30
Naveen Singh
fb3384fb08
fix: trust the system to check whether a file is a directory ( #261 )
...
Condition was originally introduced in 12b96e159d
Refs: https://github.com/FossifyOrg/File-Manager/issues/80
2025-09-15 10:33:51 +05:30
Naveen Singh
8c711104ed
chore(release): v1.2.2 (6) ( #259 )
2025-09-01 20:07:22 +05:30
fossifybot[bot]
e7186a9c79
chore(release): v1.2.1 (5) ( #254 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-09-01 13:45:22 +00:00
Naveen Singh
da8202ee2d
fix: set progress after computing total size ( #253 )
...
Refs: https://github.com/FossifyOrg/File-Manager/issues/251
2025-08-26 02:26:13 +05:30
fossifybot[bot]
1f61e17fd3
chore(release): v1.2.0 (4) ( #210 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-07-12 16:56:47 +05:30
Naveen Singh
141010a523
fix: save timestamp when compressing items ( #232 )
...
* fix: save timestamp when compressing items
See: https://github.com/FossifyOrg/File-Manager/issues/189
* style: reformat code
* chore: update baselines
* docs: update changelog
2025-07-12 15:58:50 +05:30
Naveen Singh
21e2ab1510
docs(changelog): add translations entry ( #209 )
2025-06-09 20:08:15 +05:30
Timur Erofeev
ef23996ced
fix: preserve timestamps when decompressing ZIP files
...
* Preserve modified date when unzip files.
* Preserve modified date when unzip files via actions menu
- Additionally handle the case with 0 last modified time.
2025-05-25 07:50:35 +05:30
Naveen Singh
cb1cd83f50
chore(release): bump app version to 1.1.0 (3) ( #182 )
2025-05-21 14:24:42 +05:30
Timur Erofeev
68c00dc3c0
fix(ui): prevent SwipeRefreshLayout from intercepting child touch events ( #173 )
...
* Fix accidental rendering of swipe refresh indicator.
* Fix scroll up in Files tab.
* Update app/src/main/kotlin/org/fossify/filemanager/views/MySwipeRefreshLayout.kt
Fix grammar after copy paste.
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
* docs(changelog): add links
---------
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com >
Co-authored-by: Naveen Singh <snaveen935@gmail.com >
2025-05-20 19:02:15 +05:30
Naveen Singh
2fe8b22fd4
fix: enable pull-to-refresh based on preference ( #177 )
...
See: https://github.com/FossifyOrg/File-Manager/issues/136
2025-05-20 09:27:29 +05:30
Naveen Singh
73e9080b67
feat(ui): replace checkboxes with material switches ( #170 )
...
* feat(ui): replace checkboxes with material switches
See: https://github.com/orgs/FossifyOrg/discussions/78
* docs(changelog): replace checkboxes with switches
2025-05-14 16:55:46 +05:30
Naveen Singh
9f81ce77c2
style: reformat changelogs as per Keep a Changelog
2025-05-05 19:45:16 +05:30
Naveen
985568ea2d
Update changelog
2024-03-17 06:37:41 +05:30
Naveen
0965d8866f
Update changelog
2024-01-07 00:37:58 +05:30
tibbi
265c49db3b
updating changelog
2023-09-19 17:18:43 +02:00
tibbi
afdc8c97a8
updating changelog
2023-07-17 20:09:35 +02:00
tibbi
c6b1783d49
updating changelog
2023-06-20 18:54:06 +02:00
tibbi
266d2d5651
updating changelog
2023-04-16 12:52:44 +02:00
tibbi
4641a58979
updating changelog
2023-01-12 15:57:06 +01:00
tibbi
a75156b440
updating changelog
2023-01-11 15:25:59 +01:00
tibbi
9bbb14900c
updating changelog
2023-01-07 22:20:53 +01:00
tibbi
ede372b4f1
updating changelog
2022-12-10 23:08:48 +01:00
tibbi
1a8938b036
updating changelog
2022-11-17 21:50:55 +01:00
tibbi
e0a8dace7c
updating changelog
2022-10-10 23:39:11 +02:00
tibbi
28c9a58008
updating changelog
2022-10-10 17:24:15 +02:00
tibbi
76c0b306ab
updating changelog
2022-08-20 22:48:23 +02:00
tibbi
0c56a7ea73
updating changelog
2022-07-25 12:32:30 +02:00
tibbi
2ec5bc7eac
updating changelog
2022-07-03 12:23:41 +02:00
tibbi
0f418c8c68
updating changelog
2022-06-26 15:11:24 +02:00
tibbi
1d898d516f
updating changelog
2022-06-14 00:02:19 +02:00
tibbi
4c8629b4f7
updating changelog
2022-05-18 15:49:47 +02:00
tibbi
c5150e7396
updating changelog
2022-04-15 17:12:45 +02:00