aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* made material icons smaller (24dp)Daniel Gultsch2015-04-281-1/+1
* stop conference details from crashing when rotating the screenDaniel Gultsch2015-04-281-0/+3
* fixed npe when rotating screen in contact details activityDaniel Gultsch2015-04-281-4/+8
* revert undo timeout to a more reasonable valueDaniel Gultsch2015-04-281-1/+1
* handle returning from camera without pictureDaniel Gultsch2015-04-271-0/+3
* Merge pull request #1135 from BrianBlade/manage_certificatesDaniel Gultsch2015-04-251-0/+91
|\
| * Add option to remove manually approved certificatesBrianBlade2015-04-191-0/+91
* | fixed service discovery by properly storing and checking identitiesDaniel Gultsch2015-04-252-3/+2
* | always hide pgp snackbar after decrypting a message. fixes #1075Daniel Gultsch2015-04-201-0/+1
* | removed some dead codeDaniel Gultsch2015-04-201-19/+0
* | fixed weird touch on snackbar switched conversation bugDaniel Gultsch2015-04-201-3/+2
* | some code clean up to fix some rare NPE’sDaniel Gultsch2015-04-192-4/+7
|/
* increased undo delayiNPUTmice2015-04-171-1/+1
* maintain state when rotating settings activityiNPUTmice2015-04-141-14/+16
* Merge branch 'dont_trust_cas_preference' of https://github.com/BrianBlade/Con...iNPUTmice2015-04-141-1/+2
|\
| * Add option to use MTM without default TrustManagerBrianBlade2015-04-111-1/+2
* | always show save button when account info was modified. fixes #918iNPUTmice2015-04-141-5/+9
* | fixed disable account when sliding and not clicking the toggleiNPUTmice2015-04-132-8/+9
* | shut up linteriNPUTmice2015-04-131-0/+1
* | Maintain private chat on MUC. fixes #1097iNPUTmice2015-04-131-1/+0
* | fixed regression where the selected conversation wasn't highlighted anymore o...iNPUTmice2015-04-132-12/+11
* | allow sharing multiple images at once. fixes #1090iNPUTmice2015-04-112-59/+104
* | don't resume old session when changing resourceiNPUTmice2015-04-091-3/+9
* | Enable end-conversation by swipe gestureBrianBlade2015-04-081-9/+94
* | Add toggle account-state switchBrianBlade2015-04-012-16/+37
|/
* Added multiple select to Choose Contact ActivityAndreas Straub2015-03-182-6/+121
* add context menu entries for geo urisiNPUTmice2015-03-111-17/+33
* display geo uris as location. show 'send loction' in share menu if request lo...iNPUTmice2015-03-072-48/+122
* fixed enter is send optioniNPUTmice2015-03-062-6/+10
* avoid unnecessary thread creationiNPUTmice2015-03-051-1/+1
* hide change password menu item if server feature is unavailableiNPUTmice2015-02-271-7/+8
* reset error status in edit account when reconnectingiNPUTmice2015-02-261-0/+4
* prevent next button from showing up too early on account setupiNPUTmice2015-02-251-1/+1
* init mode (first start) for StartConversationActivity (no up button) and avoi...iNPUTmice2015-02-224-14/+44
* properly remove invalid avatariNPUTmice2015-02-222-0/+2
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-213-37/+117
* fixed #993iNPUTmice2015-02-191-1/+2
* launch edit account activity when starting Conversations for the first time (...iNPUTmice2015-02-191-5/+9
* always call to cancel before loading new avatarsiNPUTmice2015-02-182-24/+28
* avoid weird npe. fixed #991iNPUTmice2015-02-181-1/+3
* limit ui refresh rateiNPUTmice2015-02-177-92/+79
* refresh list view more ofteniNPUTmice2015-02-172-2/+2
* support for XEP-0092: Software VersioniNPUTmice2015-02-161-11/+3
* fixed avatar cache lookup in ListItemAdapteriNPUTmice2015-02-161-4/+1
* made image view background more colorful while waiting on actual avatar to loadiNPUTmice2015-02-152-2/+3
* loading avatars in seperate tasksiNPUTmice2015-02-152-4/+177
* use time instead of uptime for unmuteiNPUTmice2015-02-121-3/+1
* don't show 'enter pgp key' in non encrypted chatsiNPUTmice2015-02-091-0/+1
* sort users in mucDaniel Gultsch2015-02-071-3/+12
* refactored how snackbar is displayedDaniel Gultsch2015-02-071-82/+105