aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/foreground_service' into developmentiNPUTmice2014-11-151-0/+2
|\
| * turn on foreground service in expert settingsiNPUTmice2014-11-151-0/+2
* | check if account is online before doing smpiNPUTmice2014-11-121-11/+24
* | Merge branch 'feature/otr_verification' of https://github.com/siacs/Conversat...iNPUTmice2014-11-111-1/+0
|\ \
| * | small bug fixiNPUTmice2014-11-101-8/+3
| * | added snackbar to indicate smp. more error handling in verify activityiNPUTmice2014-11-102-113/+140
| * | initial smp supportiNPUTmice2014-11-103-9/+273
* | | use auto register for verify otr listenersiNPUTmice2014-11-111-9/+0
* | | small bug fixiNPUTmice2014-11-111-8/+3
* | | added snackbar to indicate smp. more error handling in verify activityiNPUTmice2014-11-112-113/+140
* | | initial smp supportiNPUTmice2014-11-113-9/+273
| |/ |/|
* | auto register/unregister listenersiNPUTmice2014-11-117-345/+289
* | temporarliy got rid of some insane work arounds in favor of some maybe less i...iNPUTmice2014-11-112-6/+9
|/
* more refactoring for presence selection. removed getTo, getFrom and getJid fr...iNPUTmice2014-11-102-15/+22
* use isBareJid instead of getResourcePart().isEmpty()iNPUTmice2014-11-092-2/+2
* fixed muc sender history for some cases (where the previous nick was a valid ...iNPUTmice2014-11-092-8/+17
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-0911-16/+16
* refactored code to always contain full jid for counterpartiNPUTmice2014-11-093-35/+34
* Fix contact highlighting in MUCSam Whited2014-11-091-2/+2
* Fix crash on account creationSam Whited2014-11-091-13/+2
* Create avatar's for JID's w/o localpartsSam Whited2014-11-091-19/+1
* Fix bug introduced by rebaseSam Whited2014-11-091-5/+4
* Fix letter avatar selection in MUCSam Whited2014-11-091-13/+1
* More formatting fixes in MUCSam Whited2014-11-091-1/+5
* Format contact names in MUC properlySam Whited2014-11-092-24/+27
* It builds again!Sam Whited2014-11-091-2/+4
* Update more files to use JID objectsSam Whited2014-11-099-32/+77
* Update another chunk of stuff to use JID objectsSam Whited2014-11-096-74/+96
* update conversation fragment on every backend connectiNPUTmice2014-11-081-2/+3
* Merge pull request #549 from emdete/p2Daniel Gultsch2014-11-081-3/+7
|\
| * adjust api level wrappingM. Dietrich2014-11-041-3/+7
* | bug fixes for the previous ui refactoringiNPUTmice2014-11-073-27/+20
* | UI code refactoringiNPUTmice2014-11-073-253/+172
* | fixed #633iNPUTmice2014-11-061-24/+26
* | don't show avatar on initial account creationiNPUTmice2014-11-061-2/+4
* | Merge branch 'development' of https://github.com/siacs/Conversations into dev...iNPUTmice2014-11-042-0/+56
|\ \
| * | Convert about dialog to activitySam Whited2014-11-042-6/+29
| * | Move AboutDialog to correct pathSam Whited2014-11-041-0/+33
| |/
* / link to account details when touching own avatariNPUTmice2014-11-041-118/+124
|/
* Merge pull request #625 from SamWhited/linterfixDaniel Gultsch2014-11-041-1/+3
|\
| * Make linter ignore properly checked API mismatchSam Whited2014-11-041-1/+3
* | show avatar in editaccountiNPUTmice2014-11-041-1/+18
|/
* register nfc callback in every activity that provides a proper sharable uriiNPUTmice2014-11-045-16/+18
* optimize code abitM. Dietrich2014-11-041-29/+23
* implement "correct" ndef parsingM. Dietrich2014-11-041-13/+25
* made qr code available from muc and contact details as welliNPUTmice2014-11-045-105/+167
* added missing return statement. fixed api bugiNPUTmice2014-11-041-3/+2
* be more OOM. Dietrich2014-11-041-51/+44
* support pre JELLY_BEAN ndefM. Dietrich2014-11-041-16/+24
* fixed nfc. react to ?join uris. some refactoring. code cleanup. thanks to @em...iNPUTmice2014-11-033-165/+271
|\