aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* swapped order of execution of saved instance state and intentmore_logging_for_view_intentDaniel Gultsch2016-07-241-11/+12
|
* refactored view intentsDaniel Gultsch2016-07-244-33/+26
|
* more logging for view intentDaniel Gultsch2016-07-231-6/+16
|
* refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2016-07-232-19/+95
|
* feed version response from app name instead of static variableDaniel Gultsch2016-07-222-3/+4
|
* don't crash when opening 'xmpp:' urisDaniel Gultsch2016-07-221-1/+1
|
* provide black background video thumbnail if preview couldn't be generatedDaniel Gultsch2016-07-221-6/+13
|
* push file offered notification when initial HTTP HEAD req. failsDaniel Gultsch2016-07-211-6/+7
|
* offer back/cancel button when using magic createDaniel Gultsch2016-07-211-7/+25
|
* announce OTR support as per XEP-0378Daniel Gultsch2016-07-171-0/+6
|
* allow message correction by default since security implications are negligibleDaniel Gultsch2016-07-172-2/+2
| | | | Conversations only allows correction of the *last* message. so nudging a message into oblivion by adding a message correction doesn't work. also conversations checks the fingerprint for encrypted messages
* additional null pointer checks when verifying otr keysDaniel Gultsch2016-07-171-1/+1
|
* show toast hint when touching inactive omemo fingerprintsDaniel Gultsch2016-07-174-1/+39
|
* version bump to 1.13.6 + changelog1.13.6Daniel Gultsch2016-07-162-2/+6
|
* show error notification in connecting state as wellDaniel Gultsch2016-07-141-1/+3
|
* add more error states for stream errorsDaniel Gultsch2016-07-143-5/+35
|
* include pgp and omemo fallback message only when unencrypted is enabledDaniel Gultsch2016-07-141-2/+5
|
* don't take stanza-id into account when deduping muc pmsDaniel Gultsch2016-07-141-1/+1
|
* respond to XEP-0202: Entity TimeDaniel Gultsch2016-07-133-2/+34
|
* don't time out disco request but just send bind requestDaniel Gultsch2016-07-131-37/+12
|
* call update file params from threadDaniel Gultsch2016-07-131-16/+16
| | | | now that file params has more work to do we should make sure we always call it from a sperate thread
* show a preview for video filesDaniel Gultsch2016-07-118-24/+176
|
* fixed typo in changelogDaniel Gultsch2016-07-111-1/+1
|
* version bump to 1.13.5 + changelog1.13.5Daniel Gultsch2016-07-092-3/+6
|
* don't crash when tabbing through muc user list with offline usersDaniel Gultsch2016-07-081-2/+3
|
* simplified muc users orderingDaniel Gultsch2016-07-041-11/+12
|
* do not crash on jingle connection when contact doesn't use discoDaniel Gultsch2016-07-041-2/+4
|
* version bump to 1.13.4 + changelog1.13.4Daniel Gultsch2016-07-022-2/+7
|
* pulled translations from transifexDaniel Gultsch2016-07-011-4/+4
|
* use direct invites to re-invite muc membersDaniel Gultsch2016-06-301-5/+9
|
* use dnd as overriding statusDaniel Gultsch2016-06-304-15/+15
|
* don't show 'disable foreground service' button. fixes #1933Daniel Gultsch2016-06-291-1/+1
|
* don't crash on broken base64 in omemo messages. fixes #1934Daniel Gultsch2016-06-292-8/+14
|
* support jingle ft:4 to be compatible with swiftDaniel Gultsch2016-06-294-32/+105
| | | | Conversations and Gajim both have an implementation bug that sends the jingle session id instead of the transport id (compare XEP-260 2.2). This commit has a work around for this that remains buggy when using ft:3. If gajim is ever to fix this we will be incompatbile. gajim should implement ft:4 instead. (gajim to gajim is broken as well)
* don't show 'create conference' toast on inviteDaniel Gultsch2016-06-282-8/+12
|
* parse ยง5.1.2 full jids from muc archives for OMEMO messagesDaniel Gultsch2016-06-281-4/+12
|
* only keep offline members in members only conferencesDaniel Gultsch2016-06-281-1/+4
|
* render ic_launcher. fixes #1919Daniel Gultsch2016-06-283-2/+3
|
* version bump to 1.13.31.13.3Daniel Gultsch2016-06-252-2/+5
|
* pulled translations from transifexDaniel Gultsch2016-06-253-1/+75
|
* introduced share button in contact details. remove show qrDaniel Gultsch2016-06-246-33/+30
|
* code cleanup in jingle socks5 transportDaniel Gultsch2016-06-241-16/+2
|
* show error toasts on ui threadDaniel Gultsch2016-06-241-5/+18
|
* catch exceptions when retrieving uri file extensionDaniel Gultsch2016-06-241-0/+2
|
* remove white spaces from hostnameDaniel Gultsch2016-06-221-2/+2
|
* refactor code that reads real jid from mucDaniel Gultsch2016-06-221-15/+15
|
* respond to block list pushDaniel Gultsch2016-06-221-0/+6
|
* make sure that we always release wake lock even after throwing exceptionDaniel Gultsch2016-06-221-20/+13
|
* synchronize stanza count increment and writeDaniel Gultsch2016-06-221-11/+11
|
* Merge pull request #1923 from alexxthehood/patch-1Daniel Gultsch2016-06-211-5/+5
| | | Update create_conference_dialog.xml to also match dark theme.