Tindroid Versions Save

Tinode chat client application for Android

v0.22.12

3 months ago

21381476 Prevent crashes on invalid base64 encoding. d594bcb0 Option to show QR code of a topic 3026815d Fix for another rare crash. e70d0188 A few rare crashes fixed.

v0.22.11

5 months ago

6e37c29b Fix for a couple of rare crashes due to data races 4c4ff835 8f9706e3 Fix for a crash 977d69d9 Update kotlin stdlib to 1.8.22 37740840 Gradle update + fixed compilation issues cb472ab9 Dependencies updated, build warnings fixed 0a5b8f42 Make sure there is no crash when placing calls is not supported by device cdceae77 Another patch for UI data race fe626e53 Fix for a race condition in password reset 84697f96 Fix in Ukrainian strings

v0.22.10

9 months ago

06ff05a8 a1d1ad2d Ukrainian localization b5eabc77 Fix crash on empty cursor d6b8a365 Reduce size of video sent in-band, otherwise exception: Data cannot occupy more than 10240 bytes when serialized

v0.22.9

10 months ago

6e22fa86 Replace assert with explicit check for valid URI 6de80b9f Catch exception when phone calling is not available on device aeac962e Check if fragment is finished before using it 9afb7ca1 Romanian translation (thanks @ivantrasnitu) 8cddc76f Avoid infinite loop in permission checking on API 33 ade8c5c6 Fix for https://github.com/tinode/chat/issues/869 92f35256 Fix duplication of entered text in onResume

v0.22.8

11 months ago

620d6260 Unused import removed. 13823177 Check if acs update is for the current user. c467a6d2 Fix for a crash on misconfigured server.

v0.22.7

1 year ago

b368105a Fix breakage due to new API 30 restrictions. 838fa6b4 Fixes for a few rare crashes. efc52630 Fix uploads of files with non-ASCII names. 4186d22e Fix for another crash. c2a1f624 Another attempt to fix race in SignUpFragment.

v0.22.1

1 year ago
  • Automatically configure server connection and app branding by scanning a QR code.
  • A few crashes related to delayed network response.

Full list of changes: https://github.com/tinode/tindroid/compare/v0.22.0...v0.22.1

v0.22.0

1 year ago

Main features:

  • Registration and password reset by SMS (has to be enabled on the server).
  • Present or scan QR code to connect with people.

Other changes: 8bd61dd3 Clear local database on logout. 3b78f7a4 Enable compression of websocket frames

Bug fixes: 28d070ea Calls: create data channel only on the caller's side. 13ecdd1b Fix sharing of plain text. 75a16f4b Remove extraneous quotes from hindi translation. 2e3ae198 Fix for a crash on missing me topic. 45360488 Prevent crash when device does not have a web browser.

Full list of changes: https://github.com/tinode/tindroid/compare/v0.21.6...v0.22.0

v0.21.6

1 year ago

af3b65aa Attempt to fix WaveDrawable crash, probably on screen rotation d025cb9a Proguard rules for material components, https://issuetracker.google.com/issues/243851373 8183ecb1 Auto-converted try() is causing problems

v0.22.0-rc1

1 year ago
  • Registration and password recovery by SMS (server-configured).
  • Find users and groups by QR code.

Other features: 8bd61dd3 Clear local database on logout. 3b78f7a4 Enable compression of websocket frames

Bug fixes: 28d070ea Calls: create data channel only on the caller's side. 13ecdd1b Fix sharing of plain text.