infinum / android_dbinspector

Android library for viewing, editing and sharing in app databases.
Apache License 2.0
952 stars 92 forks source link

3.0.1 version breaks build, documentation should be updated to reflect changes #11

Closed PrashamTrivedi closed 9 years ago

PrashamTrivedi commented 9 years ago

For previous versions, we were adding DbInspector activity in our manifests. In 3.0.1 the activity is added in library manifest, which breaks build when we upgrade the library from old version (1.1) to latest(3.0.1). However android studio is kind enough to tell us about tools:replace node. Isn't it good to update readme to reflect this change?

Also, having same label ( android:label="@string/dbinspector_app_name") and icon (android:icon="@drawable/dbinspector_ic_launcher") will likely to create confusion if more than one app uses this library as there will be more than one launcher icons which will have same icon and label/.

Please update readme to reflect these things.

reisub commented 9 years ago

Hi @PrashamTrivedi, I updated the README to include instructions for upgrading 1.x->2.x and 2.x->3.x.

About the label and icon, I'm not sure what your concern is. Each app can set it's own icon and label for the DbInspector launcher icon. If those are not set, defaults are used. Please read the README again and let me know how you think we can make it more clear.

PrashamTrivedi commented 9 years ago

Each app can set it's own icon and label for the DbInspector launcher icon. If those are not set, defaults are used.

I missed that in readme. It would be better if it has it's own section. Anyways current readme has sufficient information for everything, thus closing this issue.