-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for issues #40, #38, #43, #42, #44, #45, #36 & #47 #41
base: master
Are you sure you want to change the base?
Conversation
Clean up to avoid having to add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml when developers sets their own allowBackup value on their actual application
Changing ViewHolder visibility to public in order to support Kotlin applications
Refactor to Android X
Update to Api Level 29
…does the library
…hen any of notify* methods are called
Hello vyguera, Thanks for this pull request. Hope it's will be merged as soon as possible. Best regards, |
Hi Louis, Of course you can. Glad to read your proposal. Let me know about the public url if available as I'd like to switch to a repository in my projects, too. |
Hello vyguera, |
Fixes for issues #40, #38, #43, #42, #44, #45, #36 & #47:
I made some cleaning up to avoid having to add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml when developers sets their own allowBackup value on their actual application
Also I refactored to Android X with Android Studio's refactoring tool, what also allowed me to upload API Level to 29. As a result, save button does not save to External Storage anymore, I had to save them in internal storage.
Besides sample didn't work on API Level 16. I've fixed this although images still won't be loaded as of some errors on Glide I cannot solve. Anyway not showing images are better than a crash.
Furthermore I fixed a crash when loading an Adapter with no data. This is no rows and/or no columns.
I fixed AdaptiveTableLayout.notifyDataSetChanged() too as it didn't refresh with new data.
I solved a problem when using any notify* method as top left corner wasn't changing.
Last but not least I made ViewHolder interface public to support Kotlin applications