3bcc47c5aa
Merge pull request #80 from hanjoongcho/master
...
Added Korean translation
2017-08-24 11:37:04 +02:00
314331ab2a
Added Korean translation
2017-08-24 17:43:52 +09:00
07b41d24f0
Merge pull request #79 from gregory678/patch-1
...
Polish translation
2017-08-11 21:44:38 +02:00
45b2731580
Polish translation
2017-08-11 16:03:53 +02:00
8704df4681
updating changelog
2.3.1
2017-08-07 22:46:11 +02:00
5c1c618d89
update version to 2.3.1 (34)
2017-08-07 22:46:07 +02:00
902ccdabf1
add the password protection to release notes
2017-08-07 22:44:27 +02:00
acd0a559a8
disable lint for release builds
2017-08-07 22:30:47 +02:00
5f50da2951
add a menu item for stoping temporarily showing hidden items
2017-08-07 22:28:57 +02:00
b6290c7c5e
add password protection for showing hidden items
2017-08-07 22:24:07 +02:00
9d81c1a667
add an activity check at filling items
2017-08-07 21:59:30 +02:00
592eb7bb53
Merge pull request #77 from arodu/patch-1
...
Spanish translate
2017-07-20 07:26:50 +02:00
5c0a469528
Spanish translate
...
Excelente App!!
2017-07-19 20:52:10 -04:00
035d112c1d
flip "Go to favorite" and "Sort"
2017-07-12 20:29:57 +02:00
1dcfb9e817
updating Commons and kotlin
2017-07-09 22:24:37 +02:00
417d40c405
Merge pull request #76 from en2sv/patch-2
...
Update Swedish translation
2017-07-09 20:42:01 +02:00
ad1c1e483a
Update Swedish translation
2017-07-09 20:33:58 +02:00
0d61293a10
small edit to fetching children
2017-07-09 09:45:39 +02:00
2c4ef37f15
Merge pull request #75 from rsnitsch/improve_get_children_performance
...
Speed up directory listing by factor 4-5 by improving getChildren function
2017-07-09 09:43:46 +02:00
49b8bd310a
add the missing fastscroller vertical handle
2017-07-09 09:42:24 +02:00
60fb26ab0a
Speed up directory listing by factor 4-5 by improving getChildren function
...
The speed up is achieved by multiple changes:
1) Use list() instead of listFiles() function. The former only returns a String array
containing the relative pathnames, and therefore is faster and consumes less
memory.
2) The list() function should only be called once. In the previous implementation,
the function was called twice (for directories). The first time it was only checked
against null and then thrown away.
3) The Strings do not have a "isHidden" property, obviously. However, hidden
files can be easily distinguished by checking if the first character is a dot (".").
Performance tests were done in a directory with 12 sub-directories that have
about 900 children in total. The old implementation needed about 400-500 ms
to list the directory. With the new implementation, only 100ms are needed.
2017-07-08 15:11:56 +02:00
1a1aa647c5
update commons to 2.21.15
2017-06-25 23:56:37 +02:00
17ff2f6f78
updating changelog
2017-06-25 23:56:18 +02:00
0a53d9d097
update version to 2.3.0
2017-06-25 23:56:13 +02:00
419c1f501b
add a menu button for temporarily showing hidden items
2.3.0
2017-06-21 23:16:23 +02:00
362fa75b10
remove mdpi resources
2017-06-21 23:04:07 +02:00
403615738a
adding rounded launcher icon
2017-06-21 23:03:45 +02:00
f79b4d258b
do not share hidden folder files if showing hidden is disabled
2017-06-21 19:37:48 +02:00
4107d830a3
allow sharing folder content, related to #55
2017-06-21 19:27:59 +02:00
b67a9e56a2
use more advanced mimetype and action checking at sharing files
2017-06-21 18:55:55 +02:00
b27c9bb491
fix #73 , add drag-selection to recycler view
2017-06-20 23:32:07 +02:00
c079bbb699
use MyScalableRecyclerView from Commons
2017-06-20 22:30:22 +02:00
9d17c5a568
add a Select All button
2017-06-20 20:39:13 +02:00
dc595c5a0e
refactor ItemsAdapter
2017-06-19 23:26:19 +02:00
8c9f7bf050
fix #64 , ask for SD card write permission at creating new items
2017-06-19 21:16:31 +02:00
c65f960704
update commons to 2.21.4
2017-06-19 18:16:08 +02:00
e60e3e043e
add some proguard rules for keeping line numbers
2017-06-14 23:11:13 +02:00
a65426499e
update commons, kotlin, gradle
2017-06-14 23:10:46 +02:00
401ab4f3e6
Merge pull request #71 from mople71/master
...
Czech translation
2017-05-28 21:13:22 +02:00
f19c0b6143
Czech translation
2017-05-28 14:54:33 +02:00
92ecf9fc26
update gradle to 2.3.2
2017-05-24 20:51:42 +02:00
55098d5af7
Merge pull request #69 from aligitor/master
...
Updated hu (Hungarian) translation
2017-04-25 09:57:31 +02:00
59bf1e9380
Updated hu (Hungarian) translation
...
Commit made via Stringlate
2017-04-25 09:37:32 +02:00
01e459d4d5
updating changelog
2.2.2
2017-04-24 19:08:42 +02:00
61aeb4b875
update version to 2.2.2
2017-04-24 19:08:37 +02:00
333cacfd03
fix #61 , properly show root folder content
2017-04-24 19:03:54 +02:00
9e3207f1bb
updating changelog
2.2.1
2017-04-19 21:18:02 +02:00
fee95bd35c
update version to 2.2.1
2017-04-19 21:16:34 +02:00
8c457f0a4c
remove the leftovers of the previous copy/move dialog
2017-04-19 21:13:36 +02:00
69aacd57d3
use the copy function of the Commons library
2017-04-19 20:46:30 +02:00