-
asRxSingle()
, yep,rx.Single
support! Many thanks to @geralt-encore -
asRxObservable()
instead ofcreateObservable()
(deprecated)
Changes:
- PR 596 Test asRxObservable() instead of createObservable() which is now deprecated
- PR 594 Gradle Wrapper 2.10
- PR 593 Enable emails from Travis to react on problems with master branch
- PR 592 Add query to exceptions (significantly helps inspect crashes)
- PR 588 Try to find interface of class when apply mapper
- PR 586 Remove "final" from most of the classes (will help with mocking)
-
PR 585 Base
executeAsBlocking()
result is nullable -
PR 584 Add
asRxObservable()
, deprecate createObservable() - PR 573 Support for rx.Single
Downloads
- Option to get one object for
StorIOSQLite
andStorIOContentResolver
- Handle backpressure for
Get
operation via RxJava (requires RxJava 1.1.0) -
SQLiteTypeMapping
andContentResolverTypeMapping
generation - Annotation processor for
StorIOContentResolver
- Option to set different uri's for
insert
,update
anddelete
(StorIOContentResolver
) -
PutResult
andDeleteResult
now allow0
updated tables - Jacoco is alive!
- Android Gradle Plugin 1.5.0
- Gradle wrapper 2.9
- RxJava 1.1.0
- SupportLibs 23.1.0
- Thanks to @geralt-encore and @zayass!
Changes:
-
PR 574
SQLiteTypeMapping
andContentResolverTypeMapping
generation - PR 575 Use force to reanimate Jacoco!
- PR 569 Option to set different uri's for insert, update and delete
-
PR 572 Handle backpressure for
Get
operation via RxJava, RxJava 1.1.0 - PR 561 Switch to Android Gradle Plugin 1.5.0
-
PR 563
PreparedGetObject
blocking forStorIOSQLite
-
PR 568
PreparedGetObject
as observable forStorIOSQLite
-
PR 565
PreparedGetObject
blocking forStorIOContentResolver
-
PR 570
PreparedGetObject
as observable forStorIOContentResolver
-
PR 560
PutResult
andDeleteResult
allow0
updated tables - PR 562 Switch to Gradle wrapper 2.9
- PR 558 Add module with common annotations processing logic
-
PR 548 Add annotation processor for
StorIOContentResolver
- PR 553 Switch to supportLibs 23.1.0
Downloads
-
StorIOContentReslver
fix for observing changes of Uris on Android API < 16
Changes:
- PR 550 StorIOContentReslver fix for observing changes of Uris on Android API < 16
Downloads
- Convert any
Query
back to itsBuilder
viatoBuilder()
! - Observe all changes in
StorIOSQLite
viaobserveChanges()
! - Retrieve
ContentResolver
fromStorIOContentResolver
viaStorIOContentResolver.internal().contentResolver()
Changes:
Downloads
-
get().numberOfResults()
for both SQLite and ContentResolver! -
@CheckResult
annotation for better IDE experience! -
insertWithOnConflict()
for StorIOSQLite. - We've added example of composite entity!
Changes:
- PR 534 Add StorIOContentResolver get().numberOfResults()!
- PR 533 Add StorIOSQLite get().numberOfResults()!
- PR 531 Add @CheckResult annotation, makes life in the Android Studio Better!
- PR 530 Add insertWithOnConflict() for StorIOSQLite!
- PR 520 Example of UserWithTweets entity with custom Put/Get/Delete resolvers
Downloads
- Add info about all types of fields supported by StorIO Annotation Processor!
- Updated build tools and dependencies! (Gradle Plugin 1.4.0-beta1, sdk 23, RxJava 1.0.14, RxAndroid 1.0.1, Support Libs 23.0.1, Private Constructor Checker 1.1.0, Dagger 2.0.1, ButterKnife 7.0.1)
- Fix SQLiteDatabase.execSQL() without args!
Changes:
Downloads
- StorIOSQLite Annotation Processor now supports blobs
byte[]
! - We've added example of relations implementation (R from ORM) to the Sample App!
Changes:
Downloads
-
StorIOSQLite
: Remove unnecessary synchronization, prevent possible deadlocks, faster & better! - Use AssertJ for test!
Changes:
Downloads
- Add
Queries
class with common utils for queries, now you can generate placeholders!
Changes:
- PR 485 Add public Queries utils with function for generating placeholders
Downloads
PreviousNext