Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Releases: zom/Zom-Android-XMPP

Zom Android 15.6.0-beta-2a

31 May 21:11
Compare
Choose a tag to compare

37d0175 update build to 1560013
d014f9e fix issue with checking for existing messages
b807677 update to 1560012
9041d66 first implementation of built-in Camera for proofmode
9f2f328 fixes for group chat session creation and updates
bbbbc24 more tweaks for camera
2f2d697 first addition of in-app camera
8a0fba2 add more debug info for group OMEMO actions
92e7393 fix NPE with receiving group chat messages

Zom Android 15.6.0-beta-2

31 May 20:52
Compare
Choose a tag to compare

PLEASE USE BETA 2A instead: https://github.com/zom/Zom-Android/releases/tag/15.6.0-beta-2a

b807677 update to 1560012
9041d66 first implementation of built-in Camera for proofmode
9f2f328 fixes for group chat session creation and updates
bbbbc24 more tweaks for camera
2f2d697 first addition of in-app camera
8a0fba2 add more debug info for group OMEMO actions
92e7393 fix NPE with receiving group chat messages

Zom Android 15.6.0-beta-1

30 May 18:01
Compare
Choose a tag to compare
Pre-release

6ac10c4 update build to 1560011
6b0a6f5 implement battery optimization setting request
52de466 progress on #407 bookmarks - now adds and removes bookmarks as needed - still need to implement loading of bookmarks from server for new accounts
b7bfc6c fixes for creating new groups - sets the subject/name properly - ensures group is created even if no one is added, and no message sent
ef47946 small improvements to groupchat encryption
f999f17 work on #452 and else encrypted group sharing if omemo is enabled
29d3f53 add OMEMO trust settings for group members #452
3a73d6a fixes for #466 related to jid, resource handling and duplicate detection
7cea795 Merge pull request #485 from iamironrabbit/master
c6b6001 for #470 displays friendly message when receiving media
7a0a58d Merge pull request #483 from sandeepbisht/master
a5fddbe updates for group messaging, sending and more XMPP stuff
66d4cb0 don't enable OTR manually; only if OMEMO is not available - also don't update the "warning view" so much
a5642b5 Update XmppConnection.java
c1bb030 remove otr4jandroid from the project
0ff9d6b switched to cobratbq's OTR implementation from here: https://github.com/cobratbq/otr4j/blob/master/MODIFICATIONS updated to new API structure
b3fac39 massive changes round 1 to switch to otrj4 official library
93f4028 update to Smack 4.3 local jar build (for now) and modify API use as needed - also remove our out of data custom StreamHandler (Smack has this built in now)

Zom Android 15.5.0-RC-2

16 May 03:25
Compare
Choose a tag to compare

8ed187f update to build 1550022
173f87d if nearby not supported, then exit nearby activity
d82adab improve spacing of add contact screen
1a8fc70 add no nearby sharing error message
092f4ff make add friend hint text size larger
d800573 update to build 1550021
27f864e ensure we are updating the group encryption state and also sending postponed messages!
da3f5c1 make sure we disconnect state properly
e456682 improve nearby add friend support
137ea7b tweak add contact screen
7536361 build split APKs
23a63a1 make hint text smaller
f76cd1b tighten up add friend screen
4d0d332 Merge pull request #479 from N-Pex/encryption_setting_tweak
70e66fc Merge pull request #480 from N-Pex/scroll_view_for_467
8436d31 Wrap layout in scroll view to support small screens
c735721 Disable switches until we have a session
c138b57 Merge pull request #478 from N-Pex/wording_fix_463
e02880a update build to 1550014
c71cd26 fix issues for group header for devices < 23
07e8e00 Merge branch 'N-Pex-add_friends_467'
c61a160 add initial nearby contact adding solution
1d7704c add libraries to support nearby implementatoin
0310e62 Updated icons
b2ae7f1 Wording fix for group encryption
743f0d7 New add friends view
e1db0b5 Add share to given package and stub for Nearby
38ee262 Remove extra char
ccaba70 Merge branch 'N-Pex-group_bugfix_474'
15a8fb1 ensure correct service call is used for the new API
0d2188d Role/affiliation fix
b91e1dc Compare usernames, not objects
ec89575 Remove use of temporary final variables in shared listener code
8d0407d Handle null values
6f6f718 Merge pull request #471 from N-Pex/invited_to_group_fix
7f57b3d update handlinge of conversatoins and connections
4d1eb1c update presence constructor
f0b9b85 Lists downloaded before listener set
f1f8e08 Add markAsSeen method and call that if we created the group
c08d0fb only show "sign in" if it takes longer than 5 seconds to complete
875f58a Don't disconnect, as this error is reported even if reconnect successful

Zom Android 15.5.0-RC-1

15 May 13:05
Compare
Choose a tag to compare
  • Improved "add friends" screen
  • New "Nearby" add friends support
  • Better group management and encryption features

d800573 update to build 1550021
27f864e ensure we are updating the group encryption state and also sending postponed messages!
da3f5c1 make sure we disconnect state properly
e456682 improve nearby add friend support
137ea7b tweak add contact screen
7536361 build split APKs
23a63a1 make hint text smaller
f76cd1b tighten up add friend screen
4d0d332 Merge pull request #479 from N-Pex/encryption_setting_tweak
70e66fc Merge pull request #480 from N-Pex/scroll_view_for_467
8436d31 Wrap layout in scroll view to support small screens
c735721 Disable switches until we have a session
c138b57 Merge pull request #478 from N-Pex/wording_fix_463
e02880a update build to 1550014
c71cd26 fix issues for group header for devices < 23
07e8e00 Merge branch 'N-Pex-add_friends_467'
c61a160 add initial nearby contact adding solution
1d7704c add libraries to support nearby implementatoin
0310e62 Updated icons
b2ae7f1 Wording fix for group encryption
743f0d7 New add friends view
e1db0b5 Add share to given package and stub for Nearby
38ee262 Remove extra char
ccaba70 Merge branch 'N-Pex-group_bugfix_474'
15a8fb1 ensure correct service call is used for the new API
0d2188d Role/affiliation fix
b91e1dc Compare usernames, not objects
ec89575 Remove use of temporary final variables in shared listener code
8d0407d Handle null values
6f6f718 Merge pull request #471 from N-Pex/invited_to_group_fix
7f57b3d update handlinge of conversatoins and connections
4d1eb1c update presence constructor
f0b9b85 Lists downloaded before listener set
f1f8e08 Add markAsSeen method and call that if we created the group
c08d0fb only show "sign in" if it takes longer than 5 seconds to complete
875f58a Don't disconnect, as this error is reported even if reconnect successful
3b87766 update build to 1550013
97a78f0 disable debug for now
42bd415 improve network reconnect and status code
84c48b5 updating dependencies
0688ff3 fix message rendering to show line breaks
2113bd0 Merge branch 'master' of github.com:zom/Zom-Android
5167d60 tweaks to service, memory and status handling
f3ceddc update to 4.4 gradle
8cf2f91 Merge pull request #464 from N-Pex/group_enhancements
b0bb8e8 Make sure chat listener is (re)registered in onResume
ab75d23 Wrong group was being used inside callback
338e455 Gray out add friends and change name if no session
58da588 Add begin/end member updates to remove old members
79eb758 Add "kick" and "grant admin" options in group occupants view
a2aea78 update to build 1550012
1450f76 small changes and improvements to session handling for OTR
d0b66c7 Merge branch 'N-Pex-join_group_view'
3891efe fix database versoin number
ace2808 Merge branch 'join_group_view' of https://github.com/N-Pex/Zom-Android into N-Pex-join_group_view
c3b63fa updated
a4fb28a Merge branch 'master' of github.com:zom/Zom-Android
210898d Merge pull request #456 from N-Pex/add_friend_group_profile
926e22b Change wording
dd8361e Change wording
267f703 Add friend from group profile view
be2974e Use flags on contact type, implement join group view
b199f35 Merge pull request #446 from licaon-kter/patch-1
cb84f4c update gradle depends
27a7ace persist group encryption toggle UI settings
61220e5 update gradle depends
e6be937 Account settings - proxy port is numeric
0edd729 update build to 1550011

Zom Android 15.5 beta 4

08 May 20:11
Compare
Choose a tag to compare

Highlights

  • New "Add Friend" screen with direct app links, and nearby!
  • Improved disconnect/reconnect logic

e02880a update build to 1550014
c71cd26 fix issues for group header for devices < 23
07e8e00 Merge branch 'N-Pex-add_friends_467'
c61a160 add initial nearby contact adding solution
1d7704c add libraries to support nearby implementatoin
0310e62 Updated icons
b2ae7f1 Wording fix for group encryption
743f0d7 New add friends view
e1db0b5 Add share to given package and stub for Nearby
38ee262 Remove extra char
ccaba70 Merge branch 'N-Pex-group_bugfix_474'
15a8fb1 ensure correct service call is used for the new API
0d2188d Role/affiliation fix
b91e1dc Compare usernames, not objects
ec89575 Remove use of temporary final variables in shared listener code
8d0407d Handle null values
6f6f718 Merge pull request #471 from N-Pex/invited_to_group_fix
7f57b3d update handlinge of conversatoins and connections
4d1eb1c update presence constructor
f0b9b85 Lists downloaded before listener set
f1f8e08 Add markAsSeen method and call that if we created the group
c08d0fb only show "sign in" if it takes longer than 5 seconds to complete
875f58a Don't disconnect, as this error is reported even if reconnect successful

Zom Android 15.5 beta 3

24 Apr 20:02
Compare
Choose a tag to compare

3b87766 update build to 1550013
97a78f0 disable debug for now
42bd415 improve network reconnect and status code
84c48b5 updating dependencies
0688ff3 fix message rendering to show line breaks
2113bd0 Merge branch 'master' of github.com:zom/Zom-Android
5167d60 tweaks to service, memory and status handling
f3ceddc update to 4.4 gradle
8cf2f91 Merge pull request #464 from N-Pex/group_enhancements
b0bb8e8 Make sure chat listener is (re)registered in onResume
ab75d23 Wrong group was being used inside callback
338e455 Gray out add friends and change name if no session
58da588 Add begin/end member updates to remove old members
79eb758 Add "kick" and "grant admin" options in group occupants view

Zom Android 15.5 beta 2

18 Apr 04:09
Compare
Choose a tag to compare

a2aea78 update to build 1550012
1450f76 small changes and improvements to session handling for OTR
d0b66c7 Merge branch 'N-Pex-join_group_view'
3891efe fix database versoin number
ace2808 Merge branch 'join_group_view' of https://github.com/N-Pex/Zom-Android into N-Pex-join_group_view
c3b63fa updated
a4fb28a Merge branch 'master' of github.com:zom/Zom-Android
210898d Merge pull request #456 from N-Pex/add_friend_group_profile
926e22b Change wording
dd8361e Change wording
267f703 Add friend from group profile view
be2974e Use flags on contact type, implement join group view
b199f35 Merge pull request #446 from licaon-kter/patch-1
cb84f4c update gradle depends
27a7ace persist group encryption toggle UI settings
61220e5 update gradle depends
e6be937 Account settings - proxy port is numeric

Zom Android 15.5 beta 1

13 Mar 18:16
Compare
Choose a tag to compare

8feca2b make sure we only change status for the right session
f97e1c9 change task style for main activity
cd79375 chatId is always a long
f3e01e9 support not running in the foreground again - this can improve battery life
25ea68e stop service when foreground pref is changed

Zom Android 15.4 RC 8

16 Feb 11:53
15.4.0-RC-8
Compare
Choose a tag to compare
  • One last fix for notifications: tapping them did not bring up the correct chat. Now it does. This was a regression related to changing how the various activity states were managed related to the previous "hanging" fix.

d8d98dc update to build 1540028
0271ee0 one last fix with activity state and intents for notifications
178a84f update to build 1540027
5d2dd43 fix the flow for main activities, adapter and fingerprint display
86ffae5 fix the task state of the main activity
ceac06c remove transition animation for activities
bcdd81a update build to 1540026
4379080 fix #425 password change not sticking bug - needed to move login to sync not async
58f1ebb for group chat contact display, make it easier to open a new chat
62e5544 reduce synchronized calls that are unnecessary
b7a58b0 update build to 1540025
e990018 more tweaks for image handling and memory usage
592b1db add ability to indicate whether sound/vibrate should be used for notify
dceab02 simplify the queue type we use for stanza processing
d3ee76b add support for exif samsung rotation
c7db35e update to build 1540024
0ae397a respect system volumes for notification and vibrate
33e17e8 update to build 1540023