forked from hedzr/android-file-chooser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
135 lines (77 loc) · 2.83 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Changelog
## 1.1.19 - 2019-04-27
- bugs fixed
- minor fixes for themes
- #60, #61, #62 fixed
- revamped Dpad controls
- added cancelOnTouchOutside and enableDpad (true by default)
- mainly by Guiorgy.
## 1.1.18 - 2019-04-27
- temporary release with gradle 5.1.1 compartibility test.
- this library works within androidx project.
## 1.1.17 - 2019-03-28
- bugs fixed
- rewrite demo app
- small tunes
- show dlg after permissions granted, without fault
- better text color and dark facade
- displaying the current path string
- etc.
## 1.1.16 - 2019-03-03
- #46, #47, #48
- bugs fixed
- `displayPath` by **Guiorgy**
- new style demo app will be released, by **Guiorgy**
## 1.1.15 - 2019-02-25
- #42: withOnBackPressedListener not fired
clarify `onCancelListener`, obsolete `onBackListener`
- #44: .with(this) in the sample code is obsolete
doc updated, demo codes updated.
readme doc reviewed
- #45: Does not display the name of a selected folder
Add `titleFollowsDir(boolean)`.
## 1.1.14 - 2019-01-18
no more details
## 1.1.12 ~ 1.1.14
the publishing had matters.
## 1.1.11 - 2018-10-08
- Create new folder on the fly, and the optional multiple select mode for developer, thx [Guiorgy](https://github.com/Guiorgy) and his [android-smbfile-chooser](https://github.com/Guiorgy/android-smbfile-chooser)
- Up (`..`) on the primary storage root will be replaced with `.. SDCard`, it allows to jump to external storage such as a SDCard and going back available too.
- DPad supports, arrow keys supports (#30)
- ...bugs fixed
## 1.1.10 - 2018-06-05
bugs fixed
## 1.1.9 - 2018-05-20
\+ #14, `withFileIcons(...)`, `withFileIconsRes(...)`, `withAdapterSetter(...)`
\* review the whole codes
## 1.1.8 - 2018-05-17
\+ #13, `withRowLayoutView(resId)` allow color/font customizing...
\* a few codes be optimized.
## 1.1.7 - 2018-05-15
\* using AS 3.1.2.
\* #8, misspell typo fixed, thx @bostrot
\* #9, new style constructor from @SeppPenner
\* README for #3 is more friendlier
\* KS_PATH usage in #2 is more friendlier
## 1.1.6 - 2018-02-11
Spring 2018 Version:
\+ permissions check form @bostrot, thx a lot
\* upgrade to AS 3 & gradle 4.1+
\* about #4, add 2: [withIcon()](./library/src/main/java/com/obsez/android/lib/filechooser/ChooserDialog.java#L114), [withLayoutView()](./library/src/main/java/com/obsez/android/lib/filechooser/ChooserDialog.java#L119)
## 1.1.5 - 2017-06-27
fixed issue #2
## 1.1.4.1 - 2017-06-27
bug fixed for last releases
'*' navigate and choose a folder without extension cause crash
## 1.1.4 - 2016-12-31
bug fixed for last release
'*' remove app_name;
'*' dateformat fixed;
## 1.1.3 - 2016-12-30
'+' withDateFormat()
'*' remove wrong timestamp display at '..' (parent) folder
'+' add history/changelog
'*' upgrade building environment
'+' traditional chinese language
## 1.1.2 and older
'+' basic functionalities