Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

3.0.0b5

Pre-release
Pre-release
Compare
Choose a tag to compare
@DerAndereAndi DerAndereAndi released this 14 Jan 14:19
· 2282 commits to develop since this release
  • General:
    • [NEW] Remove -ObjC from Other Linker Flags, since the SDK doesn't need it
    • [NEW] Update localizations (german, croatian)
    • [BUGFIX] Fix some new compiler warnings
    • [BUGFIX] Fix some missing new lines at EOF
    • [BUGFIX] Make sure sure JSON serialization doesn't crash if the string is nil
  • Crash Reporting:
    • [NEW] Add anonymous device ID to crash reports
    • [BUGFIX] Move calculation of time interval between startup and crash further up in the code, so delegates can use this information e.g. to add it into a log file
    • [BUGFIX] Call delegate also if a crash was detected but could not be read (if handling crashes on startup is implemented)
    • [BUGFIX] Format timestamp in crash report to be always UTC in en_US locale
    • [BUGFIX] Make sure crash reports incident identifier and key don't have special [] chars and some value
  • Feedback:
    • [NEW] Ask user details and show compose screen automatically on first opening feedback list view
    • [BUGFIX] Fix some users own messages re-appearing after deleting them
    • [BUGFIX] Problems displaying feedback list view in a navigation hierarchy
  • Updating:
    • [BUGFIX] Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used