You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue where enums broke the processor. #enumsmatter
Replace ContentValues with DatabaseStatement for updating models, this results in a 33%-50% speed increase!
More @NonNull and @Nullable annotations
Delete queries also use generated DatabaseStatement, speeding up bulk deletes.
Add notnull to @InteritedColumn annotations.
RXJava observeOnTableChanges() updates. each ModelNotifier has common interface for interaction.
ModelChangeListener for DirectModelNotifier now uses OnTableChangeListener.onTableChanged() which adds a Class for which table changed. This enables better consolidation of interfaces. OnTableChangedListener promoted to top-level interface.