Zom Android 15.6.0-RC-1
b8add3d update build 1560020
6ac6fe7 multiple fixes for service stability, reconnection & memory management
9eae286 debug false
503feb5 improve background reliability, reconnnect, and reduce memory usage
efa0889 makes sures this only runs once
fc08ccb ensure we have a connection
5b42e18 try to use less strings here
a6aa823 fix issue where "add friend" button doesn't display when you are owner
92927f7 updated to build 1560017
828f21c memory and performance improvements for camera and proofmode
45ae7e0 update build to 1560016
b76f61a improve display of proof mode
32e8e41 change group defaults
c241398 more progress in nearby sharing
ab0d15e added nearby photo sharing tied to usernames, chats
c97e54b update strings for topgyal bot
a7f2d62 implement new topgyal search bot
9ed3db3 adding in local libs for latest smack
80b613e update gradle
4cdd5f0 update default http proxy port
ed7606f remove shadowsocks, move to port forwarding for advanced networking
3a9b004 if key is null or missing, then it is a fresh install
3f1cd47 update to smack-4.3-rc2
13a74ef enable advanced networking as needed if server is unreachable
835c96e automigrate to any available server from our list
0cbd840 improve use of Server metadata - if DNS lookup not used, see if we have server info in our local config
ed839c7 tweak custom typeface handling
69375f6 add boot event service listing
cbb1fba improve handling of boot event
47c320e update web icon
66ed0e4 update launcher icon
78357fe update to 1560014
b6369df improve camera UX and media preview as well - pause camera after one picture is taken - add a "cancel" icon for media preview before send - use built-in camera if "proofmode" is not enabled
e99fe85 add default launcher icon for older platforms
cb62dff fix Downloader to support text/* files update session adaptor to support downloading multiple files from incoming messages
2fef352 update app icons to modern style
5d43c42 add preferences for enabling proof mode
09a61b8 add support for sharing proofmode data inline with media files - appends proof URL to media message with image - adds support for single messages with multiple URLs in them
729581a first integration of libProofMode for photo signing and sensor data https://github.com/guardianproject/proofmode
5aa7cd9 fixes for reconnection and other stability
2646699 implement in-app camera for conversations
68994d9 disable reconnectionmanager
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
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)