Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-08 | modified / simplified maintain scroll position codeBrianBlade-feature/swipe_out_conversation | iNPUTmice | 1 | -3/+2 | |
2015-04-08 | clear notification when dismissing a conversation | iNPUTmice | 2 | -0/+2 | |
2015-04-08 | maintain scroll position after undo | iNPUTmice | 1 | -1/+9 | |
2015-04-06 | Fix discardUndo(); re-init selectedConversation | BrianBlade | 1 | -5/+14 | |
2015-04-05 | Fix undo(), rename blacklistedConversation | BrianBlade | 2 | -12/+28 | |
2015-04-04 | Add blacklistedConversation for undo swipe | BrianBlade | 3 | -5/+10 | |
Update title_undo_swipe_* strings | |||||
2015-04-04 | Dont end selectedConversation on swipe | BrianBlade | 3 | -4/+11 | |
Call mConversationFragment.reinit() instead. Add separate undo string for swipe MUC. | |||||
2015-04-04 | Re-enable selectableItemBackground | BrianBlade | 1 | -3/+9 | |
2015-04-03 | Enable end-conversation by swipe gesture | BrianBlade | 6 | -71/+138 | |
Add EnhancedListView library de.timroes.android:EnhancedListView:0.3.4 to enable swipe-out for ListViews | |||||
2015-04-01 | do not overlap account title and switch | iNPUTmice | 1 | -1/+4 | |
2015-04-01 | pulled translations from transifex | iNPUTmice | 7 | -15/+466 | |
2015-04-01 | Fix OTR-Error messages | BrianBlade | 2 | -18/+24 | |
Send out OTR-Errors on unreadableMessageReceived() as well, not only on messageFromAnotherInstanceReceived | |||||
2015-04-01 | Add toggle account-state switch | BrianBlade | 3 | -16/+45 | |
Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu | |||||
2015-03-22 | Update french translation | Erkan | 1 | -0/+4 | |
2015-03-22 | pulled translations | iNPUTmice | 5 | -0/+21 | |
2015-03-21 | properly set chat states when receiving otr status messages | iNPUTmice | 1 | -1/+1 | |
2015-03-21 | respond to unreadable OTR messages with error message. fixed #1021 | iNPUTmice | 5 | -3/+42 | |
2015-03-20 | wait for session iq to return sucessfully before sending other stanzas. ↵ | iNPUTmice | 1 | -26/+42 | |
fixed #1017 | |||||
2015-03-19 | don't update presence for muc messages | iNPUTmice | 1 | -5/+2 | |
2015-03-19 | pulled more translations | iNPUTmice | 1 | -0/+5 | |
2015-03-18 | # add delivery receipts for private muc msgs | BrianBlade | 4 | -8/+24 | |
# enable update last-seen for muc-msgs | |||||
2015-03-18 | Added multiple select to Choose Contact Activity | Andreas Straub | 4 | -6/+134 | |
When passing the Choose Contact Activity a boolean called "multiple" set to true, it now allows the user to select multiple contacts. Long pressing a contact enters multiple selection mode and the selection is confirmed using a button in the CAB. The Activity returns whether or not multiple contacts were selected using the same boolean. If multiple contacts were selected, an array of JID strings called "contacts" is returned. The Choose Contact Activity now also honors "filter_contacts", an array of strings containing JIDs that should not be displayed in the picker. The invite to conference dialog now uses this feature to enable inviting multiple contacts at once. Additionally, Invite Contact uses "filter_contacts" to only display contacts that are not yet participating in the conversation | |||||
2015-03-17 | Set file size also for cached avatars | Holger Weiß | 1 | -29/+31 | |
2015-03-16 | pulled new translations from transifex | iNPUTmice | 10 | -11/+348 | |
2015-03-11 | Do not Strigprep JIDs from database | Mateusz "maxmati" Nowoty?ski | 4 | -11/+13 | |
2015-03-11 | add context menu entries for geo uris | iNPUTmice | 1 | -17/+33 | |
2015-03-10 | open location directly from notification | iNPUTmice | 6 | -0/+25 | |
2015-03-10 | show geo uris as 'location' in overview | iNPUTmice | 2 | -1/+9 | |
2015-03-07 | disable all really weak cipher suites | Boris Wachtmeister | 2 | -0/+25 | |
With #959 all ciphers of the platform were enabled, but this also includes several suites that are considered as very weak, even down to NULL- and anon-ciphers which disable completely disable encryption and/or authentication. Especially the anon-ciphers could be easily used for a mitm-attack. To remove all weak ciphers a blacklist with patterns of cipher-names was added to Config.java. The blacklist is based on the "mandatory discards" that Mozilla suggests to not use for TLS-servers because they are weak or known to be broken. https://wiki.mozilla.org/Security/Server_Side_TLS#Mandatory_discards | |||||
2015-03-07 | display geo uris as location. show 'send loction' in share menu if request ↵ | iNPUTmice | 7 | -53/+230 | |
location intent can be resolved | |||||
2015-03-06 | fixed enter is send option | iNPUTmice | 2 | -6/+10 | |
2015-03-06 | fixed npe in message parser | iNPUTmice | 1 | -4/+4 | |
2015-03-05 | avoid unnecessary thread creation | iNPUTmice | 3 | -17/+29 | |
2015-03-05 | added config option to disable string prep in jids | iNPUTmice | 2 | -3/+5 | |
2015-03-04 | experimantal in memory jid caching | iNPUTmice | 1 | -0/+15 | |
2015-03-04 | Green led color is better with "full-green" | Quentin | 1 | -1/+1 | |
2015-03-02 | added methods to count number of unread messages | Daniel Gultsch | 2 | -0/+21 | |
2015-03-01 | mark all sent messages up to a marker as displayed | Daniel Gultsch | 2 | -13/+19 | |
2015-03-01 | merge messages with related status (unsend, send, send_received) | iNPUTmice | 1 | -1/+17 | |
2015-02-28 | catching out of memory run time exception in hasEnabledAccounts() | iNPUTmice | 1 | -0/+2 | |
2015-02-27 | pulled new translations from transifex | iNPUTmice | 5 | -23/+191 | |
2015-02-27 | use conversations green in notification led | iNPUTmice | 1 | -1/+1 | |
2015-02-27 | don't add users with null nicks to muc user list | iNPUTmice | 1 | -1/+1 | |
2015-02-27 | hide change password menu item if server feature is unavailable | iNPUTmice | 1 | -7/+8 | |
2015-02-27 | Update NotificationService.java | QuentinC | 1 | -1/+1 | |
Revert led light color | |||||
2015-02-27 | - Update mBuilder in NotificationService.java to ensure that the led is ↵ | Quentin | 1 | -1/+2 | |
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 | |||||
2015-02-26 | reset error status in edit account when reconnecting | iNPUTmice | 1 | -0/+4 | |
2015-02-26 | check for null in jid parser | iNPUTmice | 2 | -0/+3 | |
2015-02-26 | initilize keys with jsonobject value on parse error | iNPUTmice | 1 | -1/+1 | |
2015-02-25 | prevent next button from showing up too early on account setup | iNPUTmice | 1 | -1/+1 | |