Skip to content

Releases: nullgr/app-core

2.0.1-beta.2

11 Feb 10:53
Compare
Choose a tag to compare
  • [#65] - Added FLAG_ACTIVITY_NEW_TASK to RxLocationManager
  • [#63] - Updated Copyright
  • [#61] - Improved DynamicAdapter: Copy collections

2.0.0-beta.1

10 Jan 08:20
Compare
Choose a tag to compare
  • Implement core-security module
  • [#51] - Fixed API version checking for WindowExtensions
  • [#54] - Added functions to convert Date to Timestamp and compare fields of Date
  • [#56] - Added core-adapter-ktx module
  • [#57] - Extract rxresult to core-intents module.

    NOTE! path to RxResolveResultActivity should
    be changed as show below:
 <activity android:name="com.nullgr.core.intents.rxresult.RxResolveResultActivity" />

Also, if you use only core-rx, you no longer need to add:

 implementation "com.android.support:appcompat-v7:$SUPPORT_VERSION"

1.0.1-alpha.2

11 Jul 12:59
Compare
Choose a tag to compare
  • [#33] - Fixed typo at SupportedFeaturesExtensions
  • Update kotlin and gradle version
  • [#40] - Fix addScreen and replaceScreen functions (pass tag to addToBackStack function instead of null)
  • [#38] - Improved DynamicAdapter
  • [#43] - Change min version of API
  • [#45] - Fix DynamicAdapter updateItems