Commit graph

  • 53fea9e1fe replace send button with quick action button as long as no text has been entered Daniel Gultsch 2015-05-02 11:38:56 +02:00
  • 8617932aad version bump to 1.3.0 Daniel Gultsch 2015-05-01 13:52:56 +02:00
  • e1fab8a488 pulled translations from transifex Daniel Gultsch 2015-05-01 13:52:19 +02:00
  • bcdfdb9ccf added config option to be a bit more verbose about stanza counts Daniel Gultsch 2015-04-29 16:15:07 +02:00
  • f0d51fcb77 pulled translations from transifex Daniel Gultsch 2015-04-29 10:19:03 +02:00
  • 0624401137 version bump to 1.3.0-beta Daniel Gultsch 2015-04-28 22:23:59 +02:00
  • 6a15bc26b6 npe check after reading image uri Daniel Gultsch 2015-04-28 22:23:45 +02:00
  • d94c231a74 adjust dimens slightly to work with v21+ (v21 doesn't count the navigation bar) Daniel Gultsch 2015-04-28 16:25:32 +02:00
  • 92d14c4a00 increased padding on image buttons on v21 to match material guidelines Daniel Gultsch 2015-04-28 14:46:52 +02:00
  • 93e942f96d made material icons smaller (24dp) Daniel Gultsch 2015-04-28 14:28:51 +02:00
  • f3805b8bab stop conference details from crashing when rotating the screen Daniel Gultsch 2015-04-28 13:56:08 +02:00
  • 51bf8ec98e fixed npe when rotating screen in contact details activity Daniel Gultsch 2015-04-28 13:31:33 +02:00
  • b1843fb61a print stack trace on io error Daniel Gultsch 2015-04-28 09:35:10 +02:00
  • b10b8e2c50 escape nick in highlight regex pattern Daniel Gultsch 2015-04-28 09:32:58 +02:00
  • f8e06d8e9a revert undo timeout to a more reasonable value Daniel Gultsch 2015-04-28 09:25:58 +02:00
  • a4ff8e3633 increased padding around switches in manage accounts Daniel Gultsch 2015-04-27 12:19:05 +02:00
  • 4caa92e8ff handle returning from camera without picture Daniel Gultsch 2015-04-27 12:18:27 +02:00
  • e11d658f5e use xmppserviceconnection to send iq packets in jingle connection Daniel Gultsch 2015-04-26 20:27:30 +02:00
  • c283fec0d1 hard code bitmap configs Daniel Gultsch 2015-04-26 20:26:59 +02:00
  • e509105909 added changelog. removed deprecated todo list Daniel Gultsch 2015-04-26 12:40:03 +02:00
  • 031b752906 version bump to 1.3.0-beta Daniel Gultsch 2015-04-26 10:49:25 +02:00
  • 7f2a83a684 pulled translations from transifex Daniel Gultsch 2015-04-26 10:48:36 +02:00
  • 0fda254d48 Merge pull request #1135 from BrianBlade/manage_certificates Daniel Gultsch 2015-04-25 19:09:50 +02:00
  • 5ea1c547d5 fixed service discovery by properly storing and checking identities Daniel Gultsch 2015-04-25 18:24:10 +02:00
  • 82daf849aa fixed #1039 Daniel Gultsch 2015-04-25 14:42:32 +02:00
  • 77caf73103 Merge pull request #1146 from BrianBlade/minor_otr_tweaks Daniel Gultsch 2015-04-25 14:09:38 +02:00
  • d07baccf97 cleaned up file handling Daniel Gultsch 2015-04-25 14:08:24 +02:00
  • 5e1492fbff send invite to other instanzes after creating ad hoc conference. fixes #1136 Daniel Gultsch 2015-04-23 17:37:47 +02:00
  • d6443d9b2f OTR: Fix onContactStatusChanged & dont archive OTR BrianBlade 2015-04-21 22:17:58 +02:00
  • 3a627f72fb fixed direct invites Daniel Gultsch 2015-04-21 18:36:11 +02:00
  • e9783b80d1 added missing translations from transifex Daniel Gultsch 2015-04-21 10:13:28 +02:00
  • cfc4fbaa10 Merge branch 'development' of github.com:siacs/Conversations into development Daniel Gultsch 2015-04-20 20:33:04 +02:00
  • e7972d3d11 pulled latest translations from transifex Daniel Gultsch 2015-04-20 20:32:50 +02:00
  • 69b4355652 added reference to the location plugin to README Daniel Gultsch 2015-04-20 16:41:24 +02:00
  • 895a28ab9d added amazon app store link (us store) Daniel Gultsch 2015-04-20 16:13:43 +02:00
  • 5d7e1159f5 always hide pgp snackbar after decrypting a message. fixes #1075 Daniel Gultsch 2015-04-20 12:13:47 +02:00
  • 127b7866f0 removed some dead code Daniel Gultsch 2015-04-20 11:49:44 +02:00
  • d2c9bf31cd fixed weird touch on snackbar switched conversation bug when touching the border of the snackbar or more precisely the space between the input field and the snackbar Conversations would switch into a random conversation for yet unknown reasons. Daniel Gultsch 2015-04-20 11:39:38 +02:00
  • 9e20a4936e some code clean up to fix some rare NPE’s Daniel Gultsch 2015-04-19 19:11:32 +02:00
  • da367dd752 Add option to remove manually approved certificates BrianBlade 2015-04-19 18:08:13 +02:00
  • 570a22206d increased undo delay iNPUTmice 2015-04-17 20:01:09 +02:00
  • dbe170bd35 fixed a bug in DNS helper code. fixes #1130 iNPUTmice 2015-04-16 21:55:52 +02:00
  • c4daa08170 fixed a bug in DNS helper code. fixes #1130 iNPUTmice 2015-04-16 21:55:52 +02:00
  • 584ffbd000 bumped version to 1.3.0-alpha iNPUTmice 2015-04-15 16:28:44 +02:00
  • 65e760aefd some bug fixes concerning 0byte files. fixes #1126 iNPUTmice 2015-04-15 15:36:16 +02:00
  • f99e234b88 maintain state when rotating settings activity iNPUTmice 2015-04-14 15:53:50 +02:00
  • b6cc8c90a0 Merge branch 'BrianBlade-dont_trust_cas_preference' into development iNPUTmice 2015-04-14 15:17:26 +02:00
  • defb127d6e Merge branch 'dont_trust_cas_preference' of https://github.com/BrianBlade/Conversations into BrianBlade-dont_trust_cas_preference iNPUTmice 2015-04-14 15:17:06 +02:00
  • 261b505f06 always show save button when account info was modified. fixes #918 iNPUTmice 2015-04-14 15:00:49 +02:00
  • 2f24b09309 fixed disable account when sliding and not clicking the toggle iNPUTmice 2015-04-13 18:19:40 +02:00
  • 62faa163f0 fixed typos iNPUTmice 2015-04-13 18:18:25 +02:00
  • 8486f47dd9 Merge pull request #1123 from lookshe/development Daniel Gultsch 2015-04-13 17:57:33 +02:00
  • 4bf09bc10b shut up linter iNPUTmice 2015-04-13 17:35:20 +02:00
  • 6da77bdf3b Bugfix for issue #1121 lookshe 2015-04-13 10:57:30 +02:00
  • 85cb1e4a37 Maintain private chat on MUC. fixes #1097 iNPUTmice 2015-04-13 16:00:04 +02:00
  • 845b39cdcc fixed regression where the selected conversation wasn't highlighted anymore on tabled layout iNPUTmice 2015-04-13 15:59:18 +02:00
  • 878066ca99 Add option to use MTM without default TrustManager BrianBlade 2015-04-02 13:35:42 +02:00
  • 37d08276a8 allow sharing multiple images at once. fixes #1090 iNPUTmice 2015-04-11 14:53:10 +02:00
  • 332fe0fd19 don't resume old session when changing resource iNPUTmice 2015-04-09 12:46:54 +02:00
  • f880473435 Merge pull request #1104 from BrianBlade/feature/swipe_out_conversation Daniel Gultsch 2015-04-09 10:46:26 +02:00
  • dace8ba3d3 Enable end-conversation by swipe gesture BrianBlade 2015-04-03 00:06:37 +02:00
  • 59ea143147 Merge pull request #1099 from BrianBlade/fix_otr_error_msgs Daniel Gultsch 2015-04-02 11:11:22 +02:00
  • ef68084098 Merge branch 'BrianBlade-account_state_switch' into development iNPUTmice 2015-04-01 23:46:54 +02:00
  • b7b87e1a8d do not overlap account title and switch iNPUTmice 2015-04-01 23:45:46 +02:00
  • cb29c5bb15 Merge branch 'account_state_switch' of https://github.com/BrianBlade/Conversations into BrianBlade-account_state_switch iNPUTmice 2015-04-01 23:24:35 +02:00
  • 1a376cacac Merge pull request #1076 from rk4an/patch-1 Daniel Gultsch 2015-04-01 20:30:00 +02:00
  • 64d6a2970e pulled translations from transifex iNPUTmice 2015-04-01 20:26:28 +02:00
  • db74cb52c4 Fix OTR-Error messages BrianBlade 2015-04-01 12:22:18 +02:00
  • e64049c4fc Add toggle account-state switch BrianBlade 2015-04-01 12:14:05 +02:00
  • 2a73173176 Update french translation Erkan 2015-03-22 20:09:53 +01:00
  • 7eabdfd80f bump version code iNPUTmice 2015-03-22 19:42:40 +01:00
  • ad8f1902d1 pulled translations iNPUTmice 2015-03-22 18:56:28 +01:00
  • c47d1e83c1 properly set chat states when receiving otr status messages iNPUTmice 2015-03-21 16:43:03 +01:00
  • 99b2ef7e9d respond to unreadable OTR messages with error message. fixed #1021 iNPUTmice 2015-03-21 16:07:17 +01:00
  • 825278971e Merge branch 'development' of github.com:siacs/Conversations into development iNPUTmice 2015-03-20 22:40:06 +01:00
  • da099e5fa4 wait for session iq to return sucessfully before sending other stanzas. fixed #1017 iNPUTmice 2015-03-20 21:48:45 +01:00
  • 30e2dee456 Update CHANGELOG.md Daniel Gultsch 2015-03-19 19:45:47 +01:00
  • 5793fb680f version bump to 1.2.0-beta iNPUTmice 2015-03-19 19:40:42 +01:00
  • 442ae12ee5 don't update presence for muc messages iNPUTmice 2015-03-19 19:40:24 +01:00
  • 0d6475d0d9 pulled more translations iNPUTmice 2015-03-19 19:32:24 +01:00
  • 382bcc4cb5 Merge pull request #1042 from BrianBlade/FIXES_muc-dlrs_muc-lastseen Daniel Gultsch 2015-03-19 18:47:33 +01:00
  • 1c600fefcf # add delivery receipts for private muc msgs # enable update last-seen for muc-msgs BrianBlade 2015-03-16 23:23:51 +01:00
  • a13c59fa1b Merge pull request #1043 from strb/choose_contact_multiple_squashed Daniel Gultsch 2015-03-18 17:36:23 +01:00
  • f76baa5658 Added multiple select to Choose Contact Activity Andreas Straub 2015-03-17 15:00:50 +01:00
  • 7ae357f863 Merge pull request #1036 from QuentinC/development Daniel Gultsch 2015-03-18 17:11:43 +01:00
  • ae274ac728 Merge pull request #1041 from weiss/fix-cached-avatar-size Daniel Gultsch 2015-03-17 21:10:02 +01:00
  • 52af62d298 Set file size also for cached avatars Holger Weiß 2015-03-17 17:36:17 +01:00
  • 4aab45533a pulled new translations from transifex iNPUTmice 2015-03-16 11:52:42 +01:00
  • 3d570f4a08 updated changelong iNPUTmice 2015-03-11 18:18:07 +01:00
  • 74e5317095 Do not Strigprep JIDs from database Mateusz "maxmati" Nowoty?ski 2015-03-05 22:11:59 +01:00
  • 4ee4eeb5e7 add context menu entries for geo uris iNPUTmice 2015-03-11 15:48:43 +01:00
  • db6a63bcf6 open location directly from notification iNPUTmice 2015-03-10 21:46:13 +01:00
  • 5132cd7234 show geo uris as 'location' in overview iNPUTmice 2015-03-10 17:20:50 +01:00
  • 1a5321e41f Merge pull request #1022 from Boris-de/cipher_blacklist Daniel Gultsch 2015-03-08 11:28:39 +01:00
  • 67f8ed44bd disable all really weak cipher suites Boris Wachtmeister 2015-03-07 15:36:31 +01:00
  • 87a048fe6f display geo uris as location. show 'send loction' in share menu if request location intent can be resolved iNPUTmice 2015-03-07 14:15:38 +01:00
  • cbca92d209 fixed enter is send option iNPUTmice 2015-03-06 22:22:50 +01:00
  • 44028a547f fixed npe in message parser iNPUTmice 2015-03-06 21:14:55 +01:00
  • 16c6f8d2ff another teaser task for gsoc iNPUTmice 2015-03-06 14:39:05 +01:00
  • ce9aede11c fixed markdown syntax in todo list iNPUTmice 2015-03-06 14:27:09 +01:00