aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* use higher priority for proxy on receiving endChristian Schneppe2019-09-032-5/+4
|
* send fallback to ibb after proxy activation failedChristian Schneppe2019-09-031-6/+17
|
* also reply with direct connections on responseChristian Schneppe2019-09-033-18/+35
|
* bare minimum direct connectionsChristian Schneppe2019-09-036-6/+174
|
* order canditates by priority before attempting to connectChristian Schneppe2019-09-032-25/+27
|
* fix stringsChristian Schneppe2019-09-031-2/+2
|
* fix rotation issues in MediaViewerActivityChristian Schneppe2019-08-311-0/+1
|
* when sharing text from PAM to PAM use quotesChristian Schneppe2019-08-313-4/+11
|
* more ibb fixes (include sid in transport-accept)Christian Schneppe2019-08-312-15/+25
|
* fixed unlikely race between enabling carbons and discovering last MAM idChristian Schneppe2019-08-311-3/+3
|
* include pgp sig and status in presence to non anon mucChristian Schneppe2019-08-312-23/+16
|
* do not put default nick into bookmark if none has been set beforeChristian Schneppe2019-08-313-13/+25
|
* fixed pgp decryption of automatically accepted jingle ftChristian Schneppe2019-08-311-10/+7
|
* increased reconnection interval after policy violationChristian Schneppe2019-08-311-1/+3
|
* refactored filename and extension parsingChristian Schneppe2019-08-313-42/+59
|
* catch npe on participants context menuChristian Schneppe2019-08-312-0/+6
|
* make config flag for leave before joinChristian Schneppe2019-08-312-2/+5
|
* create empty disco result on error to fire advance stream features eventChristian Schneppe2019-08-312-1/+26
|
* show scrollbars in muc user screenChristian Schneppe2019-08-311-0/+1
|
* fix SOCKS5 to IBB fallbackChristian Schneppe2019-08-311-5/+4
|
* fixed send_multiple share intent with empty extrasChristian Schneppe2019-08-311-1/+2
|
* catch IllegalArgumentException when reading backup fileChristian Schneppe2019-08-312-0/+4
|
* implement time out for waiting on voice recordingChristian Schneppe2019-08-311-10/+25
|
* made domain verifier case insensitive.Christian Schneppe2019-08-311-9/+10
|
* put initial xmpp uri into signup intentChristian Schneppe2019-08-312-2/+2
|
* resetToWaiting should include http uploaded filesChristian Schneppe2019-08-311-1/+1
|
* do not include DNS servers from networks know to be inactiveChristian Schneppe2019-08-311-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)
* do password empty check in dialog not in restore backup serviceChristian Schneppe2019-08-313-25/+28
|
* open backup files on view actionChristian Schneppe2019-08-312-19/+56
|
* allow backup to be restored from selected fileChristian Schneppe2019-08-3111-22/+155
|
* make short vibrate in open chat configurable and respect phone silent modeChristian Schneppe2019-08-315-4/+18
|
* create share button in backup done notificationChristian Schneppe2019-07-1718-61/+96
|
* split on first dot when using domain instead of black listed local partChristian Schneppe2019-07-171-3/+4
|
* muc message corrections only compare bare jid true counterpartChristian Schneppe2019-07-171-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 oneChristian Schneppe2019-07-171-1/+1
|
* handle blocking and unblocking of full jidsChristian Schneppe2019-07-178-23/+131
|
* use helper method to close socketChristian Schneppe2019-07-174-15/+14
|
* disable muc push on archive instead of leaveChristian Schneppe2019-07-031-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 buttonChristian Schneppe2019-07-031-1/+4
|
* correct webpreview cache pathsChristian Schneppe2019-07-031-4/+3
|
* migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe2019-07-012-15/+40
|
* include remote server errors in errors that should trigger a self pingChristian Schneppe2019-07-011-3/+3
|
* rate limit muc pings / joins. never run two pings at same timeChristian Schneppe2019-07-012-4/+27
|
* attempt to unregister when receiving push for channel no longer joinedChristian Schneppe2019-07-0110-26/+65
| | | | when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
* implement FCM push for group chatsChristian Schneppe2019-07-014-11/+26
|
* code cleanup & small fixesChristian Schneppe2019-07-0122-49/+42
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-06-271-1/+3
|\
| * Merge pull request #367 from kriztan/l10n_masterChristian Schneppe2019-06-271-1/+3
| |\ | | | | | | New Crowdin translations
| | * New translations strings.xml (Chinese Simplified)Christian Schneppe2019-06-261-1/+3
| | |
* | | catch NPEChristian Schneppe2019-06-271-15/+22
|/ /