All Versions
29
Latest Version
Avg Release Cycle
67 days
Latest Release
2296 days ago

Changelog History
Page 3

  • v2.2.1 Changes

    ๐Ÿ›  Fixed

    • โœ‚ Remove all tags from library manifest 4a6e0ae

      They are not needed in libraries and only result in conflicts. Fixes #34.

    Misc

    • ๐ŸŒฒ Include link to change log in README 15c59b5

      Fixes #33

  • v2.2.0 Changes

    February 03, 2017

    โž• Added

    • Fragment can now be used together with action bar 2ede72d

      Now possible to load the fragment even with existing toolbar, as long as setupToolbar() is overriden.

      Fixes #32

    ๐Ÿ”„ Changed

    Misc

    • README example was slightly wrong. 5e14cb2

      Fixes #26

    • โšก๏ธ Update LICENSE to mention or later 4f5c2de

      Fixes #29

  • v2.1.0 Changes

    February 03, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make createdir depend only on CREATE_DIR argument 38f4ee2

      Fixes #25

    Misc

    • ๐Ÿ”ง Mention that start-path is configurable #20 (spacecowboy)
  • v2.0.5 Changes

    ๐Ÿ›  Fixed

  • v2.0.4 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ– Handle rotation correctly 9857de8

      Fixes #15

  • v2.0.0 Changes

    โž• Added

    • โž• Adding Dropbox Core sample d860af7

      Fixes #5

    ๐Ÿ›  Fixed

  • v1.1.3 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ– Handle case if directory does not exist in FilePicker a17d655

      Fixes #4

  • v1.1.2 Changes

    Misc

    • โšก๏ธ Update readme with maven info 3afc546

      Fixes #3

  • v1.1.0 Changes

    February 03, 2017

    ๐Ÿ”„ Changed

    • Picker now has more options 26b0595

      Removed onlyDirs in favor of a mode variable. Now possible to select between: Files, Dirs, or Both.

      The ability to create directories is now an option as well which defaults to false.

      Fixes #1, #2