aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (unfollow)
Commit message (Expand)AuthorFilesLines
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 Gultsch5-1/+140
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 Gultsch2-17/+32
2016-01-21add convenience to get an account object from a spinnerDaniel Gultsch1-15/+19
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-16make ConversationsActivity more resistent against being restartedDaniel Gultsch1-3/+9
2016-01-16reuse same xmppconnection for reconnectsDaniel Gultsch2-9/+17
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
2016-01-15hide prepare image toasts when attaching multiple imagesDaniel Gultsch1-11/+12
2016-01-15show toast when image cropper get oomDaniel Gultsch1-0/+7
2016-01-15catch exception when reading message id from databaseDaniel Gultsch1-8/+12
2016-01-15nimbuzz.com: don't wait for disco replies to set account to onlineDaniel Gultsch2-12/+27
2016-01-14fixed typo when reading battery_op settingDaniel Gultsch1-1/+1
2016-01-13show /me messages in conference notifications without the name of the senderDaniel Gultsch1-5/+10
2016-01-13show key fetch error in activity when there are no keys to be usedDaniel Gultsch1-1/+8
2016-01-13check for file storage permission before selecting avatarDaniel Gultsch3-20/+40
2016-01-13use batch transactions when writing rosterDheeraj CVR1-0/+3
2016-01-12throw security exception instead of going to next srv entryDaniel Gultsch1-1/+3
2016-01-12move some ssl socket modifiers into a seperate helper classDaniel Gultsch2-56/+67
2016-01-12Revert "Add additional warnings to OMEMO purge key function"Daniel Gultsch1-26/+2
2016-01-12Add additional warnings to OMEMO purge key functionAndreas Straub1-2/+26
2016-01-11Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest2-104/+220
2016-01-11reworked that loop that iterates over various serversreworked_host_finder_loopDaniel Gultsch1-16/+10
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch4-73/+144
2016-01-09let the user decide on whether or not to compress picturesDaniel Gultsch1-2/+8
2016-01-09automatically adjust image compression to keep files under 512MiBDaniel Gultsch2-8/+15
2016-01-08added Config.java variable to change the default notification behaviour to al...Daniel Gultsch2-1/+3
2016-01-08don't show snackbar when notifications are disabled or pausedDaniel Gultsch1-10/+0
2016-01-08show per conference notification settings in details activityDaniel Gultsch4-9/+83
2016-01-08show icon in conversations overview when notifications are disabledDaniel Gultsch1-0/+12
2016-01-06avoid duplicate messages when sending files to mucs. fixes #1635Daniel Gultsch1-2/+10
2016-01-05Correct uuid check according to RFC 4122fiaxh1-1/+1
2016-01-04added missing synchronize when pushing messages from mam backlogDaniel Gultsch1-1/+3
2016-01-04null check in getOriginalPathDaniel Gultsch2-1/+3
2016-01-04Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch4-61/+220
2016-01-04only report error after third unsuccesful attempt to connectDaniel Gultsch1-1/+1
2016-01-04properly rotate avatarsDaniel Gultsch3-50/+46
2016-01-04show trust keys activties if own keys are undecidedDaniel Gultsch1-4/+5
2016-01-03add obb url to unencrypted messagesDaniel Gultsch1-0/+1
2016-01-03edit account activity was still showing the omemo key with leading 0x05. fixe...Daniel Gultsch1-2/+2
2016-01-01removed xhtml body. fixes #1594Daniel Gultsch1-12/+0
2015-12-31use actual message timestamp instead of delay when updating last seen. fixes ...Daniel Gultsch2-7/+8
2015-12-31Fix OMEMO session creating logginAndreas Straub1-1/+1
2015-12-29handle null names in getColorForNameDaniel Gultsch1-1/+1