Skip to content

Releases: tinode/tindroid

Bug fixes

22 Nov 03:29
Compare
Choose a tag to compare

10c3850 Increase Picasso cache size.
6889f26 Don't check for storage permission before downloading attachment, let it fail later.
0d9eaf7 Fix ice-candidate payload parsing.
9cb0787 Fix: upload failure toast is shown multiple times.
c970145 Fix: pending messages not shown.
eec45fb Add toast on completion of download, missing translations.
746e237 Fix: another crash due to server URL not yet configured.

Bug fixes

16 Nov 21:12
Compare
Choose a tag to compare

785b38f Stop the ringback tone after callee accepts call.
824bed8 Clean up connection setting & establishment.
f111c9b Calls: make sure ICE candidate cache gets created.

Bug fixes

12 Nov 00:09
Compare
Choose a tag to compare

18655c9 787a0c6 Upgrade WebSocket library to 1.5.3 and update SNI code.
37de7a0 Wait for {sub} to finish before issuing {get data} in background fetches.
3823c28 attempt to fix a race condition in connection establishment.
323035f Fix remote avatars in contacts synching.

Bug fixes

07 Nov 18:40
Compare
Choose a tag to compare

d46c5fa Fix for disappearing chat.
dd5c483 Do not serialize isEmpty.
64444e0 Fix: onPause and onDesctroyView are not always called.

Bug fix in proguard rules

02 Nov 23:41
Compare
Choose a tag to compare
  • Don't mangle SDPAux and IceCandidateAux.

Bug fixes

01 Nov 21:51
Compare
Choose a tag to compare

04be4fd Add comments to build.gradle regarding use of git.
cbe7f0c Add keep InnerClasses to proguard for SDPAux & IceCandidateAux.
f5793bd Make SDPAux and IceCandidateAux Serializable to prevent proguard from mangling them.
ab57491 Update video call status text for started and accepted calls.
f7fe4a8 Don't warn about some missing org.conscrypt.* classes, okhttp3 runs fine without them

Bug fix

25 Oct 08:57
Compare
Choose a tag to compare

Fix crash in video calling due to missing proguard rules.

Other changes:

  • Build target changed to 32 (was 31)
  • Dependencies updated.

Video and voice calls

11 Oct 11:12
Compare
Choose a tag to compare

Ability to place and receive video and voice calls

Other changes:
1527008 Fix taking pictures on Samsung phones, #129
c483629 Data race on login, enable stickers, fix sharing images to Tinode
b9954ce Fix broken image preview from camera
d1afd38 Fix toolbar when changing topic avatar
140a046 Fix avatar uploads on signup
e8a1294 Make camera appear in image chooser
f29f841 Fix crash in image preview on very large images
b01957a Fix exception on wrong error class, fix stuck button
8c267d1 Do not unsubscribe from topic in onPause()
d569c50 Hide members list in channels
a9dab81 Crash on null typing indicator in channels
a7cc621 msg.ctrl could be null if connection is already established
6321fe7 Host not updated when switching hosts, race condition on logout
80a5d47 Try to fix a crash due to scaled bitmap being too large
48519a6 Fix crash probably due to Android bug
b7aace7 Add copy function for id
f17cb97 fix for #124
cad8698 Fix for no [submit] button on signup screen
2ce6677 Load local contacts even when offline
0235941 Fix for a crash
5d09e67 Fix crash on unknown MediaType
80d8b98 Get sender on subscription push
c9fb597 Attempt to fix crash on missing drawable
cb4a0db Fix handling of subscription pushes
0581f4a Replace static listener classes with interfaces (java 8)
e235e51 5a2db3f bd71e8c Fixing launch icon.
c301b70 Added transparent strokeColor to ShapableImageView because its buggy
2fb8957 Dependencies updated, caused breakage fixed
9fecafd Bug fixes

The full list of changes: v0.19.2...v0.20.0

Bug fixes

28 Jun 22:20
Compare
Choose a tag to compare

4f7459a Use legacy method otherwise crashes on old androids
69ffa20 Crash when the fragment is closed too quickly
e49b6e5 Soft-fail when account cannot be retained on DB upgrade
83d8eba Crash on null message body

Bug fix

14 Jun 16:41
Compare
Choose a tag to compare

3cf976b Do not log out user on DB updates.