Commit Graph

  • 178229ac60 add OS to version response Daniel Gultsch 2016-07-27 20:58:13 +0200
  • dbab43e423 fixed rare null pointer in avatar creation Daniel Gultsch 2016-07-27 20:11:22 +0200
  • cf7df84cab add trillian to html otr parsing fixes #1963 Daniel Gultsch 2016-07-27 20:11:02 +0200
  • 701140fe92 pulled translations from transifex Daniel Gultsch 2016-07-27 20:01:09 +0200
  • 58a3ef46ce fixed regression in file delete detection due to missing ! Daniel Gultsch 2016-07-26 20:44:28 +0200
  • 82908fb54b added more logging for file deletion Daniel Gultsch 2016-07-26 20:43:05 +0200
  • 3409399ef1 display specific error message when password is too weak on registration Daniel Gultsch 2016-07-25 15:57:47 +0200
  • 198a9f2226 refactored how view intents are handled processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969 Daniel Gultsch 2016-07-25 14:15:47 +0200
  • 89a05265ea refactored deleted file detection to monitor entire sd card. fixes #1968 Daniel Gultsch 2016-07-23 16:12:45 +0200
  • 3d372cb339 feed version response from app name instead of static variable Daniel Gultsch 2016-07-22 18:22:21 +0200
  • 6dcce76568 don't crash when opening 'xmpp:' uris Daniel Gultsch 2016-07-22 16:33:09 +0200
  • 3a5735e717 provide black background video thumbnail if preview couldn't be generated Daniel Gultsch 2016-07-22 16:32:38 +0200
  • e9c00c0427 push file offered notification when initial HTTP HEAD req. fails Daniel Gultsch 2016-07-21 19:17:26 +0200
  • c8188ee52c offer back/cancel button when using magic create Daniel Gultsch 2016-07-21 19:16:41 +0200
  • 2843a0af26 announce OTR support as per XEP-0378 Daniel Gultsch 2016-07-17 22:51:40 +0200
  • e90e333f29 allow message correction by default since security implications are negligible 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 Daniel Gultsch 2016-07-17 22:42:37 +0200
  • eb3ac1c326 additional null pointer checks when verifying otr keys Daniel Gultsch 2016-07-17 22:02:08 +0200
  • 3e50d4831f show toast hint when touching inactive omemo fingerprints Daniel Gultsch 2016-07-17 20:31:04 +0200
  • 0bc5dbdf94 version bump to 1.13.6 + changelog 1.13.6 Daniel Gultsch 2016-07-16 19:38:07 +0200
  • baa149924a show error notification in connecting state as well Daniel Gultsch 2016-07-14 23:23:13 +0200
  • 1db85e582e add more error states for stream errors Daniel Gultsch 2016-07-14 17:05:43 +0200
  • 2803d342e1 include pgp and omemo fallback message only when unencrypted is enabled Daniel Gultsch 2016-07-14 16:06:05 +0200
  • 223d50c1a0 don't take stanza-id into account when deduping muc pms Daniel Gultsch 2016-07-14 09:01:15 +0200
  • 27690865a6 respond to XEP-0202: Entity Time Daniel Gultsch 2016-07-13 18:10:10 +0200
  • 58d5d2a1be don't time out disco request but just send bind request Daniel Gultsch 2016-07-13 00:20:57 +0200
  • ff1b23b4d9 call update file params from thread now that file params has more work to do we should make sure we always call it from a sperate thread Daniel Gultsch 2016-07-13 00:20:38 +0200
  • be4aa2afc9 show a preview for video files Daniel Gultsch 2016-07-11 21:24:33 +0200
  • 01a4d2ea25 fixed typo in changelog Daniel Gultsch 2016-07-11 11:31:22 +0200
  • f9aca85edf version bump to 1.13.5 + changelog 1.13.5 Daniel Gultsch 2016-07-09 13:33:46 +0200
  • 57e51bc735 don't crash when tabbing through muc user list with offline users Daniel Gultsch 2016-07-08 13:24:14 +0200
  • cdee91363c simplified muc users ordering Daniel Gultsch 2016-07-04 19:30:19 +0200
  • ac8aa63916 do not crash on jingle connection when contact doesn't use disco Daniel Gultsch 2016-07-04 19:29:46 +0200
  • 369e7172d6 version bump to 1.13.4 + changelog 1.13.4 Daniel Gultsch 2016-07-02 12:46:14 +0200
  • 09aba0a062 pulled translations from transifex Daniel Gultsch 2016-07-01 13:08:44 +0200
  • 9efa242d96 use direct invites to re-invite muc members Daniel Gultsch 2016-06-30 23:09:16 +0200
  • 30110431ba use dnd as overriding status Daniel Gultsch 2016-06-30 23:08:55 +0200
  • 91c3732c63 don't show 'disable foreground service' button. fixes #1933 Daniel Gultsch 2016-06-29 17:20:27 +0200
  • f7933c26d7 don't crash on broken base64 in omemo messages. fixes #1934 Daniel Gultsch 2016-06-29 17:18:57 +0200
  • 1d79a677c8 support jingle ft:4 to be compatible with swift 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) Daniel Gultsch 2016-06-29 17:16:34 +0200
  • b5caa8fa35 don't show 'create conference' toast on invite Daniel Gultsch 2016-06-28 10:34:43 +0200
  • 8882c6b6fd parse §5.1.2 full jids from muc archives for OMEMO messages Daniel Gultsch 2016-06-28 10:33:46 +0200
  • e63d6b4bf2 only keep offline members in members only conferences Daniel Gultsch 2016-06-28 10:32:06 +0200
  • 9a7f51520e render ic_launcher. fixes #1919 Daniel Gultsch 2016-06-28 08:00:04 +0200
  • 4e6d16c49b version bump to 1.13.3 1.13.3 Daniel Gultsch 2016-06-25 13:07:33 +0200
  • e52f662569 pulled translations from transifex Daniel Gultsch 2016-06-25 13:07:22 +0200
  • 72a2622c84 introduced share button in contact details. remove show qr Daniel Gultsch 2016-06-24 15:16:01 +0200
  • 97fe14c4be code cleanup in jingle socks5 transport Daniel Gultsch 2016-06-24 13:36:37 +0200
  • 78e3afc1af show error toasts on ui thread Daniel Gultsch 2016-06-24 13:36:06 +0200
  • d2ca0c7fe8 catch exceptions when retrieving uri file extension Daniel Gultsch 2016-06-24 13:35:39 +0200
  • 4d5e0c291e remove white spaces from hostname Daniel Gultsch 2016-06-22 12:23:11 +0200
  • 982a20fef5 refactor code that reads real jid from muc Daniel Gultsch 2016-06-22 12:22:57 +0200
  • 4ba5472d0c respond to block list push Daniel Gultsch 2016-06-22 12:22:36 +0200
  • d28d968985 make sure that we always release wake lock even after throwing exception Daniel Gultsch 2016-06-22 12:22:03 +0200
  • 34454ef2ec synchronize stanza count increment and write Daniel Gultsch 2016-06-22 12:21:33 +0200
  • 4d1640d6ff Merge pull request #1923 from alexxthehood/patch-1 Daniel Gultsch 2016-06-21 23:25:51 +0200
  • e88f01923f Update create_conference_dialog.xml alexxthehood 2016-06-21 19:08:38 +0200
  • 1166619539 version bump to 1.13.2 + changelog 1.13.2 Daniel Gultsch 2016-06-20 15:56:09 +0200
  • 28dc888159 display toast on pgp error Daniel Gultsch 2016-06-19 11:08:17 +0200
  • ea1e4c773d add some missing XEPs to docs Daniel Gultsch 2016-06-19 11:07:49 +0200
  • 37e7175a86 log reason for not showing notification Daniel Gultsch 2016-06-19 11:04:59 +0200
  • 85c82d9b3b remove ascii control chars when creating xml Daniel Gultsch 2016-06-19 00:07:15 +0200
  • 829720409d updated screenshots in README. fixes #1580 Daniel Gultsch 2016-06-17 14:01:20 +0200
  • f91d16cbe7 don't fail on missing jid in bookmarks Daniel Gultsch 2016-06-16 20:38:35 +0200
  • b92b3863b9 don't handle chat states in muc or from archive Daniel Gultsch 2016-06-16 20:38:02 +0200
  • fc3aefd56e show toast when connection to openkeychain could not be made Daniel Gultsch 2016-06-16 20:37:32 +0200
  • dcc13d7a3d log download failure caused by missing content length Daniel Gultsch 2016-06-16 20:36:51 +0200
  • 48a7818e88 mark used otr fingprint in contact details and highlight pgp Daniel Gultsch 2016-06-16 12:12:24 +0200
  • 1eb776f39c synchronize message body changes for message correction Daniel Gultsch 2016-06-16 11:47:40 +0200
  • f8b1e8098c extract relevant extension from file name when processing share intent Daniel Gultsch 2016-06-16 11:46:25 +0200
  • 60588af825 replace corrected messages in decryption queue Daniel Gultsch 2016-06-15 14:29:25 +0200
  • f99f21ab9b pulled translations from transifex Daniel Gultsch 2016-06-15 14:11:27 +0200
  • 5f4471a45e only dismiss sent message after encryption Daniel Gultsch 2016-06-15 13:53:34 +0200
  • cb5393c32f refresh UI to redraw message hint after switching to pgp Daniel Gultsch 2016-06-15 13:52:49 +0200
  • 5f40a7042d delay notification until after pgp decryption Daniel Gultsch 2016-06-15 12:44:29 +0200
  • e0575642b5 log all fail reasons Daniel Gultsch 2016-06-15 12:33:59 +0200
  • 73679b97f1 show xep-0172 nick only for contacts with mutual presence subscription Daniel Gultsch 2016-06-15 09:44:01 +0200
  • 49de43b364 clear muc tiles when avatar of member changes Daniel Gultsch 2016-06-14 17:11:31 +0200
  • f9600b950f sort muc users by affiliation, name. fixes #1913 Daniel Gultsch 2016-06-14 14:41:32 +0200
  • 95a51ea2e0 synchronize access to stanza queue Daniel Gultsch 2016-06-14 10:17:37 +0200
  • 39ad426ca9 remove messages from decryption queue when trimming a conversation Daniel Gultsch 2016-06-13 19:06:09 +0200
  • 40f81f19df make sure tagwriter is clear before force closing socket Daniel Gultsch 2016-06-13 19:05:32 +0200
  • 587fb3cca3 refactored pgp decryption Daniel Gultsch 2016-06-13 13:32:14 +0200
  • 490a1ca3cf version bump to 1.13.1 + changelog 1.13.1 Daniel Gultsch 2016-06-13 12:32:49 +0200
  • ea667a1a73 pulled translations from transifex Daniel Gultsch 2016-06-12 14:49:21 +0200
  • f4e3cd5098 actually do add fall back message for omemo Daniel Gultsch 2016-06-12 14:49:04 +0200
  • c4680e3198 make text color of last-seen match theme Daniel Gultsch 2016-06-12 13:15:28 +0200
  • 31dd7b5a21 parse real jid from muc mam messages. (disabled) Daniel Gultsch 2016-06-12 12:50:49 +0200
  • 74d376be68 close db cursor after reading cert Daniel Gultsch 2016-06-12 12:50:31 +0200
  • 5017e8564c made background color of swiped conversations darker Daniel Gultsch 2016-06-10 23:22:16 +0200
  • a70f57358e use darker green as background for chat bubbles in dark theme Daniel Gultsch 2016-06-10 22:39:02 +0200
  • 4bf9a1e809 use darker colors for actionbar on dark theme Daniel Gultsch 2016-06-10 20:15:09 +0200
  • e2a803ee04 version bump to 1.13.0 + changelog 1.13.0 Daniel Gultsch 2016-06-10 11:15:12 +0200
  • 4b9b7257a9 pulled translations from transifex Daniel Gultsch 2016-06-09 21:00:51 +0200
  • cb7c47bc62 catch conversations sort exception. not vital at this point Daniel Gultsch 2016-06-09 14:50:13 +0200
  • 33a02faad9 fixed spelling in last activity summary Daniel Gultsch 2016-06-08 21:36:29 +0200
  • a018935b23 pulled translations from transifex Daniel Gultsch 2016-06-08 20:17:10 +0200
  • 112a4d389e Merge branch 'Wanztwurst-darkTheme' fixes #529 Daniel Gultsch 2016-06-08 20:10:21 +0200
  • 7932244c51 Dark theme, theme switch, icons, style, strings Steffen Keiper 2016-05-12 20:00:18 +0200
  • b88128241e Merge pull request #1895 from pp3345/right-alt Daniel Gultsch 2016-06-05 23:19:56 +0200
  • 9f42ead747 spelling in readme Daniel Gultsch 2016-06-05 23:19:03 +0200