robospice v1.4.14 Release Notes
Release Date: 2014-09-06 // over 10 years ago-
- ๐ Fix NPE when cache folder is empty. Thx to skhanzada. https://github.com/stephanenicolas/robospice/pull/352
- โฌ๏ธ Upgrade libraries versions. https://github.com/stephanenicolas/robospice/issues/351
Previous changes from v1.4.13
-
SDK Compatibility :
- ๐ท RS is now officially compatible from SDK 10+. We drop support for SDK 8 & 9. Though a "best effort" help will be provided to/by the community. The main cause is that Android emulator < 10 is not available anymore, thus we lost CI testing capacity and can't guarantee test passing anymore.
Team
- Nikola Keskinov joined the RoboSpice Team. Welcome Niko !
โจ Enhancements
- Requests are not retried anymore when network is down. https://github.com/stephanenicolas/robospice/pull/291. Thx to softwaremaverick for fixing this bug.
- SpiceService's executor core threads can now be exceeded and customized and are disposable. Thx to Jorge Vila for this feature. https://github.com/stephanenicolas/robospice/pull/304
- The OrmLite extension now notifies foreign objects for changes (instead of root only): https://github.com/stephanenicolas/robospice/issues/240. Thx to @agrebnev.
- SpiceListView can accept a custom OnScrollListener now. Thx to Wielliam Tell. https://groups.google.com/forum/#!msg/robospice/BNgKSE8d5G8/fkC9XCovpe8J
๐ Bug fixes
- ๐ Fix a potential concurrent issue in the request processor : listeners could be lost when added simultanously. Thanks to seva-ask for this fix : https://github.com/stephanenicolas/robospice/pull/296
- ๐ Fix a potential multiple unbindings in SpiceManager : https://github.com/stephanenicolas/robospice/pull/301. Thanks to seva-ask
- ๐ Fix a potential concurrent issue, removing listeners could be impossible in some rare cases. Thx to seva-ask. https://github.com/stephanenicolas/robospice/pull/318
- RetrofitGsonSpiceService object persister was buggy. Thx to keirongulrajani. https://github.com/stephanenicolas/robospice/issues/272
- ๐ Fixed an ANR when app started with screen off. Thx to Colin Lee. https://github.com/stephanenicolas/robospice/issues/270
- ๐ Fixed ConcurrentModificationException. Thx to escarti. https://github.com/stephanenicolas/robospice/issues/91
- ๐ Fixed a bug in SpiceNotificationService. Thx to kaivnlp. https://github.com/stephanenicolas/robospice/issues/299
- Cancelling methods by key didn't work. Thx to Pierre Degand. https://github.com/stephanenicolas/robospice/issues/251