aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-21added missing translations from transifexDaniel Gultsch11-8/+24
2015-04-20pulled latest translations from transifexDaniel Gultsch6-3/+727
2015-04-20always hide pgp snackbar after decrypting a message. fixes #1075Daniel Gultsch1-0/+1
2015-04-20removed some dead codeDaniel Gultsch1-19/+0
2015-04-20fixed weird touch on snackbar switched conversation bugDaniel Gultsch1-3/+2
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.
2015-04-19some code clean up to fix some rare NPE’sDaniel Gultsch2-4/+7
2015-04-17increased undo delayiNPUTmice1-1/+1
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice2-2/+2
2015-04-15some bug fixes concerning 0byte files. fixes #1126iNPUTmice2-1/+2
2015-04-14maintain state when rotating settings activityiNPUTmice2-18/+26
2015-04-14always show save button when account info was modified. fixes #918iNPUTmice1-5/+9
2015-04-13fixed disable account when sliding and not clicking the toggleiNPUTmice2-8/+9
2015-04-13fixed typosiNPUTmice2-2/+2
2015-04-13shut up linteriNPUTmice1-0/+1
2015-04-13Bugfix for issue #1121lookshe1-10/+18
check with lowercase to also match JPEG, JPeg ... changed image url in comment
2015-04-13 Maintain private chat on MUC. fixes #1097iNPUTmice1-1/+0
2015-04-13fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice3-13/+12
on tabled layout
2015-04-11Add option to use MTM without default TrustManagerBrianBlade5-4/+27
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.
2015-04-11allow sharing multiple images at once. fixes #1090iNPUTmice3-59/+111
2015-04-09don't resume old session when changing resourceiNPUTmice5-7/+35
2015-04-08Enable end-conversation by swipe gestureBrianBlade8-71/+184
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()
2015-04-01do not overlap account title and switchiNPUTmice1-1/+4
2015-04-01pulled translations from transifexiNPUTmice7-15/+466
2015-04-01Fix OTR-Error messagesBrianBlade2-18/+24
Send out OTR-Errors on unreadableMessageReceived() as well, not only on messageFromAnotherInstanceReceived
2015-04-01Add toggle account-state switchBrianBlade3-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-22Update french translationErkan1-0/+4
2015-03-22pulled translationsiNPUTmice5-0/+21
2015-03-21properly set chat states when receiving otr status messagesiNPUTmice1-1/+1
2015-03-21respond to unreadable OTR messages with error message. fixed #1021iNPUTmice5-3/+42
2015-03-20wait for session iq to return sucessfully before sending other stanzas. ↵iNPUTmice1-26/+42
fixed #1017
2015-03-19don't update presence for muc messagesiNPUTmice1-5/+2
2015-03-19pulled more translationsiNPUTmice1-0/+5
2015-03-18# add delivery receipts for private muc msgsBrianBlade4-8/+24
# enable update last-seen for muc-msgs
2015-03-18Added multiple select to Choose Contact ActivityAndreas Straub4-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-17Set file size also for cached avatarsHolger Weiß1-29/+31
2015-03-16pulled new translations from transifexiNPUTmice10-11/+348
2015-03-11Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski4-11/+13
2015-03-11add context menu entries for geo urisiNPUTmice1-17/+33
2015-03-10open location directly from notificationiNPUTmice6-0/+25
2015-03-10show geo uris as 'location' in overviewiNPUTmice2-1/+9
2015-03-07disable all really weak cipher suitesBoris Wachtmeister2-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-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice7-53/+230
location intent can be resolved
2015-03-06fixed enter is send optioniNPUTmice2-6/+10
2015-03-06fixed npe in message parseriNPUTmice1-4/+4
2015-03-05avoid unnecessary thread creationiNPUTmice3-17/+29
2015-03-05added config option to disable string prep in jidsiNPUTmice2-3/+5
2015-03-04experimantal in memory jid cachingiNPUTmice1-0/+15
2015-03-04Green led color is better with "full-green"Quentin1-1/+1
2015-03-02added methods to count number of unread messagesDaniel Gultsch2-0/+21
2015-03-01mark all sent messages up to a marker as displayedDaniel Gultsch2-13/+19