aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-13Unused preference 'picture_compression'. This feature is configured in our ↵steckbrief20-56/+0
variant via 'resize_picture'
2016-02-13Fixed overwriting of changes for fixing FS#70. Unused method removed from ↵steckbrief6-79/+5
generator classes.
2016-02-12Fixed settings synchronizationsteckbrief1-60/+66
2016-02-12Imports organizedsteckbrief73-293/+56
2016-02-12Fixed parent activity for logoutput activitysteckbrief1-3/+3
2016-02-12Simplification of DNS requests.steckbrief3-254/+130
Originally introduced for FS#92, but now extended with retrieval for XEP-0368 (http://xmpp.org/extensions/xep-0368.html)
2016-02-12green bubbles and setting to choose green or white bubbles removedsteckbrief24-67/+5
2016-02-12Fixed placeholder string for message input boxsteckbrief2-2/+2
2016-02-12Fixed layout issue with emojicon tastatur buttonsteckbrief1-1/+0
2016-02-12Fixed NPE while loading messages via MAMsteckbrief1-1/+1
2016-02-12database error while upgrading from db version 14 fixedsteckbrief1-1/+1
2016-02-11Compilation errors and merge mixups fixedsteckbrief24-728/+358
2016-02-11Fixed XML errors after mergesteckbrief6-8/+14
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief2-2/+2
should be shown for a message
2016-02-09implementation hint for FS#96 addedsteckbrief1-0/+1
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief1-6/+7
should be shown for a message
2016-02-01respect autojoin setting on newly created bookmarks as wellDaniel Gultsch1-1/+1
2016-02-01opt out handling of the autojoin flag. fixes #1666Daniel Gultsch5-5/+20
2016-02-01made create context menu call in StartConversationsActivity more failsafeDaniel Gultsch1-1/+1
2016-02-01refactored user handling in conferences. show try again button when ↵Daniel Gultsch4-86/+70
conference has errors
2016-01-31fixed false set of subject in conference with empty body tagDaniel Gultsch1-1/+1
2016-01-29prefer dns servers from networsk with the default routeDaniel Gultsch1-2/+17
2016-01-29be more careful with resetting the stream idDaniel Gultsch1-2/+1
2016-01-29try to make in-valid-session detection work for pgpDaniel Gultsch1-3/+10
2016-01-26show values in formfieldwrappers and allow form to be set to read onlyDaniel Gultsch6-7/+58
2016-01-26hide jid row in list item list when jid is nullDaniel Gultsch1-1/+2
2016-01-25expert setting to trigger extended connection optionsDaniel Gultsch5-11/+48
2016-01-24changed FileBackend API to allow files instead of messages to be copied and ↵Daniel Gultsch1-33/+34
resized
2016-01-23added FormWrapper and form field validationDaniel Gultsch8-4/+160
2016-01-23introduced boolean form field wrapperDaniel Gultsch6-14/+76
2016-01-23added support for field types jid-single and text-privateDaniel Gultsch4-4/+59
2016-01-23reset stanza queue when resetting xmppconnectionDaniel Gultsch1-0/+1
2016-01-23show fetch errors in trust keys activityDaniel Gultsch2-1/+15
2016-01-22use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch13-70/+52
2016-01-22added UI wrapper for (some) form fieldsDaniel Gultsch6-1/+161
2016-01-22added convenience method to extract account from intentDaniel Gultsch1-1/+13
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch4-5/+7
2016-01-22changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch5-23/+43
2016-01-21increased padding in create contact/conference dialogDaniel Gultsch2-15/+21
2016-01-21add convenience to get an account object from a spinnerDaniel Gultsch1-15/+19
2016-01-20pulled translations from transifexDaniel Gultsch15-13/+718
2016-01-20catch security exception when user prevents access to address bookDaniel Gultsch1-27/+45
2016-01-20add intent!=null check in onActivityResultin PublishProfilePictureDaniel Gultsch1-1/+1
2016-01-16pulled translations from transifexDaniel Gultsch4-3/+49
2016-01-16make ConversationsActivity more resistent against being restartedDaniel Gultsch1-3/+9
2016-01-16reuse same xmppconnection for reconnectsDaniel Gultsch2-9/+17
2016-01-16Fixed minor class cast issuesteckbrief1-4/+4
2016-01-16made constructor private in Account entityDaniel Gultsch1-5/+1
2016-01-16removed some unused methods from db backendDaniel Gultsch1-83/+0
2016-01-16fixed PGP having to be selected twiceAdithya Abraham Philip1-1/+4