CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 199
Releases: tinode/tindroid
Four significant features
Compare
New features
- Writing messages to oneself (saving/bookmarking messages)
tinode/chat#741 - Deleting messages in p2p topics for both parties.
tinode/chat#569 - Pinned messages.
tinode/chat#754 - Unique user ID (alias)
tinode/chat#446
Other changes
- New Java syntax used wherever possible.
- A few dependencies updated
- Unit tests for
MsgRange
. minSdkVersion
incremented from 26 to 27- Bug fixes, lint warning fixes, deprecation fixes, dependencies updated,
Full Changelog: v0.23.3...v0.24.0
Assets 2
Minor big fixes, alias fixes
Compare
Assets 2
Support for aliases
Compare
Support for aliases:
tinode/chat#446
Full Changelog: v0.24.0-rc2...v0.24.0-rc3
Assets 2
Bug fixes, minSdkVersion from 26 to 27
Compare
- Bug fixes.
- Lint warnings fixed.
- New Java syntax used wherever possible.
- Missing translations added.
- Gradle warnings fixes
- A few dependencies updated
- Unit tests for
MsgRange
.
Full Changelog: v0.24.0-rc1...v0.24.0-rc2
Assets 2
Three significant features
Compare
New features
- Writing messages to oneself (saving/bookmarking messages)
tinode/chat#741 - Deleting messages in p2p topics for both parties.
tinode/chat#569 - Pinned messages.
tinode/chat#754
Full Changelog: v0.23.2...v0.24.0-rc1
Assets 3
Fix for speakerphone during calls, new Google-mandated media picker
Compare
Most notable changes:
b89ff6e Refactoring of media picker for Android 14 (Google-mandated)
beeff5f Completely redone audio control for calls
993719a Add android:fitsSystemWindows="carview.php?tsp=true" to avoid title under camera cutout
7150aa2 Update SDK from Java 8 to Java 17
29f8550 build target changed to 35
Full Changelog: v0.23.2...v0.23.3
Assets 2
Bug fixes
Compare
ac91371 Prevent crash when sending invalid video
074daf6 Prevent crash when media player creation fails
88b9bfb Fix for non-printable file name of an attachment
698d181 Crash on a race condition
d993e8b Crash when viewing remote image
88e24aa A few fixes for crashes found by crashlytics
Full Changelog: v0.23.1...v0.23.2
Assets 2
Bug fix in WebRTC
Compare
- Bug fix: incorrect SDP plan used which caused crashes when making calls.
- Dependencies updated.
Assets 3
Emoji support, Picasso replaced with Coil, bug fixes, deprecation refactoring
Compare
Major changes
- Full support for emoji, including grapheme clusters. Combining complex non UTF-16 emoji with markup no longer breaks formatting on iOS and web.
- Short emoji-only messages are shown in larger font.
- Picasso is replaced with Coil due to a caching issue with Picasso and apparently stopped development of Picasso (last release in 2020).
- Dropped support for Android API 25 and below due to a hard to fix issue with LetsEncrypt SSL certificates.
- Lots and lots of refactoring due to deprecation warnings.
- A few crashes fixed
Full Changelog: v0.22.12...v0.23.0