forked from jenzz/ContentProviderHelper
-
Notifications
You must be signed in to change notification settings - Fork 9
History
Guillaume Déflache edited this page Aug 9, 2023
·
3 revisions
- fixed https://github.com/jenzz/ContentProviderHelper/issues/3: added permission MANAGE_DOCUMENTS to support com.google.android.apps.docs.storage
- Implemented #4: added copy errormessage to clipboard if enabled in settings
- added predefined content://media/external/file
- improvements: restore last used contentprovider+Fields in "on app load"
- updated to gradle-2.14.1/build tools 24.0.2/java8/AndroidStudio-2.2
- changed appID from com.jensdriller.contentproviderhelper to de.k3b.android.contentproviderhelper
- changed original App License from MIT to GPL-v3+ to allow adding gpl-v3 code.
- forked from jenzz/ContentProviderHelper
- refactored from eclipse-build to android-studio/gradle build.
- Replaced AppSherloc with AppCompat.
- Removed permission "internet" togehter with capability to automatcally send error reports to the program author
- App now builds for Android-2.2 (api-8) and up
-
Choose your theme: Light / Dark / Light (Dark ActionBar)
-
Fixed OutOfMemory errors on lower spec devices
-
Query content providers with more complex SQL queries
-
Save & Share query results as HTML page
- Initial release