Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix versionCode | Christian Schneppe | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | version 2.2.8 beta (2019-09-03) + changes | Christian Schneppe | 2019-09-03 | 2 | -5/+14 |
| | |||||
* | get images from google photos | Christian Schneppe | 2019-09-03 | 1 | -0/+1 |
| | |||||
* | fix some crashes | Christian Schneppe | 2019-09-03 | 19 | -71/+183 |
| | |||||
* | use higher priority for proxy on receiving end | Christian Schneppe | 2019-09-03 | 2 | -5/+4 |
| | |||||
* | send fallback to ibb after proxy activation failed | Christian Schneppe | 2019-09-03 | 1 | -6/+17 |
| | |||||
* | also reply with direct connections on response | Christian Schneppe | 2019-09-03 | 3 | -18/+35 |
| | |||||
* | bare minimum direct connections | Christian Schneppe | 2019-09-03 | 6 | -6/+174 |
| | |||||
* | order canditates by priority before attempting to connect | Christian Schneppe | 2019-09-03 | 2 | -25/+27 |
| | |||||
* | fix strings | Christian Schneppe | 2019-09-03 | 1 | -2/+2 |
| | |||||
* | fix rotation issues in MediaViewerActivity | Christian Schneppe | 2019-08-31 | 1 | -0/+1 |
| | |||||
* | when sharing text from PAM to PAM use quotes | Christian Schneppe | 2019-08-31 | 3 | -4/+11 |
| | |||||
* | more ibb fixes (include sid in transport-accept) | Christian Schneppe | 2019-08-31 | 2 | -15/+25 |
| | |||||
* | fixed unlikely race between enabling carbons and discovering last MAM id | Christian Schneppe | 2019-08-31 | 1 | -3/+3 |
| | |||||
* | include pgp sig and status in presence to non anon muc | Christian Schneppe | 2019-08-31 | 2 | -23/+16 |
| | |||||
* | do not put default nick into bookmark if none has been set before | Christian Schneppe | 2019-08-31 | 3 | -13/+25 |
| | |||||
* | fixed pgp decryption of automatically accepted jingle ft | Christian Schneppe | 2019-08-31 | 1 | -10/+7 |
| | |||||
* | increased reconnection interval after policy violation | Christian Schneppe | 2019-08-31 | 1 | -1/+3 |
| | |||||
* | refactored filename and extension parsing | Christian Schneppe | 2019-08-31 | 3 | -42/+59 |
| | |||||
* | catch npe on participants context menu | Christian Schneppe | 2019-08-31 | 2 | -0/+6 |
| | |||||
* | make config flag for leave before join | Christian Schneppe | 2019-08-31 | 2 | -2/+5 |
| | |||||
* | create empty disco result on error to fire advance stream features event | Christian Schneppe | 2019-08-31 | 2 | -1/+26 |
| | |||||
* | show scrollbars in muc user screen | Christian Schneppe | 2019-08-31 | 1 | -0/+1 |
| | |||||
* | fix SOCKS5 to IBB fallback | Christian Schneppe | 2019-08-31 | 1 | -5/+4 |
| | |||||
* | catch more firebase library bugs | Christian Schneppe | 2019-08-31 | 1 | -1/+8 |
| | |||||
* | fixed send_multiple share intent with empty extras | Christian Schneppe | 2019-08-31 | 1 | -1/+2 |
| | |||||
* | catch IllegalArgumentException when reading backup file | Christian Schneppe | 2019-08-31 | 2 | -0/+4 |
| | |||||
* | implement time out for waiting on voice recording | Christian Schneppe | 2019-08-31 | 1 | -10/+25 |
| | |||||
* | made domain verifier case insensitive. | Christian Schneppe | 2019-08-31 | 1 | -9/+10 |
| | |||||
* | put initial xmpp uri into signup intent | Christian Schneppe | 2019-08-31 | 2 | -2/+2 |
| | |||||
* | resetToWaiting should include http uploaded files | Christian Schneppe | 2019-08-31 | 1 | -1/+1 |
| | |||||
* | do not include DNS servers from networks know to be inactive | Christian Schneppe | 2019-08-31 | 1 | -18/+17 |
| | | | | | * we still include DNS servers from VPNs because of edge cases where the XMPP server is hosted in the VPN * on older Android versions we don’t know if a network is active or not (activeNetwork == null) | ||||
* | catch fcm library bugs | Christian Schneppe | 2019-08-31 | 1 | -1/+7 |
| | |||||
* | do password empty check in dialog not in restore backup service | Christian Schneppe | 2019-08-31 | 3 | -25/+28 |
| | |||||
* | open backup files on view action | Christian Schneppe | 2019-08-31 | 2 | -19/+56 |
| | |||||
* | allow backup to be restored from selected file | Christian Schneppe | 2019-08-31 | 11 | -22/+155 |
| | |||||
* | fix missing import | Christian Schneppe | 2019-08-31 | 1 | -0/+1 |
| | | | | maybe this fixes #366 | ||||
* | make short vibrate in open chat configurable and respect phone silent mode | Christian Schneppe | 2019-08-31 | 5 | -4/+18 |
| | |||||
* | create share button in backup done notification | Christian Schneppe | 2019-07-17 | 18 | -61/+96 |
| | |||||
* | split on first dot when using domain instead of black listed local part | Christian Schneppe | 2019-07-17 | 1 | -3/+4 |
| | |||||
* | muc message corrections only compare bare jid true counterpart | Christian Schneppe | 2019-07-17 | 1 | -1/+2 |
| | | | | | during live messages we only store the bare real jid; on muc catch up we might get the full jid for that reason we only compare bare jids | ||||
* | prefer attachment in share intent if there is one | Christian Schneppe | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | updated retrofit | Christian Schneppe | 2019-07-17 | 2 | -3/+35 |
| | |||||
* | handle blocking and unblocking of full jids | Christian Schneppe | 2019-07-17 | 8 | -23/+131 |
| | |||||
* | use helper method to close socket | Christian Schneppe | 2019-07-17 | 4 | -15/+14 |
| | |||||
* | disable muc push on archive instead of leave | Christian Schneppe | 2019-07-03 | 1 | -4/+4 |
| | | | | leave can be triggered in conference details and doesn’t mean we don’t want pushes | ||||
* | check if activity is not null before using it to paint send button | Christian Schneppe | 2019-07-03 | 1 | -1/+4 |
| | |||||
* | correct webpreview cache paths | Christian Schneppe | 2019-07-03 | 1 | -4/+3 |
| | |||||
* | migrate copy ond write list to synchronized hashset for pending mucs | Christian Schneppe | 2019-07-01 | 2 | -15/+40 |
| | |||||
* | include remote server errors in errors that should trigger a self ping | Christian Schneppe | 2019-07-01 | 1 | -3/+3 |
| |