aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵iNPUTmice2015-02-224-14/+44
| | | | avoid being started multiple times. fixed #995
* 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
| | | | (fixed regression)
* 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
|
* Merge branch 'development' of https://github.com/siacs/Conversations into ↵iNPUTmice2015-01-291-2/+7
|\ | | | | | | development
| * Use Material Design Icons on API 21+Sam Whited2015-01-291-2/+7
| |
* | Merge branch 'development' of https://github.com/siacs/Conversations into ↵iNPUTmice2015-01-291-10/+10
|\| | | | | | | development
| * Show errors before mute snackbarSam Whited2015-01-271-10/+10
| | | | | | | | See #939
* | properly clear notifications. fixed #921iNPUTmice2015-01-291-2/+8
|/
* adapt caps on whether or not message confirmation is oniNPUTmice2015-01-262-3/+9
|
* Merge pull request #930 from betheg/otrDaniel Gultsch2015-01-251-0/+1
|\ | | | | otr: switch to the otr-state the partner alternate.
| * otr: switch to the otr-state the partner alternate.Michael2015-01-251-0/+1
| | | | | | | | should also fixed #877
* | fix mergable() for /me command.Michael2015-01-251-1/+2
|/
* Changed online color to green instead of primaryAnders Sandblad2015-01-232-1/+5
|
* show checkbox to hide offline contactsiNPUTmice2015-01-211-6/+19
|
* deal with user entering full jids in join conference dialogiNPUTmice2015-01-211-2/+1
|
* always allow access to contact details. provide add button in contact detailsiNPUTmice2015-01-214-72/+82
|
* Add block/unblock to contact details menuSam Whited2015-01-213-9/+15
| | | | See #889
* fixed missing image previewiNPUTmice2015-01-201-1/+1
|
* fixed up button on v21 devicesiNPUTmice2015-01-201-2/+6
|
* fixed bug when sharing files from google driveiNPUTmice2015-01-181-7/+11
|
* explain read markeriNPUTmice2015-01-181-20/+6
|
* use same helper methods for images and filesiNPUTmice2015-01-181-33/+8
|
* Add download button on notification if applicableSam Whited2015-01-161-6/+14
|
* sending read marker when resuming activity and conversation is openiNPUTmice2015-01-151-1/+4
|
* show toast when avatar has been published - fixed #874iNPUTmice2015-01-151-13/+13
|
* Add option to swap enter/emoticon keySam Whited2015-01-143-26/+45
|
* context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch2015-01-121-13/+21
|
* reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2015-01-122-129/+46
| | | | | | received * file) fixed #837
* Add XEP-0245 (/me command) supportSam Whited2015-01-113-145/+172
|
* make room persistant when changing subject or other muc optionsDaniel Gultsch2015-01-101-16/+10
|
* don't crash when selecting a conversation by uuid did not workDaniel Gultsch2015-01-101-16/+20
|
* fixed regression in tablet uiDaniel Gultsch2015-01-091-0/+2
|
* Introduced expert options to control enter-is-sendDaniel Gultsch2015-01-093-5/+17
| | | | (default == off)