Android Studio-ified this sucka!#1
Open
WitKurowski wants to merge 65 commits intoWitKurowski:masterfrom
Open
Conversation
Provide a generic content observer interface.
…nce values should only be passed in to a method if they are required to complete a task.
Update .gitignore
…lar type with a new set of objects.
…her an object has truly been updated in Manager.replace(List<T>).
Conflicts: DatabaseLibrary/build.gradle
…dn't be higher than the SDK's.
…that have primary keys that are not made up of a single Long value.
Change Android library project to java project
…ell as the ability to get the number of rows that satisfy given criteria in a database table.
…ications to be sent to listeners when bulk operations were performed.
…, insert, or update happens.
…ed outside of the Database Library, while still being manged non-remotely.
…mpleContentProvider.applyBatch(ArrayList<ContentProviderOperation).
…as part of a batch operation do not perform a notification for the root URI (i.e., for the entire table).
…ween a particular object having been updated and a set of objects having been updated.
…tifications with descendant URIs without listening to notifications with root URIs.
…tener that was never registered.
…eListener.onChange() to occur on a background thread.
…particular object URI when a particular object is updated.
…ncluded adding a get(List<Long>) method.
…ts by specifying the fields to update along with a where clause.
…ager.replace(...) methods.
…tring>) and Manager.save(List<T>) and allow subclasses to define their own categorization logic if necessary.
…y managed from IDs being externally managed.
… by a separate thread before we attempt to retrieve it again.
…r.performSave(T).
… enough that they can take Collection objects instead.
…ception in Manager.performUpdate(T).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.