Network Optimizations and Fixes
- sendTag(s) and deleteTag(s) now batch network requests to optimize the number of network requests made.
- Fixed issue with action buttons using a previous button set sometimes. Issue #202
- Issue was introduced in 2.4.0.
- Fixed crash on app start on iOS 7. Issue #205
- Issue was introduced in 2.3.6.
- Fixed very rare crash due to
preferredLanguages
being empty. Issue #201