Commit Graph

37 Commits

Author SHA1 Message Date
Philipp Crocoll 618b65f44b removed redundant file 2015-01-06 04:21:53 +01:00
Philipp Crocoll de9b2749c6 update translations from crowdin 2015-01-06 04:16:29 +01:00
Philipp Crocoll 8b0b82adb5 update translations from crowdin 2014-12-07 05:25:16 +01:00
Philipp Crocoll ac55c1fd86 changed to Google Play Services (ICS) component and up-to-date Support V4 library 2014-11-30 21:43:38 +01:00
Philipp Crocoll 4d623b4039 updated translations from Crowdin 2014-06-01 07:33:43 +02:00
Philipp Crocoll 9008785c69 Integrated new EntryActivity to KP2A 2014-05-11 07:52:38 +02:00
Philipp Crocoll d1cc47057d removed compat library for faster building 2014-04-22 06:25:28 +02:00
Philipp Crocoll ab41043ff1 increased version code for release version 2014-04-07 06:26:51 +02:00
Philipp Crocoll 491ee1e497 updated translations from crowdin 2014-04-04 05:39:56 +02:00
Philipp Crocoll ccde65d233 Translations from Crowdin (0.9.3 release) 2014-02-07 21:57:28 +01:00
Philipp Crocoll 437d3033d2 Release 0.9.3-pre2 2014-01-27 08:03:58 -08:00
Philipp Crocoll b26336d14d updated filechooser project.zip 2014-01-27 06:30:10 -08:00
Philipp Crocoll 5f304ad9f6 updated translations from Crowdin 2014-01-27 04:25:49 -08:00
Philipp Crocoll 1704e44afc Implemented GetFilename method in JavaFileStorage providers and updated usage in C# components. This resolves a bug with loading the OTP aux file in SkyDrive and Google Drive.
Fixed bug which prohibited creating databases on FTP/HTTP/WebDav (no credentials were queried)

Fixed bug which prohibited to use the Android 4.4 KITKAT file picker

Removed permission for internal file browser to allow using the internal picker in 4.4 as well (Security Exception)
2013-12-16 06:50:02 +01:00
Philipp Crocoll ee8348e688 switched to 4.2 target
deleted "crunch" folder in library zip resource folders
-> 0.9.2 release
2013-12-09 06:51:09 +01:00
Philipp Crocoll cd0e353594 added translations from crowdin 2013-12-08 11:11:31 +01:00
Philipp Crocoll 47256ab573 added zipped project (for easier usage when using a clean check out) 2013-11-09 04:38:29 +01:00
Philipp Crocoll 75b64e5a87 updated translations from crowdin 2013-11-06 20:30:34 +01:00
Philipp Crocoll 868f3aa231 updated translations from crowdin 2013-10-28 21:52:17 +01:00
Philipp Crocoll 0bf3a3ee7f FileChooser returns flag to indicate whether the chosen file already exists and must be overwritten or if it's new 2013-10-27 20:32:18 +01:00
Philipp Crocoll f8e17a8144 Merge branch 'android-filechooser-orig'
Conflicts:
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FragmentFiles.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/providers/localfile/LocalFileProvider.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/utils/ui/bookmark/BookmarkFragment.java
2013-10-27 20:31:14 +01:00
Philipp Crocoll 1f6ec329fd afc update 2013-10-27 16:02:27 +01:00
Philipp Crocoll 55da547141 Merge branch 'android-filechooser-orig'
Conflicts:
	src/java/android-filechooser/code/project.properties
	src/java/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_bookmarks.png
	src/java/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_bookmarks_dark.png
	src/java/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_bookmarks_light.png
	src/java/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_bookmarks.png
	src/java/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_bookmarks_dark.png
	src/java/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_bookmarks_light.png
	src/java/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_bookmarks.png
	src/java/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_bookmarks_dark.png
	src/java/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_bookmarks_light.png
	src/java/android-filechooser/code/res/drawable-xxhdpi/afc_ic_menu_bookmarks_dark.png
	src/java/android-filechooser/code/res/drawable-xxhdpi/afc_ic_menu_bookmarks_light.png
	src/java/android-filechooser/code/res/values-v11/themes_light.xml
	src/java/android-filechooser/code/res/values-v7/themes_light.xml
	src/java/android-filechooser/code/res/values/env.xml
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FragmentFiles.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/providers/BaseFileProviderUtils.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/providers/bookmark/BookmarkContract.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/providers/bookmark/BookmarkHelper.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/providers/bookmark/BookmarkProvider.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/utils/Sys.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/utils/Utils.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/utils/ui/LoadingDialog.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/utils/ui/bookmark/BookmarkCursorAdapter.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/utils/ui/bookmark/BookmarkFragment.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/utils/ui/history/HistoryCursorAdapter.java
	src/java/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/utils/ui/history/HistoryFragment.java
2013-10-25 04:45:52 +02:00
Philipp Crocoll f388a2bdcb update to rev 465 2013-10-25 04:09:31 +02:00
Philipp Crocoll e3b18b88b3 Improvements to GDrive implementation, started integration with KP2A app (file chooser not yet working) 2013-10-25 04:05:37 +02:00
Philipp Crocoll 4da67d42c0 fixed file selection workflow for FTP/HTTP 2013-10-07 07:11:47 +02:00
Philipp Crocoll 6f22ad012e * modified setup workflow for IFileStorage (to be compatible with Google Drive requirements)
* scheme (protocol) is always contained in path variables passed to JavaFileStorage implementors
* file chooser improvements (internal browser displayed also in file chooser list e.g. when selecting an attachments, compatible with Solid Explorer content uris, removed OI stuff)
* started GDrive support
2013-10-07 06:28:06 +02:00
Philipp Crocoll 56ca74a3d9 added missing import 2013-10-03 04:05:14 +02:00
Philipp Crocoll c53bfefee5 updated android-filechooser library (non-public release from HBA)
fixed bug with date parsing in Dropbox
added caching of FileEntry in Kp2aFileProvider.java
2013-10-03 03:47:07 +02:00
Philipp Crocoll a44e8a9680 * added options to exclude libraries for faster build times (DEBUG only)
* implemented getFileEntry to get information about a single file
* password activity is launched automatically if there are recent files
2013-09-28 21:14:21 +02:00
Philipp Crocoll 74acd19092 * Added file chooser to KP2A
* added functionality to file storage interface and (some) implementations to delete files/folders, create folders, list contents
-> Dropbox functionality implemented
2013-09-28 07:46:44 +02:00
Philipp Crocoll 15b7ca38c8 Included changes from 5.4.2 version to fix light theme actionbar 2013-09-27 06:32:29 +02:00
Philipp Crocoll 9deeeef382 + Kp2a FileChooser base class 2013-09-26 05:33:08 +02:00
Philipp Crocoll 881c77c565 Deleted unused resources
added file icons for KP2A databases
disabled logging output
2013-09-26 05:04:24 +02:00
Philipp Crocoll 5c49a7fcb1 Bookmarks and history removed 2013-09-26 01:59:35 +02:00
Philipp Crocoll 848f99562c Removed appcompat v7 dependency, changed version of v4 support lib 2013-09-25 21:03:18 +02:00
Philipp Crocoll 96a30e4588 + android-filechooser library 2013-09-20 22:07:41 +02:00