Commit graph

  • 45873cbeb7 stick with 1.4.x Daniel Gultsch 2015-06-02 12:23:54 +02:00
  • 3610078d8a fixed more edge cases in muc message parser Daniel Gultsch 2015-06-02 12:21:35 +02:00
  • 3072a71376 improved compatibility with muc components that change the message id Daniel Gultsch 2015-06-02 06:23:32 +02:00
  • d722d7d0f8 let dns library take care of no-srv style hosts as well Daniel Gultsch 2015-05-28 17:31:46 +02:00
  • 74a1dae630 use dns library to resolve missing ipv6 or ipv4 addresses Daniel Gultsch 2015-05-28 16:55:48 +02:00
  • 796b1c16ce parse nick and avatar only from available presences to avoid potential error reflection Daniel Gultsch 2015-05-27 11:44:44 +02:00
  • 553eb7d6c9 removed unnecessary / inacurate debug logging Daniel Gultsch 2015-05-26 13:04:22 +02:00
  • 743a24c3e0 deduplicate private muc messages Daniel Gultsch 2015-05-26 12:00:55 +02:00
  • bb4879fd1f update unread count badge only when necessary Daniel Gultsch 2015-05-26 12:00:38 +02:00
  • cb08c3a11d added default iq handler to print some iq error messages Daniel Gultsch 2015-05-26 11:31:33 +02:00
  • bbd2f02496 pulled translations from transifex Daniel Gultsch 2015-05-26 11:09:17 +02:00
  • abe9d97034 added choose picture as another quick action. fixes #1221 Daniel Gultsch 2015-05-26 05:34:58 +02:00
  • 2d0a2f256e renamed OtrEngine to OtrService Daniel Gultsch 2015-05-26 04:36:32 +02:00
  • 454ea0b5a5 Merge branch 'master' into development Daniel Gultsch 2015-05-25 11:15:14 +02:00
  • ad5be974c9 version bump to 1.4.3 Daniel Gultsch 2015-05-25 05:00:33 +02:00
  • 954367e72d use same sm check inside xmppconnection and out Daniel Gultsch 2015-05-25 04:54:11 +02:00
  • c599f9df82 log connection age and reshedule ping check Daniel Gultsch 2015-05-25 04:49:36 +02:00
  • 7385d0849f Merge branch 'development' of github.com:siacs/Conversations into development Daniel Gultsch 2015-05-21 09:19:56 +02:00
  • ae79aa6c04 Merge branch 'master' into development Daniel Gultsch 2015-05-21 09:19:26 +02:00
  • 8374c6de40 version bump to 1.4.2 Daniel Gultsch 2015-05-21 05:21:52 +02:00
  • a2ad987342 fixed with attaching wrong files when returning to activity and background service is still alive Daniel Gultsch 2015-05-21 05:21:22 +02:00
  • a787bb9131 Merge pull request #1212 from emdete/add_jid_to_show_location Daniel Gultsch 2015-05-20 18:31:18 +02:00
  • 3493d540c4 fix to detect the sender jid correctly M. Dietrich 2015-05-20 15:43:45 +02:00
  • 58d267792b Merge pull request #1211 from emdete/add_jid_to_show_location Daniel Gultsch 2015-05-20 12:48:03 +02:00
  • e44aace628 added ShortcutBadger as a dependency to create unread counts on launcher icon Daniel Gultsch 2015-05-20 12:47:04 +02:00
  • 624b2b829d pulled translations from transifex Daniel Gultsch 2015-05-20 12:26:38 +02:00
  • 850ed6f48d add extra jid to intend "show location" M. Dietrich 2015-05-20 11:34:11 +02:00
  • e456406ea8 Merge branch 'master' into development Daniel Gultsch 2015-05-20 08:25:42 +02:00
  • d3dd3e5a6f don't allow user to accidentally send empty messages Daniel Gultsch 2015-05-20 08:25:00 +02:00
  • 1960d13b47 proper error parsing. some clean up Daniel Gultsch 2015-05-19 08:23:12 +02:00
  • f7914b4729 fixed npe in new message parser Daniel Gultsch 2015-05-16 12:43:38 +02:00
  • 98b168e3d5 fixed muc mam. added a few security checks Daniel Gultsch 2015-05-15 12:29:45 +02:00
  • 89ee17bce0 fixed read/unread markers Daniel Gultsch 2015-05-15 11:51:20 +02:00
  • b4c3bbcbff added mam stuff to new message parser Daniel Gultsch 2015-05-15 06:31:27 +02:00
  • f9c59894eb rewrote parser code. mam id and possible other stuff still missing. also massivly untested Daniel Gultsch 2015-05-15 05:14:15 +02:00
  • 2be0c68111 provide helper function for getting the content of a child directly Daniel Gultsch 2015-05-14 14:42:21 +02:00
  • b8a7972c73 Merge branch 'development' Daniel Gultsch 2015-05-20 03:39:58 +02:00
  • 2a21971e79 version bump to 1.4.0 Daniel Gultsch 2015-05-20 03:36:10 +02:00
  • 299b10dc38 added fall back package id for voice recorder plugin Daniel Gultsch 2015-05-20 03:27:52 +02:00
  • 7ed5a388e6 hide block contact from context menu when server feature is not available fixed #1207 Daniel Gultsch 2015-05-19 08:31:56 +02:00
  • 21d49c6c37 use same socket time out for jingle and xmpp connections Daniel Gultsch 2015-05-18 08:48:08 +02:00
  • 3b164d671c use a 20s timeout on socks5 connections Daniel Gultsch 2015-05-18 04:34:34 +02:00
  • ec225abbfc don't offer initiator his own candidates Daniel Gultsch 2015-05-18 03:17:14 +02:00
  • a3c1a619c6 added changelog for upcoming 1.4.0 release Daniel Gultsch 2015-05-18 08:36:37 +02:00
  • 397d054684 fixed crash on failed account registry Daniel Gultsch 2015-05-17 12:32:04 +02:00
  • 2686416783 made white space check in bodyContainsDownloadable less aggresive Daniel Gultsch 2015-05-16 12:49:04 +02:00
  • dc64fc86a0 version bump to 1.4.0-beta Daniel Gultsch 2015-05-16 10:19:19 +02:00
  • 900554b2e1 pulled new translations from transifex Daniel Gultsch 2015-05-16 10:19:05 +02:00
  • 1813251769 let jingle connection and manager handle message status Daniel Gultsch 2015-05-16 04:12:53 +02:00
  • 4648bfe440 call StartConversationActivity in init mode only after adding the first account Daniel Gultsch 2015-05-15 13:58:11 +02:00
  • 21151e03ed Force Nameprepping of JID domain parts Andreas Straub 2015-05-14 15:25:52 +02:00
  • 9224a0da10 added a few location questions Daniel Gultsch 2015-05-14 12:08:43 +02:00
  • 1667b7965b always log reason for failed file transfer Daniel Gultsch 2015-05-14 11:57:51 +02:00
  • 464416749b ignore question marks in location question Daniel Gultsch 2015-05-13 17:10:11 +02:00
  • 70be9fb44e show location quick action after receiving a question about the users location Daniel Gultsch 2015-05-13 16:23:20 +02:00
  • aadece2984 clear avatar cache when uploading new avatar Daniel Gultsch 2015-05-13 14:33:52 +02:00
  • e42bd42dc4 use zero width white space as message seperator Daniel Gultsch 2015-05-13 11:56:59 +02:00
  • 2d740dc0b1 version bump to 1.4.0-alpha3 Daniel Gultsch 2015-05-13 11:56:25 +02:00
  • ab54ceb36f removed debug logging Daniel Gultsch 2015-05-12 04:40:57 +02:00
  • 6b3d3d3799 handle conference invites differently to deal with killed activities. fixes #1188 Daniel Gultsch 2015-05-12 04:33:04 +02:00
  • c286c29d87 don't set unknown error in muc Daniel Gultsch 2015-05-12 03:57:05 +02:00
  • 740f63972c don't reinit conversation when coming back to activity. avoids unnecessary scrolling Daniel Gultsch 2015-05-12 03:56:13 +02:00
  • d310a6cab0 pulled updated translations from transifex Daniel Gultsch 2015-05-11 14:28:36 +02:00
  • 601f78e0fe avoid using paragraph style breaks by accident Daniel Gultsch 2015-05-11 14:18:30 +02:00
  • 01b62b3e6a increased space between merged messages a bit Daniel Gultsch 2015-05-11 09:20:08 +02:00
  • d7bf011781 add a little bit of space between merged messages. Daniel Gultsch 2015-05-11 09:08:56 +02:00
  • ef0111522f no font padding on red hearts Daniel Gultsch 2015-05-11 08:45:38 +02:00
  • bbd7d0818f rewrote parts of message adapter to avoid using NULL views Daniel Gultsch 2015-05-11 07:57:52 +02:00
  • 7a5011702f optimized heart render code a bit Daniel Gultsch 2015-05-10 12:04:11 +02:00
  • 99cb3ee4ec added white heart to new rendering as well Daniel Gultsch 2015-05-10 11:56:23 +02:00
  • 4ea5b66cca Merge branch 'development' of github.com:siacs/Conversations into development Daniel Gultsch 2015-05-10 11:45:01 +02:00
  • 12576be48f changed conversation red to material red Daniel Gultsch 2015-05-10 03:14:13 +02:00
  • 446f91ffa9 paint single unicode hearts as red and slightly larger Daniel Gultsch 2015-05-10 03:12:44 +02:00
  • dac507d288 Merge pull request #1180 from ashimokawa/development Daniel Gultsch 2015-05-09 04:37:07 +02:00
  • 9f58757e2c only forward incoming chat messages to Pebble App and Gadgetbridge Andreas Shimokawa 2015-05-08 21:36:20 +02:00
  • 65dc5e03b5 config option to reset attempt counts when changing network (default=true) Daniel Gultsch 2015-05-08 06:50:28 +02:00
  • 08f4c87d80 throw proper exception before changing account into error state Daniel Gultsch 2015-05-08 06:30:06 +02:00
  • c435754f32 version code bumped Daniel Gultsch 2015-05-07 14:24:40 +02:00
  • 55cd4cc858 fixed encrypted ibb file transfer which was broken with ART. fixes #1172 Daniel Gultsch 2015-05-07 14:19:51 +02:00
  • 1e780bbf58 fixed npe when binval value of vcard avatar is null Daniel Gultsch 2015-05-07 11:07:15 +02:00
  • 2eec6a925f fixed npe when missing instructions on failed register Daniel Gultsch 2015-05-06 04:33:21 +02:00
  • b3b3df2ae8 fwiw don't allow stanza count to go over MAX_INT Daniel Gultsch 2015-05-06 04:29:45 +02:00
  • 1f18477333 avoid fetching avatars multiple times in parallel Daniel Gultsch 2015-05-05 10:29:41 +02:00
  • 77950dfa78 bumped version code Daniel Gultsch 2015-05-05 08:10:16 +02:00
  • fe0776d220 r/o support for vcard avatars. pep avatars will be prefered Daniel Gultsch 2015-05-05 06:17:34 +02:00
  • 3aac4b99f4 enabled sm logging by default at least for development branch Daniel Gultsch 2015-05-05 06:10:47 +02:00
  • b78a01708e clean up in attachment chooser code. fixed #1168 Daniel Gultsch 2015-05-04 09:54:10 +02:00
  • 19c92877ba update travis config Daniel Gultsch 2015-05-04 05:49:28 +02:00
  • 1299d13154 update build tools and target api Daniel Gultsch 2015-05-04 05:40:41 +02:00
  • 8ffb2312c6 updated contributor list in README.md Daniel Gultsch 2015-05-04 05:07:59 +02:00
  • 1cf318b9e6 open market if share location plugin isn't installed Daniel Gultsch 2015-05-04 04:38:12 +02:00
  • 2a5cf338fc Merge pull request #1167 from sattellite/patch-1 Daniel Gultsch 2015-05-04 03:53:22 +02:00
  • 0545289661 Fix typos in URL to the project Alexander Groshev 2015-05-03 20:53:27 +03:00
  • 3356b61b66 turn send button in cancel button while in whisper mode Daniel Gultsch 2015-05-03 09:30:30 +02:00
  • 9ba20f3e08 version bump to 1.3.1 Daniel Gultsch 2015-05-02 12:12:44 +02:00
  • 0efc0aa672 mark account with incompatible server when no sasl mechansim could be found Daniel Gultsch 2015-05-02 12:10:56 +02:00
  • e647a9adf1 shut up linter. fixed build Daniel Gultsch 2015-05-02 11:58:19 +02:00
  • e5e5230232 Merge tag '1.3.0' Daniel Gultsch 2015-05-02 12:11:14 +02:00
  • b34c43b3f7 mark account with incompatible server when no sasl mechansim could be found Daniel Gultsch 2015-05-02 12:10:56 +02:00
  • 50cd5a06a8 version bump to 1.4.0-alpha (in development) Daniel Gultsch 2015-05-02 12:00:27 +02:00