Commit Graph

1662 Commits

Author SHA1 Message Date
0961ceb096 minor code style formatting 2021-10-13 10:43:54 +02:00
87c3a905e9 recognize more mimetypes as documents or archives 2021-10-13 10:38:28 +02:00
ec6cafecd8 add some files without mimetype to Others too 2021-10-12 15:32:33 +02:00
46fa498acc adding Others to the storage analyzer 2021-10-12 14:09:05 +02:00
91db92b51d adding recognition to a couple more mimetypes 2021-10-12 14:02:17 +02:00
1b956e336f adding a basic implementation of archive file fetching 2021-10-12 12:14:13 +02:00
a9336115c4 Merge pull request #506 from Aga-C/polish-translation
Updated Polish translation
2021-10-12 11:35:32 +02:00
35bc57f705 Updated Polish translation 2021-10-12 11:19:34 +02:00
bc03e4f5e5 adding a new string for Archives 2021-10-11 23:44:27 +02:00
13c0afef3c adding Documents at the storage analyzer 2021-10-11 23:38:42 +02:00
5d5a4c3a7d use a better way of calculating file sizes by mime type 2021-10-11 23:28:01 +02:00
7409a569de adding audio storage 2021-10-11 23:04:25 +02:00
49103cc405 show the videos size too 2021-10-11 22:57:09 +02:00
bf25cdfb2b add an Images progressbar at the storage analyzer 2021-10-11 22:51:36 +02:00
ff4ccbf439 make sure the storage usage progressbar has the proper color 2021-10-11 22:28:33 +02:00
1741888d74 adding a storage usage progress indicator 2021-10-11 22:21:51 +02:00
17343f5448 lets show the free storage label only if we have the values 2021-10-11 22:14:49 +02:00
87d3cf6501 avoid recreating the content of tabs at swiping 2021-10-11 22:08:23 +02:00
d31060739e filling in some initial Storage fragment views 2021-10-11 21:59:57 +02:00
f750539695 adding the storage tab at the viewpager 2021-10-11 21:08:31 +02:00
fdbd093ff6 adding some initial storage analysis tab related things 2021-10-11 20:41:20 +02:00
ba5fb52e84 adding some strings related to the storage analysis tab 2021-10-11 20:22:30 +02:00
6dd545e4b5 adding the new helper extension for formatting file size 2021-10-11 18:20:05 +02:00
a246ca514f adding some storage stat fetchers into the storage fragment 2021-10-11 17:55:11 +02:00
997a44f857 adding some size fetching into the Storage fragment 2021-10-11 16:06:12 +02:00
25a621da27 renaming refreshItems to refreshFragment 2021-10-10 23:02:40 +02:00
dbfab9c0cf moving some functions from MyViewPagerFragment to ItemOperationsListener 2021-10-10 22:58:03 +02:00
1af8303bbb adding the core of a new Storage fragment 2021-10-10 22:44:30 +02:00
095e1781a8 fix #497, properly handle file/files copied/moved success message 2021-10-10 20:02:57 +02:00
08ea0b9b9c updating commons 2021-10-10 18:57:42 +02:00
48c3b3470a updating kotlin and gradle 2021-10-09 22:24:35 +02:00
faea0eac12 Merge pull request #504 from lnux-usr/patch-1
Update some pt-br translations
2021-09-26 21:57:32 +02:00
2f451917ad Update pt-br translations 2021-09-26 16:53:46 -03:00
e096a6ccaa Merge pull request #501 from womeier/master
Allow all mime-types when using the 'Save As' function
2021-09-24 21:14:37 +02:00
a27e44f38d Allow all mime-types when using the 'Save As' function 2021-09-24 14:10:33 +02:00
9854ccc2e3 updating changelog 6.9.4 2021-08-27 15:32:15 +02:00
f739c429e8 update version to 6.9.4 2021-08-27 15:32:08 +02:00
fb9d969486 updating kotlin to 1.5.30 2021-08-27 15:28:23 +02:00
ccab2e3571 updating commons with a crashfix 2021-08-27 15:24:52 +02:00
452c913445 updating commons and gradle 2021-08-27 15:19:08 +02:00
8bd2416ef3 Merge pull request #498 from KryptKode/feat/breadcrumbs-one-liner
Update Breadcrumbs
2021-08-27 14:59:09 +02:00
51b7323f14 adding some top margin 2021-08-27 14:58:54 +02:00
fa0614175a Update Breadcrumbs and commons library version 2021-08-27 13:31:56 +01:00
6ab6f50b9b Update .editorconfig 2021-08-17 09:38:47 +02:00
e671d76e5f Update .editorconfig 2021-08-16 23:14:09 +02:00
37b9699276 a bit more code shortening 2021-08-15 23:25:37 +02:00
73aaf290f9 updating commons + minor code style update 2021-08-15 23:18:28 +02:00
a57569cd86 Merge pull request #496 from qwertyfinger/feature/editor-save-prompt
Show save prompt when exiting editor if there are unsaved changes
2021-08-15 23:06:51 +02:00
a706e26df6 Clean code 2021-08-15 11:41:58 +03:00
b11e60a3c5 Show save prompt when exiting editor if there are unsaved changes
To check if there are unsaved changes, the current text is compared to the original text.
If user uses the "Saved as" button to modify this file, the original text is updated.

When there are unsaved changes:
- If user clicks "Discard", the editor is exited without saving.
- If user clicks "Save" and successfully saves the file, the editor is automatically closed afterward.
- If user clicks "Save" but then fails to save or closes the save dialog, the editor is not closed.
2021-08-15 07:31:48 +03:00