Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made i/o and memory intensive operations execute in serial order | Daniel Gultsch | 2015-06-05 | 1 | -11/+18 |
| | |||||
* | reworked handeling of system contacts | Daniel Gultsch | 2015-06-03 | 1 | -3/+12 |
| | |||||
* | removed unnecessary / inacurate debug logging | Daniel Gultsch | 2015-05-26 | 1 | -2/+1 |
| | |||||
* | update unread count badge only when necessary | Daniel Gultsch | 2015-05-26 | 1 | -7/+11 |
| | |||||
* | added default iq handler to print some iq error messages | Daniel Gultsch | 2015-05-26 | 1 | -4/+16 |
| | |||||
* | renamed OtrEngine to OtrService | Daniel Gultsch | 2015-05-26 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into development | Daniel Gultsch | 2015-05-25 | 1 | -4/+11 |
|\ | |||||
| * | log connection age and reshedule ping check | Daniel Gultsch | 2015-05-25 | 1 | -4/+11 |
| | | |||||
* | | added ShortcutBadger as a dependency to create unread counts on launcher icon | Daniel Gultsch | 2015-05-20 | 1 | -6/+18 |
| | | |||||
* | | provide helper function for getting the content of a child directly | Daniel Gultsch | 2015-05-20 | 1 | -2/+1 |
|/ | |||||
* | let jingle connection and manager handle message status | Daniel Gultsch | 2015-05-16 | 1 | -4/+0 |
| | |||||
* | clear avatar cache when uploading new avatar | Daniel Gultsch | 2015-05-13 | 1 | -0/+1 |
| | |||||
* | handle conference invites differently to deal with killed activities. fixes ↵ | Daniel Gultsch | 2015-05-12 | 1 | -0/+1 |
| | | | | #1188 | ||||
* | config option to reset attempt counts when changing network (default=true) | Daniel Gultsch | 2015-05-08 | 1 | -8/+18 |
| | |||||
* | fixed npe when binval value of vcard avatar is null | Daniel Gultsch | 2015-05-07 | 1 | -2/+3 |
| | |||||
* | avoid fetching avatars multiple times in parallel | Daniel Gultsch | 2015-05-05 | 1 | -8/+39 |
| | |||||
* | r/o support for vcard avatars. pep avatars will be prefered | Daniel Gultsch | 2015-05-05 | 1 | -9/+44 |
| | |||||
* | Merge pull request #1146 from BrianBlade/minor_otr_tweaks | Daniel Gultsch | 2015-04-25 | 1 | -5/+15 |
|\ | | | | | OTR: Fix onContactStatusChanged & dont archive OTR | ||||
| * | OTR: Fix onContactStatusChanged & dont archive OTR | BrianBlade | 2015-04-21 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | - Fix session handling on contact status change: Do not reset potentially active sessions; check peer's OTR-resource on disconnect - use no-permanent-store hint instead of no-store to ensure finished messages are delivered to offline/disconnected clients - add no-permanent-store to ask compliant servers not to archive OTR messages | ||||
* | | send invite to other instanzes after creating ad hoc conference. fixes #1136 | Daniel Gultsch | 2015-04-23 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'dont_trust_cas_preference' of ↵ | iNPUTmice | 2015-04-14 | 1 | -3/+16 |
|\ | | | | | | | | | | | | | | | https://github.com/BrianBlade/Conversations into BrianBlade-dont_trust_cas_preference Conflicts: src/main/res/values-de/strings.xml src/main/res/values/strings.xml | ||||
| * | Add option to use MTM without default TrustManager | BrianBlade | 2015-04-11 | 1 | -3/+16 |
| | | | | | | | | | | | | Add a new "Don't trust system CAs" preference under advanced options that will change the behaviour of the MemorizingTrustManager. All formerly unknown certificates will raise a warning if checked. | ||||
* | | don't resume old session when changing resource | iNPUTmice | 2015-04-09 | 1 | -0/+5 |
| | | |||||
* | | Enable end-conversation by swipe gesture | BrianBlade | 2015-04-08 | 1 | -0/+1 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add EnhancedListView library de.timroes.android:EnhancedListView:0.3.4 to enable swipe-out for ListViews Re-enable selectableItemBackground Dont end selectedConversation on swipe Call mConversationFragment.reinit() instead. Add separate undo string for swipe MUC. Add blacklistedConversation for undo swipe Update title_undo_swipe_* strings Fix undo(), rename blacklistedConversation Fix discardUndo(); re-init selectedConversation maintain scroll position after undo clear notification when dismissing a conversation modified / simplified maintain scroll position code simplify handling of selectedConversation change undo_muc string, remove notifyDataSetChanged() | ||||
* | # add delivery receipts for private muc msgs | BrianBlade | 2015-03-18 | 1 | -1/+1 |
| | | | | # enable update last-seen for muc-msgs | ||||
* | display geo uris as location. show 'send loction' in share menu if request ↵ | iNPUTmice | 2015-03-07 | 1 | -0/+18 |
| | | | | location intent can be resolved | ||||
* | avoid unnecessary thread creation | iNPUTmice | 2015-03-05 | 1 | -16/+21 |
| | |||||
* | added methods to count number of unread messages | Daniel Gultsch | 2015-03-02 | 1 | -0/+8 |
| | |||||
* | mark all sent messages up to a marker as displayed | Daniel Gultsch | 2015-03-01 | 1 | -9/+10 |
| | |||||
* | reset incoming chat state when going into background | iNPUTmice | 2015-02-23 | 1 | -0/+3 |
| | |||||
* | added typing notifications through XEP-0085. fixed #210 | iNPUTmice | 2015-02-21 | 1 | -0/+22 |
| | |||||
* | always go through reconnect method instead of just starting XmppConnection ↵ | iNPUTmice | 2015-02-18 | 1 | -4/+1 |
| | | | | threads | ||||
* | moved roster loading to async task as well | iNPUTmice | 2015-02-17 | 1 | -10/+22 |
| | |||||
* | load messages asynchronously | iNPUTmice | 2015-02-12 | 1 | -2/+18 |
| | |||||
* | added actions to error notification | iNPUTmice | 2015-02-10 | 1 | -0/+24 |
| | |||||
* | adapt caps on whether or not message confirmation is on | iNPUTmice | 2015-01-26 | 1 | -1/+5 |
| | |||||
* | made connect time out more failsave | iNPUTmice | 2015-01-25 | 1 | -5/+8 |
| | |||||
* | fixed mam to work with muc | iNPUTmice | 2015-01-24 | 1 | -1/+4 |
| | |||||
* | deal with user entering full jids in join conference dialog | iNPUTmice | 2015-01-21 | 1 | -1/+3 |
| | |||||
* | otr4j: update to 0.22 | Michael | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | check for deleted files when loading more messages from history | iNPUTmice | 2015-01-19 | 1 | -1/+3 |
| | |||||
* | account for rounding errors when rescheduling wake up | iNPUTmice | 2015-01-19 | 1 | -150/+153 |
| | |||||
* | make room persistant when changing subject or other muc options | Daniel Gultsch | 2015-01-10 | 1 | -0/+12 |
| | |||||
* | ensure that everyone is member before making a room private | Daniel Gultsch | 2015-01-09 | 1 | -2/+11 |
| | |||||
* | allow for very basic muc configuration | Daniel Gultsch | 2015-01-08 | 1 | -1/+2 |
| | |||||
* | code cleanup | Daniel Gultsch | 2015-01-08 | 1 | -12/+15 |
| | |||||
* | kick after ban | Daniel Gultsch | 2015-01-08 | 1 | -0/+21 |
| | |||||
* | more muc options | Daniel Gultsch | 2015-01-07 | 1 | -3/+27 |
| | | | | | | * show invite button only with admin privileges or on public conferences * Offer to ban user in public conferences. Thanks to @betheg for the awesome ground work for this | ||||
* | basic affiliation changes in muc | Daniel Gultsch | 2015-01-07 | 1 | -0/+22 |
| | |||||
* | reset next encryption when archiving conversations | Daniel Gultsch | 2015-01-07 | 1 | -0/+3 |
| |