Commit graph

  • a385b6ce0b added short todo list iNPUTmice 2015-03-06 14:25:17 +01:00
  • f25a824610 avoid unnecessary thread creation iNPUTmice 2015-03-05 15:46:33 +01:00
  • c5230e081c added config option to disable string prep in jids iNPUTmice 2015-03-05 10:15:04 +01:00
  • e10c4e78f1 experimantal in memory jid caching iNPUTmice 2015-03-04 19:56:24 +01:00
  • fb3740f07b Green led color is better with "full-green" Quentin 2015-03-04 00:57:34 +01:00
  • ac577fe4fd added methods to count number of unread messages Daniel Gultsch 2015-03-02 11:53:15 +01:00
  • ff86fa6049 mark all sent messages up to a marker as displayed Daniel Gultsch 2015-03-01 14:15:40 +01:00
  • d318af098d merge messages with related status (unsend, send, send_received) iNPUTmice 2015-03-01 12:05:54 +01:00
  • 4beb954da5 increment version code iNPUTmice 2015-02-28 12:04:32 +01:00
  • 864c709c96 catching out of memory run time exception in hasEnabledAccounts() iNPUTmice 2015-02-28 12:03:53 +01:00
  • 0d6907f1e0 pulled new translations from transifex iNPUTmice 2015-02-27 17:20:41 +01:00
  • 98df008bce use conversations green in notification led iNPUTmice 2015-02-27 17:16:28 +01:00
  • c2ddd74d7f Merge pull request #1006 from QuentinC/development Daniel Gultsch 2015-02-27 17:07:30 +01:00
  • f3be0d99cc don't add users with null nicks to muc user list iNPUTmice 2015-02-27 17:04:13 +01:00
  • 6ad4865d96 hide change password menu item if server feature is unavailable iNPUTmice 2015-02-27 17:03:13 +01:00
  • c67a481e4b Update NotificationService.java QuentinC 2015-02-27 11:18:15 +01:00
  • 71ce73a271 - Update mBuilder in NotificationService.java to ensure that the led is displayed at the right color. CF: http://stackoverflow.com/questions/14953793/android-notification-led-doesnt-use-my-color#comment20991762_14953793 - Changed led Color to green to remember the icon color and led times Quentin 2015-02-27 00:33:49 +01:00
  • a022e4b41a reset error status in edit account when reconnecting iNPUTmice 2015-02-26 17:17:40 +01:00
  • 1b579f512c version bump to 1.1.0 iNPUTmice 2015-02-26 16:56:46 +01:00
  • 9e10c3841e check for null in jid parser iNPUTmice 2015-02-26 16:56:07 +01:00
  • fa45ceabc9 initilize keys with jsonobject value on parse error iNPUTmice 2015-02-26 16:55:49 +01:00
  • b8bc70aaa0 prevent next button from showing up too early on account setup iNPUTmice 2015-02-25 23:48:45 +01:00
  • 0decd8ac28 version bump to 1.1.0-beta iNPUTmice 2015-02-23 21:56:30 +01:00
  • 3e8314459c pulled new translations from transifex iNPUTmice 2015-02-23 21:56:06 +01:00
  • 8319446c03 reset incoming chat state when going into background iNPUTmice 2015-02-23 21:47:35 +01:00
  • 37e9db3299 Merge branch 'development' of github.com:siacs/Conversations into development iNPUTmice 2015-02-23 13:10:33 +01:00
  • 7a62fbbeae get rid of some useless debugging iNPUTmice 2015-02-23 12:05:18 +01:00
  • b8e21e57ee Merge pull request #1000 from kriztan/patch-4 Daniel Gultsch 2015-02-23 10:48:09 +01:00
  • bf9bf91789 Update XEPs.md Christian S. 2015-02-23 10:36:07 +01:00
  • eea6a87f2d Merge pull request #997 from betheg/otr4j_repository Daniel Gultsch 2015-02-22 18:30:25 +01:00
  • 4458750fae otr4j has moved to Maven Central Michael 2015-02-22 17:35:09 +01:00
  • da2da75756 init mode (first start) for StartConversationActivity (no up button) and avoid being started multiple times. fixed #995 iNPUTmice 2015-02-22 13:24:29 +01:00
  • 7259e666ea look at 5 muc users instead of 4 for tile cache clearing iNPUTmice 2015-02-22 13:16:07 +01:00
  • f52bc4f0be properly remove invalid avatar iNPUTmice 2015-02-22 13:15:27 +01:00
  • 3db5a48529 clear muc tiles cache only when necessary iNPUTmice 2015-02-21 22:19:10 +01:00
  • 7ee5e95959 added typing notifications through XEP-0085. fixed #210 iNPUTmice 2015-02-21 11:06:52 +01:00
  • 3f248e0d89 version bump to 1.0.5 iNPUTmice 2015-02-19 14:38:50 +01:00
  • f26f6e9a00 fixed #993 iNPUTmice 2015-02-19 14:36:52 +01:00
  • 2e596c0bd4 launch edit account activity when starting Conversations for the first time (fixed regression) iNPUTmice 2015-02-19 13:48:40 +01:00
  • 77a9ddb984 Merge branch 'development' of github.com:siacs/Conversations into development iNPUTmice 2015-02-18 18:23:26 +01:00
  • 5003d1f549 made xmpp uris case insensitive iNPUTmice 2015-02-18 18:23:13 +01:00
  • 9c2e6392ec always call to cancel before loading new avatars iNPUTmice 2015-02-18 18:12:43 +01:00
  • b128b33e56 always go through reconnect method instead of just starting XmppConnection threads iNPUTmice 2015-02-18 13:37:26 +01:00
  • 21a15ec85c Merge pull request #992 from kriztan/patch-4 Daniel Gultsch 2015-02-18 13:21:36 +01:00
  • da2bc6db23 avoid weird npe. fixed #991 iNPUTmice 2015-02-18 13:11:41 +01:00
  • f0128fc1e4 added XEP-0092: Software Version to XEPs.md Christian S. 2015-02-18 12:14:25 +01:00
  • a8ec36cda8 limit ui refresh rate iNPUTmice 2015-02-17 14:18:35 +01:00
  • 67d5ee6b71 moved roster loading to async task as well iNPUTmice 2015-02-17 11:51:11 +01:00
  • 62b15a5d26 refresh list view more often iNPUTmice 2015-02-17 09:53:16 +01:00
  • 24cd08e55e version bump to 1.0.4 and changelog iNPUTmice 2015-02-16 16:57:30 +01:00
  • a6e6959614 pulled translations from transifex iNPUTmice 2015-02-16 16:56:40 +01:00
  • 4e14c89ff8 support for XEP-0092: Software Version iNPUTmice 2015-02-16 10:06:09 +01:00
  • 5aa600c638 fixed avatar cache lookup in ListItemAdapter iNPUTmice 2015-02-16 00:58:31 +01:00
  • 178004996b Merge pull request #986 from singpolyma/vitelity-s.ms-compatability Daniel Gultsch 2015-02-15 23:28:22 +01:00
  • 146edb8c81 made image view background more colorful while waiting on actual avatar to load iNPUTmice 2015-02-15 23:25:35 +01:00
  • 00fa6f89d6 Vitelity's s.ms service requires <body> first Stephen Paul Weber 2015-02-15 14:18:41 -05:00
  • 0485da8488 loading avatars in seperate tasks iNPUTmice 2015-02-15 18:48:05 +01:00
  • 9ff39a1a1e updated bcprov to 1.51 iNPUTmice 2015-02-13 10:39:28 +01:00
  • a75042830f version bump to 1.0.3 iNPUTmice 2015-02-12 23:14:18 +01:00
  • e68c6a1b74 load messages asynchronously iNPUTmice 2015-02-12 18:53:00 +01:00
  • 45de788773 use time instead of uptime for unmute iNPUTmice 2015-02-12 18:52:10 +01:00
  • 44ee746681 added actions to error notification iNPUTmice 2015-02-10 17:13:34 +01:00
  • 6c8b82dd66 strip fractional seconds from timestamp before parsing iNPUTmice 2015-02-10 11:11:01 +01:00
  • d1076588f4 version bump to 1.0.2 iNPUTmice 2015-02-09 16:41:29 +01:00
  • af0c979f45 disabled cipher logging iNPUTmice 2015-02-09 16:41:13 +01:00
  • c3260d620e Merge pull request #959 from SamWhited/ciphers_fix Daniel Gultsch 2015-02-09 16:04:54 +01:00
  • 026be61b72 don't show 'enter pgp key' in non encrypted chats iNPUTmice 2015-02-09 16:01:30 +01:00
  • 16dc13e4df always add a non resolved SRV record to the list iNPUTmice 2015-02-09 11:54:20 +01:00
  • ac309efcc8 made delay timestamp parser accept nano seconds iNPUTmice 2015-02-09 11:53:35 +01:00
  • ae8c021c16 sort users in muc Daniel Gultsch 2015-02-07 12:29:32 +01:00
  • 00b2e30938 trim message bodys on display Daniel Gultsch 2015-02-07 12:29:17 +01:00
  • e1e09d5cba refactored how snackbar is displayed Daniel Gultsch 2015-02-07 12:17:03 +01:00
  • 03d30e4fdb Use platform ciphers as well, just prefer ours Sam Whited 2015-02-02 08:33:55 -05:00
  • ecbceae88b version bump iNPUTmice 2015-02-02 14:23:35 +01:00
  • bd3fccd2dc don't disable any ciphers iNPUTmice 2015-02-02 14:22:49 +01:00
  • 206fd3fc4b Merge branch 'development' of https://github.com/siacs/Conversations into development iNPUTmice 2015-02-02 13:56:32 +01:00
  • 6674a3d757 added more ciphers for old openssl versions iNPUTmice 2015-02-02 13:55:56 +01:00
  • 722031ab11 Merge pull request #956 from SamWhited/unused_resources Daniel Gultsch 2015-02-02 10:45:38 +01:00
  • 1650565bb0 Remove another unused resource Sam Whited 2015-02-01 16:02:59 -05:00
  • b5131bbd76 bumped version code again iNPUTmice 2015-02-01 21:32:57 +01:00
  • a4f4fe95ac Merge pull request #955 from SamWhited/unused_resources Daniel Gultsch 2015-02-01 17:41:42 +01:00
  • e0af29f0a3 pulled spanish translations again iNPUTmice 2015-02-01 17:33:36 +01:00
  • 735fc655e9 Remove unused resources Sam Whited 2015-02-01 11:32:11 -05:00
  • 4e00798d41 mentioned material theme in changelog iNPUTmice 2015-02-01 17:04:59 +01:00
  • 33530a9e30 pulled translations from transifex iNPUTmice 2015-02-01 17:04:29 +01:00
  • f5b1f69936 Merge pull request #953 from SamWhited/remove_unused_strings Daniel Gultsch 2015-02-01 15:23:17 +01:00
  • ce5c6c6257 Removes some unused strings (the legacy SSL stuff) Sam Whited 2015-02-01 08:58:35 -05:00
  • d0e764c1a5 fixed text preview for images iNPUTmice 2015-02-01 12:32:19 +01:00
  • f542783761 Merge pull request #949 from kruks23/title_activity Daniel Gultsch 2015-02-01 09:37:40 +01:00
  • e76a9c06c3 Remove title_activity_conversations and use app_name instead kruks23 2015-01-30 17:02:53 +01:00
  • 3216813e49 made version codes ready for release candidate in beta channel iNPUTmice 2015-01-29 23:56:04 +01:00
  • 3a52f31824 don't count when attempt failed completly iNPUTmice 2015-01-29 23:35:31 +01:00
  • 6c3ea7f2bd Merge branch 'development' of https://github.com/siacs/Conversations into development iNPUTmice 2015-01-29 23:26:41 +01:00
  • 26bc2d387f Merge pull request #923 from SamWhited/material-design-icons Daniel Gultsch 2015-01-29 23:28:41 +01:00
  • f2bf64d19d Merge branch 'development' of https://github.com/siacs/Conversations into development iNPUTmice 2015-01-29 23:20:01 +01:00
  • 48604a6620 Use Material Design Icons on API 21+ Sam Whited 2015-01-21 23:00:35 -05:00
  • 0eeead495f properly clear notifications. fixed #921 iNPUTmice 2015-01-29 13:20:18 +01:00
  • c237a55093 Merge pull request #941 from SamWhited/snackbar_ordering Daniel Gultsch 2015-01-28 13:08:26 +01:00
  • 3c64839daf fixed broken caps iNPUTmice 2015-01-28 00:28:00 +01:00
  • 8cbf610bb2 Show errors before mute snackbar Sam Whited 2015-01-27 08:49:03 -05:00