Commit graph

  • 678fcf8b31 removed dead code + null check Daniel Gultsch 2018-05-10 18:59:17 +0200
  • b0db88c405 add primary key to fts table Daniel Gultsch 2018-05-10 11:28:09 +0200
  • 5b41906328 do not include body in simple status updates to not trigger fts update Daniel Gultsch 2018-05-10 10:47:28 +0200
  • a8b863ae41 updated dependencies Daniel Gultsch 2018-05-10 10:30:23 +0200
  • e84a65bc86 do not load conversations with null jid Daniel Gultsch 2018-05-09 11:09:01 +0200
  • 18a8a6e5ac make session completion work with untrusted devices as well Daniel Gultsch 2018-05-09 09:24:31 +0200
  • ffe610f961 max out emoji enlargment at 42 emojis Daniel Gultsch 2018-05-09 09:07:26 +0200
  • 13d6885883 split heighlights by special characters. fixes #3007 Daniel Gultsch 2018-05-07 11:14:33 +0200
  • 78b56bb904 don’t scall images to a 0 width or height Daniel Gultsch 2018-05-07 11:13:46 +0200
  • 7ca719b8be apply styling helper to conversation overview Daniel Gultsch 2018-05-06 11:22:20 +0200
  • 1fcd69ce40 ban can be disabled in Config.java (#3016) ChaosKid42 2018-05-05 19:40:43 +0200
  • c113f37713 version bump to 2.2.0 Daniel Gultsch 2018-05-04 22:07:14 +0200
  • 8cd222b046 XmppUri code cleanup Daniel Gultsch 2018-05-04 22:07:00 +0200
  • f9e26d7887 pulled translations from transifex Daniel Gultsch 2018-05-04 12:21:14 +0200
  • 77fc8d2d9e encode and decode % and # in invite links Daniel Gultsch 2018-05-04 12:18:31 +0200
  • 9b73029267 copy jabber id and web url via context menu Daniel Gultsch 2018-05-04 11:39:03 +0200
  • 96224c0fc6 filter sequences of more than 3 ltr-rtl Daniel Gultsch 2018-05-04 10:11:24 +0200
  • 7b3d871f28 improved logging for node configuration change Daniel Gultsch 2018-05-03 22:44:28 +0200
  • 2b492a1fba remove " from fts queries Daniel Gultsch 2018-05-03 19:09:19 +0200
  • 89f8b87582 fixed regression of not highlighting current conversation in overview. fixes #3001 Daniel Gultsch 2018-05-03 18:30:44 +0200
  • 756c1a1004 hide record audio feature if mircophone is not available Daniel Gultsch 2018-05-03 17:01:16 +0200
  • b5423b39a0 added null check to Jid.of in edit account Daniel Gultsch 2018-05-03 15:59:14 +0200
  • 6fe5c5e770 handle invalid image bounds Daniel Gultsch 2018-05-03 15:38:48 +0200
  • 157d644750 organize listeners in lists Daniel Gultsch 2018-05-03 14:54:22 +0200
  • 5e1cbf8514 only highlight alphanumeric chars Daniel Gultsch 2018-05-03 13:57:13 +0200
  • 9625f191c3 hide treatAsDownloadable in search results Daniel Gultsch 2018-05-02 12:14:24 +0200
  • 90135131c0 fixed omemo by default setting for users on same domain. fixes #3006 Daniel Gultsch 2018-05-01 23:18:05 +0200
  • d3b20544c9 do not invoke onPushFailed() on timeout Daniel Gultsch 2018-05-01 17:35:29 +0200
  • 8d5a7c79da fixed crash with samsung recorder Daniel Gultsch 2018-05-01 15:16:10 +0200
  • d8439c72fd fixed display in internal map Daniel Gultsch 2018-05-01 14:32:55 +0200
  • ee2c118c21 pulled translations from transifex Daniel Gultsch 2018-05-01 12:56:42 +0200
  • 68a550de50 version bump to 2.2.0-beta + changelog Daniel Gultsch 2018-05-01 12:55:34 +0200
  • 949b77c353 make show location depend on plugin setting Daniel Gultsch 2018-05-01 12:55:11 +0200
  • 8e17fa285d allow use of share location plugin with setting Daniel Gultsch 2018-05-01 12:03:35 +0200
  • 35e6547db4 show keyboard only on fresh activity Daniel Gultsch 2018-05-01 10:47:43 +0200
  • 303cc89b61 persist search across device rotations Daniel Gultsch 2018-05-01 10:33:21 +0200
  • 2505ac8b77 only search text messages Daniel Gultsch 2018-05-01 09:58:43 +0200
  • 438ae34988 fixed search term parser for empty terms Daniel Gultsch 2018-04-30 17:37:39 +0200
  • 27f31446c0 search term parsing + highlighting Daniel Gultsch 2018-04-30 17:09:55 +0200
  • 542a06f08a creat fts table Daniel Gultsch 2018-04-30 16:06:27 +0200
  • b5c60ee779 changed accent color back to blue Daniel Gultsch 2018-04-30 15:17:21 +0200
  • 2390839c21 get video dimensions from bitmap instead of meta data Daniel Gultsch 2018-04-30 09:22:59 +0200
  • 287c416dac hard code ogg + audio/ mime type to oga Daniel Gultsch 2018-04-29 15:19:13 +0200
  • 936e6f4cb2 updated svg files to reflect changed online button color Daniel Gultsch 2018-04-29 14:08:46 +0200
  • 5c4aacd39e added 'view conversation' to context menu Daniel Gultsch 2018-04-29 14:07:58 +0200
  • 43b455974b changed color of online send button Daniel Gultsch 2018-04-29 09:49:45 +0200
  • d0c88e6293 check if jid was valid before parsing muc status or event msgs Daniel Gultsch 2018-04-29 09:33:20 +0200
  • 3011f875eb highlight search term in search results Daniel Gultsch 2018-04-28 23:50:35 +0200
  • effeb7b585 convert empty resources in messages to bare jid Daniel Gultsch 2018-04-28 21:30:30 +0200
  • 04f34fb968 Merge branch '2.1.x' Daniel Gultsch 2018-04-28 16:58:27 +0200
  • 1d51f098f2 version bump to 2.1.4 + changelog Daniel Gultsch 2018-04-28 16:58:04 +0200
  • 9963616270 do not crash when inner message contains invalid jid Daniel Gultsch 2018-04-28 16:56:32 +0200
  • 6dbaece149 Merge tag '2.1.3' Daniel Gultsch 2018-04-28 16:33:32 +0200
  • 6712a2d91f added search result context menu + date separators Daniel Gultsch 2018-04-28 16:32:23 +0200
  • b1b7cf5c0a version bump to 2.1.3 + changelog Daniel Gultsch 2018-04-28 16:26:50 +0200
  • 322463bab7 return InvalidJid object instead of null if Jid can not be parsed Daniel Gultsch 2018-04-28 16:26:40 +0200
  • 59b5dece96 theming: switched to material green. changed accent color Daniel Gultsch 2018-04-27 14:50:27 +0200
  • 2177e575bc use styled colors for online/offline text Daniel Gultsch 2018-04-26 21:50:24 +0200
  • 9b2093eba5 dynamically reference app name in version string Daniel Gultsch 2018-04-26 21:21:17 +0200
  • 120f7453e5 use GIF to describe gifs instead of image Daniel Gultsch 2018-04-26 21:21:00 +0200
  • 3d243866a4 click on avatars in message search opens contact details Daniel Gultsch 2018-04-26 18:53:09 +0200
  • e6feb91390 properly cancel pending searchs and scroll to bottom after refresh Daniel Gultsch 2018-04-26 17:02:31 +0200
  • 35020702fb very much unoptimized search functionality Daniel Gultsch 2018-04-26 13:22:31 +0200
  • 4bbbf86f76 add more styling to search activity Daniel Gultsch 2018-04-26 10:40:29 +0200
  • 4c60aae11b mock (non functional) search activity Daniel Gultsch 2018-04-25 20:25:28 +0200
  • e2ff51db08 add debug output to how many messages were deleted Daniel Gultsch 2018-04-25 19:32:43 +0200
  • bf95ef66eb null check when cleaning avatars for muc Daniel Gultsch 2018-04-25 14:41:33 +0200
  • 09276eb396 properly catch and ignore IllegalStateException instead of using commitAllowStateLoss Daniel Gultsch 2018-04-25 14:41:02 +0200
  • 2d7e5a12aa increased swipe escape velocity by 10x Daniel Gultsch 2018-04-25 12:56:48 +0200
  • 8baef866ce pulled translations from transifex Daniel Gultsch 2018-04-25 12:20:00 +0200
  • a11c678770 fine tuned style of toolbar search view Daniel Gultsch 2018-04-24 16:45:37 +0200
  • d79f5030be added scrollbars to conversation overview Daniel Gultsch 2018-04-24 14:50:26 +0200
  • bb37401028 do not match mentions on word boundries but only when preceeded by white space Daniel Gultsch 2018-04-24 12:31:37 +0200
  • de0de48448 allow to delete voice recordings Daniel Gultsch 2018-04-23 20:27:54 +0200
  • d844ce4ffb migrate recording activity to view binder Daniel Gultsch 2018-04-23 12:07:19 +0200
  • 2f974c3eb2 integrate voice recorder Daniel Gultsch 2018-04-22 20:31:37 +0200
  • cfaebbdbd1 scroll to bottom even if last visible item is heigher than view Daniel Gultsch 2018-04-22 16:01:18 +0200
  • 2a9413e64d fixed caps hash generation for empty form values Daniel Gultsch 2018-04-22 11:07:00 +0200
  • 956f7c6812 use styled borderless button Daniel Gultsch 2018-04-21 22:17:47 +0200
  • 1118c4450b fix text size in snackbars Daniel Gultsch 2018-04-21 20:38:14 +0200
  • 12127a0b6e do not use omemo by default for own server Daniel Gultsch 2018-04-21 19:52:37 +0200
  • fc62cbbc52 fixed updating of server message id after dedup Daniel Gultsch 2018-04-21 19:35:25 +0200
  • 2992ba647d always scale to dip Daniel Gultsch 2018-04-21 18:55:16 +0200
  • 4599e477b4 fixups for Share location merger Daniel Gultsch 2018-04-21 18:25:40 +0200
  • ee855ab560 Merge branch 'mapping' of https://github.com/SamWhited/Conversations into SamWhited-mapping Daniel Gultsch 2018-04-21 16:57:53 +0200
  • b501f4cf72 search for muc pms when fetching last mam reference Daniel Gultsch 2018-04-21 16:57:29 +0200
  • 5e1bbea5f0 never use isStranger logic in conversation with self Daniel Gultsch 2018-04-20 17:54:30 +0200
  • 7368df94f7 provide access to show qr code from context menu in start conversation activity Daniel Gultsch 2018-04-20 17:12:47 +0200
  • 8c1458abbf version bump to 2.1.2 + changelog Daniel Gultsch 2018-04-20 11:38:51 +0200
  • 1615aeff87 fixed npe when OS invokes StartConversationsActivity with null action Daniel Gultsch 2018-04-20 11:32:50 +0200
  • cccb3772cf update dependencies Daniel Gultsch 2018-04-20 10:51:11 +0200
  • 9a36627e67 catch run time exception when starting service from event receiver Daniel Gultsch 2018-04-20 10:51:00 +0200
  • 7f7b7fca0b pulled translations from transifex Daniel Gultsch 2018-04-20 09:57:02 +0200
  • 60f2ce3a74 Use correct theme in mapping activity Sam Whited 2018-04-18 10:58:34 -0500
  • a7b6d1f1d8 Use native snackbar on map view Sam Whited 2018-04-18 10:46:56 -0500
  • 5272421678 create avatar path before saving avatar Daniel Gultsch 2018-04-18 12:41:16 +0200
  • 146096f00a version bump to 2.1.1 + changelog Daniel Gultsch 2018-04-18 10:25:56 +0200
  • 5170e526c8 fixed npe when conversation in multi mode had jid w/o local part Daniel Gultsch 2018-04-18 10:24:57 +0200
  • 71461543a3 pulled translations from transifex Daniel Gultsch 2018-04-18 10:24:10 +0200
  • b21d948ecb Merge Open Street Map plugin Sam Whited 2018-03-11 13:09:35 -0500