Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Releases: Guiorgy/android-smbfile-chooser

v1.4.8s

21 Mar 13:33
Compare
Choose a tag to compare

FileChooserDialog is now DEPRECATED!

* bump jcifs-ng from 2.1.3 to 2.1.5
* bump gradle
* bump appcompat

v1.4.7s

11 Sep 12:55
Compare
Choose a tag to compare

* more localization for Bahasa Indonesia (thanks joielechong)
* bug fixes (mainly hedzr#63, hedzr#75, hedzr#78)

v1.4.6s

12 Jun 11:37
Compare
Choose a tag to compare

- removed unnecessary dependency on kotlin-android plugin
- removed dependency on android-maven-gradle-plugin (abandoned as of 2019-06-07)
+ added localization for Bahasa Indonesia (thanks joielechong)
+ added localization for Georgian

v1.4.5s

10 Jun 07:33
Compare
Choose a tag to compare

* fixed not scrolling to the top on PathView first draw
* fixed AboutActivity and changed demo app banner and logo
* explicitly removed transition animations from PermissionActivity
* fixed hedzr#69 nullPointerException on monkeytest

v1.4.4s

27 May 09:30
Compare
Choose a tag to compare

* switched to AppCompat AlertDialog and AppCompat themes
+ reimplemented the feature removed in 1.4.1s (now scrolls to top after refresh)
+ implemented backtracking (scrolling to the directory you were in when going back) to SmbFileChooser
* minor layout and scrolling fixes

v1.4.3s

15 May 10:01
2ec80c8
Compare
Choose a tag to compare

* fully moved to AndroidX
* moved to AppCompat themes

v1.4.2s

22 Apr 10:49
Compare
Choose a tag to compare

- removed refreshLayout
+ instead, added refresh button in the options menu
* bumped gradle
* bugs fixed

v1.4.1s

08 Apr 14:01
4fa04f2
Compare
Choose a tag to compare

+ fileListItemFocusedDrawable attribute added
* bug fixes (especially with Dpad controls)
+ FileChooser now remembers directory when going back
- SmbFileChooser however no longer scrolls to top when list refreshes (the above feature should be added soon)

v1.4.0s

03 Apr 07:39
b51f0bb
Compare
Choose a tag to compare

+ added FileChooser style. You can now set a custom theme
+ overrideGetView added to adapter (accessed from AdapterSetter)
* calling build() no longer obligatory (show() can now be called directly)
+ now possible to pass Drawables as well as drawable resouces
+ now dialog shows after granting read permission
* many small improvements and bug fixes

v1.3.4s

12 Mar 09:33
4160edc
Compare
Choose a tag to compare

+ enabled R8 shrinker
* bump jcifs-ng from 2.1.1 to 2.1.2
* removed the workaround introduced in commit 3b94230, release v1.3.1s, as the problem was fixed in eu.agno3.jcifs:jcifs-ng:2.1.2 thanks to mbechler