aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-23Implement toJSON on ServiceDiscoveryResultStephen Paul Weber1-0/+34
2016-01-23Generate capHash from any discovery resultStephen Paul Weber1-4/+80
2016-01-23Factor out a representation of XEP-0030 resultsStephen Paul Weber2-47/+114
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
2016-01-15hide prepare image toasts when attaching multiple imagesDaniel Gultsch1-11/+12
2016-01-15show toast when image cropper get oomDaniel Gultsch2-0/+8
2016-01-15catch exception when reading message id from databaseDaniel Gultsch1-8/+12
2016-01-15Introducing some specialized IqPacketGeneratorssteckbrief10-87/+283
2016-01-15nimbuzz.com: don't wait for disco replies to set account to onlineDaniel Gultsch2-12/+27
2016-01-15Moved all avatar related work to AvatarServicesteckbrief4-65/+62
2016-01-15Implements FS#111: Compress resized picture with PNG formatsteckbrief1-3/+3
2016-01-15Implements FS#64: Show who wrote last message in conversation overviewsteckbrief3-2/+14
2016-01-14pulled translations for 1.9.0 release from transifexDaniel Gultsch20-26/+169
2016-01-14fixed typo when reading battery_op settingDaniel Gultsch1-1/+1
2016-01-14Fixes FS#76: Notification adapted to new logosteckbrief5-0/+0
2016-01-13show /me messages in conference notifications without the name of the senderDaniel Gultsch1-5/+10
2016-01-13Moved all avatar related work to AvatarServicesteckbrief19-239/+318
2016-01-13Publish avatars as PNGsteckbrief1-1/+1
2016-01-13show key fetch error in activity when there are no keys to be usedDaniel Gultsch2-1/+9
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-12s/TOR/Tor/gSam Whited1-2/+2
2016-01-12pulled translations from transifexDaniel Gultsch25-75/+117
2016-01-12move some ssl socket modifiers into a seperate helper classDaniel Gultsch2-56/+67
2016-01-12use match_parent as height in conversations overviewDaniel Gultsch1-2/+2
2016-01-12Revert "Add additional warnings to OMEMO purge key function"Daniel Gultsch2-28/+2
2016-01-12Add additional warnings to OMEMO purge key functionAndreas Straub2-2/+28
2016-01-11Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest2-104/+220
2016-01-11reworked that loop that iterates over various serversDaniel Gultsch1-16/+10