aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-09Check for illegal arguments to the toASCII funcSam Whited2-3/+17
2014-11-09Fix contact highlighting in MUCSam Whited1-2/+2
2014-11-09Fix issue with IDN SRV recordsSam Whited1-2/+3
2014-11-09Fix crash on account creationSam Whited1-13/+2
2014-11-09Don't crash on packets with no "from" specifiedSam Whited1-1/+2
2014-11-09Create avatar's for JID's w/o localpartsSam Whited4-29/+13
2014-11-09Fields that we sync on should be finalSam Whited1-1/+1
2014-11-09Fix bug introduced by rebaseSam Whited1-5/+4
2014-11-09Fix letter avatar selection in MUCSam Whited2-13/+2
2014-11-09More formatting fixes in MUCSam Whited1-1/+5
2014-11-09Format contact names in MUC properlySam Whited2-24/+27
2014-11-09Fix JID parsing errorSam Whited1-1/+1
2014-11-09It builds again!Sam Whited4-19/+14
2014-11-09Add a packet JID place I missed...Sam Whited1-1/+1
2014-11-09Update more files to use JID objectsSam Whited14-54/+102
2014-11-09Update another chunk of stuff to use JID objectsSam Whited9-83/+104
2014-11-09Update more files to use JID objectsSam Whited12-115/+179
2014-11-09Move a chunk of classes over to using JID objectsSam Whited22-475/+526
2014-11-09Use factories to generate JIDsSam Whited1-18/+22
2014-11-09Improve JID error handlingSam Whited2-9/+57
2014-11-09Add first attempt at JID classSam Whited1-0/+151
2014-11-09version bump to 0.8.3 + changelogiNPUTmice1-1/+1
2014-11-09fixed #634iNPUTmice1-2/+2
2014-11-09got rid of MTM and mRandom variable in favor of using a reference to serviceiNPUTmice1-12/+7
2014-11-08check if socket was null before doing ssl connectiNPUTmice2-47/+42
2014-11-08update conversation fragment on every backend connectiNPUTmice1-2/+3
2014-11-07bug fixes for the previous ui refactoringiNPUTmice3-27/+20
2014-11-07UI code refactoringiNPUTmice3-253/+172
2014-11-06fixed #633iNPUTmice1-24/+26
2014-11-06don't show avatar on initial account creationiNPUTmice1-2/+4
2014-11-06version bump to 0.8.20.8.2iNPUTmice1-1/+1
2014-11-05fixed notifications for imagesiNPUTmice2-28/+35
2014-11-05fixed #617iNPUTmice1-26/+22
2014-11-04Add last seen info to the databaseSam Whited2-14/+44
2014-11-04adjust api level wrappingM. Dietrich1-3/+7
2014-11-04link to account details when touching own avatariNPUTmice1-118/+124
2014-11-04Convert about dialog to activitySam Whited2-6/+29
2014-11-04Move AboutDialog to correct pathSam Whited1-0/+33
2014-11-04clear avatar cache after nick name changeiNPUTmice1-4/+8
2014-11-04Make linter ignore properly checked API mismatchSam Whited1-1/+3
2014-11-04show avatar in editaccountiNPUTmice1-1/+18
2014-11-04register nfc callback in every activity that provides a proper sharable uriiNPUTmice5-16/+18
2014-11-04optimize code abitM. Dietrich1-29/+23
2014-11-04implement "correct" ndef parsingM. Dietrich1-13/+25
2014-11-04made qr code available from muc and contact details as welliNPUTmice5-105/+167
2014-11-04added missing return statement. fixed api bugiNPUTmice1-3/+2
2014-11-04be more OOM. Dietrich1-51/+44
2014-11-04support pre JELLY_BEAN ndefM. Dietrich1-16/+24
2014-11-03unfinishd qr code implemenation. thanks to @emdeteiNPUTmice2-11/+110
2014-11-03basic beam code / untestediNPUTmice3-127/+187