Giter VIP home page Giter VIP logo

contentproviderhelper's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

contentproviderhelper's Issues

publish ContentProviderHelper in the android-opensource-appstore http://fdroid.org/

Goal : publish ContentProviderHelper in the android-opensource-appstore http://fdroid.org/

ToDo:

  • Create a branch "fdroid"
  • remove the "report-errors-and-send-them-home" (frdoid does not like this)
  • remove permission internet (was needed only for error-reporting)

I have already started this with https://github.com/k3b/ContentProviderHelper/tree/FDroid
but of course I will not publish it on fdroid if projectowner does not want it

A LICENSE file is missing

Even if you choose to just let us see the code to review it or build our own app, without being able to distribute our modifications, a file making this clearer would be nice. Thanks for your time & have a nice day.

P.S. By the way your app is awesome.

Use more flexible initial querying strategy

Currently ContentProviderHelper completely refuses to interact with provider, if it returns a null Cursors or throws exception in response to initial query. This does not make much sense, because many providers don't consider empty uri (without path) to be valid. It should be possible to manually enter initial uri for each provider.

Syntax error on some content providers

Thanks for writing this app and publishing it. It really helped me debug issues with an app I am writing. There were some unexpected errors though. For instance, picking the media/external/audio/media on my Galaxy S4 KitKat with all columns results in a Syntax error toast. Unfortunately the toast doesn't show quite long enough to figure out what the error is.

Playlist entries are stored in the table content://media/external/audio/playlists//members Search doesn't find this and I am reduced to typing this which is a lot of typing on a phone. This should be better.

A tap on the row to bring up a vertical field representation would be nice.

Also nice would be the ability to delete a row directly.

No profile uri

Add please profile uri: "content://com.android.contacts/profile/data"

Incorrect treatment of empty Cursors

Even if ContentProvider responds to initial query with a non-null Cursor, ContentProviderHelper still won't show those columns unless the Cursor has at least one row (other functionality โ€” querying etc. also won't work). It should be able to work even if Cursors is empty, because it still has the list of columns, possibly types etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.