Releases: zom/Zom-Android-XMPP
Zom Android 15.0.1.927
15.0.1.927 (1501927) / 17 August 2016
ebbbdf9 send postponed messages when the user comes online
9add0b6 if you get an unexpected error and aren't encrypted, refresh!
15.0.1.926 (1501926) / 16 August 2016
d90dbd7 improve handling of subscription requests and presence
8fd4a54 use the new color picker and show the lightness slider
6818e25 don't inject unnecessary error messages
53580f2 make the actionbar transparent for displaying images
771455f support flower color picker
c0640d4 a few more tweaks to style and sticker support
4de40e2 add initial multi-color theme modifications - now you can set text, background and header colors
5f23a6c tweak handling of sessions, presence, and postponed messages - handle chatstate messages in a very minimal way (iOS is not sen
0a87856 tweak image sizing
4179f18 don't optimize anything yet in proguard
e674ed4 update dependencies
3e467a6 adding new pema stickers
21d634e always pass accountId when you are creating a connection
71bca4f update changelog
dfa5703 only check updates for number updates
Zom 15.0.1.925
15.0.1.925 (1501925) / 30 June 2016
dfa5703 only check updates for number updates
f34765e change appupdater check logic to only check once per day
a1bda2e only check when version does not include a - (only when it is numbers)
27ad14e add github-based app updater support
15.0.1-RC-3 / 28 June 2016
02e5b93 improve and update presence handling code
1df1437 improve handling of sending presence
c3f0dbc don't fix the height of the line
6131b1d update to Gradle 2.1
1a889d2 handle adding contact when there is no nickname in the link
7e41283 update strings from transifex
15.0.1 Release Candidate 2a
15.0.1-RC-2 / 27 June 2016
a458da9 if the contact is null, don't set the name on it
c6ceead more tweaks to letter avatar
65c96cc List stickers in alpha order
bb33571 updated tiboji stickers
506e903 last fixes to letter avatar and sticker display
ddccf5c add support for sending nicknames in invite links, qr codes
ed93334 use customfont for avatar and enforce line height of row
36dea01 only suggest word if there is a letter!
15.0.1 Release Candidate 1
15.0.1-RC / 12 June 2016 / 950ec7c
(this is an initial massive dump into a new changelog for the v15 Zom work)
950ec7c update versionCode to 1501911
4393f61 improve support for parsing nicknames into display names to avoid crashes in case of empty nicknames
90a2b0d only send one knock/push message if the remote person is offline
85d8374 clean gradle build punctuation
238f1f8 update readme for Zom
632a3f2 update version code to 1501910
57c59bb ensure nickname is persisted and update display
2b104e5 addressing issue #110 to improve handling and display of complex nicknames/usernames
6a4cd6e improve support for nickname/display names and unicode usernames - if a user enters an entirely non alphanum username, then u
se "zomuser" + last octet of key instead
6910b01 don't add the commit hex code to the APK name - Android Studio can't find the apk if it is part of the name
a239ce8 update sticker cases and improve support for short codes
c42f7f4 remove debug values from display
c1c5be8 if there is no broadcast, then don't finish it
f61b794 Merge branch 'eighthave-master'
73e51b2 Merge branch 'master' of https://github.com/eighthave/Zom-Android into eighthave-master
68f66e5 15.0.1-BETA-9
186c48c update chatsecure push
ce02651 move to manually approval of new contacts/subscriptions - this was a pretty major overhaul of the subscribe/subscribed logic
and flow
4053e7a name the APKs with the actual versionName
0728288 set versionName based on git release tag
401e5ee add manual new contact approval code
fdfb305 enable integrated tibetan dictionary word suggestion
621dec6 15.0.1-BETA-8
8930fed fixes #42 so that tapping on new friend brings them to open a new chat
fce4e90 Merge branch 'master' of github.com:zom/Zom-Android
64a92ee add support for new :pack-name: sticker code format
9f987d8 add additional custom external dictionary support
72c9746 Merge pull request #100 from n8fr8/master
687a43d updating stickers
a7e3609 multiple onboarding improvements but not quite at iOS look yet #94
a447b2a fixes #93 disables unsupported media sharing in group chat
911fda7 fix issue with wifi->3G connectivity fail
ee4156f attempt to fix white on white menu text
d9721d0 fixes for flow of onboarding screens
5bdbd5b Merge pull request #99 from n8fr8/master
3ba3ace before you send a knock, end the current OTR session to force refresh
625f5ca ensure contact presence is updated, and start secure session when they are online
45a679a handle cases where audio visualizer cannot work
a43be74 handle NPE
41823ec 15.0.1-BETA-7
5b8d666 remove unused strings
92ec719 disable certain buttons on groupchat - media sharing isn't supported on groupchat mode (yet!)
21c12f6 iterate safely
d74b481 don't do anything special when encryption is finished
714698e update to latest chatsecure-push
1ecad73 support sending pushes to different push provider instances
c24e352 new graphic for onboarding success
15d9a24 fixes #95 to implement new UI for onboarding
dca324f add server tokens to push token logging
0898675 update splash text and layout
feab3fe allows users to stop/finish an OTR session
ba3b640 log push tokens in debug mode for now
fb0480e if can do a push when OTR is finished, then do it!
46dd4f4 Merge branch 'master' of github.com:zom/Zom-Android