aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* make sure context is not null before setting content description on send buttonChristian Schneppe2017-04-261-3/+3
|
* make sure tag writer thread shuts downChristian Schneppe2017-04-262-10/+10
|
* show extended connection settings in expert settings for open versionChristian Schneppe2017-04-263-0/+9
|
* add 12 months duration for message deletionChristian Schneppe2017-04-213-0/+4
|
* reworked unique id generation for notification intentsChristian Schneppe2017-04-211-8/+9
|
* Add Android Auto support to notificationsChristian Schneppe2017-04-214-6/+33
| | | | | | | | | | This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html
* re-add redownload context menu entry for deleted filesChristian Schneppe2017-04-202-0/+16
|
* changed text for positive button while changing nick nameChristian Schneppe2017-04-201-1/+1
|
* made nimbuzz work around work with newly created conferences as wellChristian Schneppe2017-04-201-1/+2
|
* hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2017-04-185-4/+15
| | | | …otherwise show resend button
* reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe2017-04-181-19/+1
|
* changed icon for "start new conversation"Christian Schneppe2017-04-187-3/+3
|
* Add reply button in wear designChristian Schneppe2017-04-185-1/+1
| | | | | | | | | | The existing reply button for Android wear has been re-used from the action bar. Instead of a 'send' icon, a 'reply' icon better matches the intended action. Moreover, action icons for Android wear are solid white instead of half transparent.
* Add content description to send buttonChristian Schneppe2017-04-184-1/+8
| | | | This can be used by screen readers and other accessibility aids.
* transform aesgcm:// links back to https:// before connecting through TorChristian Schneppe2017-04-162-6/+25
|
* show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-163-1/+19
|
* recognize muc self presence on nimbuzz.comChristian Schneppe2017-04-161-4/+3
| | | | | | | Apparently nimbuzz.com doesn't include status code 110 in muc self presence It does however include the full real jid in the presence’s item. We can use that as a work around to detect a self presence.
* don't count >number% as quoteChristian Schneppe2017-04-161-1/+1
|
* set colored contact status preference correctlyChristian Schneppe2017-04-131-2/+6
|
* integrate OpenPGP (untested)Christian Schneppe2017-04-132-0/+17
|
* don't show reconnect button, when offline or no account availbaleChristian Schneppe2017-04-131-0/+3
| | | | fixes #127
* use async message loading only when called from UIChristian Schneppe2017-04-138-21/+26
|
* properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe2017-04-133-1/+4
|
* fixed message merge logic. merge only messages with lower statusChristian Schneppe2017-04-131-3/+2
|
* show first instead of last message in notification previewChristian Schneppe2017-04-131-5/+7
|
* include RSM max in mam query in case server doesn't specify own maxChristian Schneppe2017-04-131-2/+4
|
* Optimized imports from entire projectChristian Schneppe2017-04-135-12/+3
|
* Removed unnecessary string builderChristian Schneppe2017-04-131-6/+2
|
* Made variable localChristian Schneppe2017-04-131-2/+2
|
* Code clean upChristian Schneppe2017-04-134-15/+15
|
* be more careful with corner cases when mentioning multiple peopleChristian Schneppe2017-04-133-5/+53
|
* exclude >= from being recognized as quoteChristian Schneppe2017-04-131-1/+6
|
* do not linkify urls starting with a dotChristian Schneppe2017-04-131-1/+1
|
* use comma seperation for multiple mentionsChristian Schneppe2017-04-131-4/+8
|
* avoid crash on urls with missing protocolsChristian Schneppe2017-04-131-1/+1
|
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-1310-63/+18
|
* send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe2017-04-135-35/+36
|
* use aesgcm:// uri scheme for omemo encrypted http uploadChristian Schneppe2017-04-132-1/+14
|
* unread/failed count: show >99 as infinity symbolChristian Schneppe2017-04-131-2/+2
|
* make contacts status color configurableChristian Schneppe2017-04-135-2/+28
|
* changed one last seen stateChristian Schneppe2017-04-053-1/+3
|
* add missing finaleChristian Schneppe2017-04-051-1/+1
|
* add missing german stringsChristian Schneppe2017-04-051-0/+10
|
* Show colored presence status for contacts in overview and contact listChristian Schneppe2017-04-053-0/+31
| | | | | | * online, free for chat = green * away = yellow * dnd, xa = red
* do not parse bodies with http urls as downloadable in omemo encrypted messagesChristian Schneppe2017-04-051-7/+5
|
* parse message that only contain oob tagChristian Schneppe2017-04-054-5/+10
|
* show file size for files smaller 1024 bytesChristian Schneppe2017-04-051-5/+5
|
* Fixed deprecated callChristian Schneppe2017-04-051-1/+6
|
* Run in background instead of writing instantaneouslyChristian Schneppe2017-04-051-1/+1
|
* Changes the deprecated getColor() methodChristian Schneppe2017-04-057-20/+27
|