aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-19Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief1-0/+4
2015-04-14changed received and read confirmation setting to one list and put it to ↵lookshe1-2/+3
settings class
2015-04-12changed last message in overview also to EmojiconTextView for displaying ↵lookshe1-1/+3
smileys correctly
2015-04-12whatsapp-like smiley implementationlookshe3-19/+143
2015-04-12whatsapp-like smiley implemantationlookshe1-1/+2
2015-04-11show online status under avatar in same way for muc as the send button doeslookshe1-13/+18
2015-04-11differ between received and read messagelookshe2-5/+2
2015-04-11no trim of messages or passwordlookshe2-4/+7
check password with only spaces separately
2015-03-31Changes for emoticon parser reactivatedsteckbrief2-6/+8
2015-03-18Added multiple select to Choose Contact ActivityAndreas Straub2-6/+121
When passing the Choose Contact Activity a boolean called "multiple" set to true, it now allows the user to select multiple contacts. Long pressing a contact enters multiple selection mode and the selection is confirmed using a button in the CAB. The Activity returns whether or not multiple contacts were selected using the same boolean. If multiple contacts were selected, an array of JID strings called "contacts" is returned. The Choose Contact Activity now also honors "filter_contacts", an array of strings containing JIDs that should not be displayed in the picker. The invite to conference dialog now uses this feature to enable inviting multiple contacts at once. Additionally, Invite Contact uses "filter_contacts" to only display contacts that are not yet participating in the conversation
2015-03-11add context menu entries for geo urisiNPUTmice1-17/+33
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2-48/+122
location intent can be resolved
2015-03-06fixed enter is send optioniNPUTmice2-6/+10
2015-03-05avoid unnecessary thread creationiNPUTmice1-1/+1
2015-02-27hide change password menu item if server feature is unavailableiNPUTmice1-7/+8
2015-02-26reset error status in edit account when reconnectingiNPUTmice1-0/+4
2015-02-25prevent next button from showing up too early on account setupiNPUTmice1-1/+1
2015-02-22init mode (first start) for StartConversationActivity (no up button) and ↵iNPUTmice4-14/+44
avoid being started multiple times. fixed #995
2015-02-22properly remove invalid avatariNPUTmice2-0/+2
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice3-37/+117
2015-02-19fixed #993iNPUTmice1-1/+2
2015-02-19launch edit account activity when starting Conversations for the first time ↵iNPUTmice1-5/+9
(fixed regression)
2015-02-18always call to cancel before loading new avatarsiNPUTmice2-24/+28
2015-02-18avoid weird npe. fixed #991iNPUTmice1-1/+3
2015-02-17limit ui refresh rateiNPUTmice7-92/+79
2015-02-17refresh list view more ofteniNPUTmice2-2/+2
2015-02-16support for XEP-0092: Software VersioniNPUTmice1-11/+3
2015-02-16fixed avatar cache lookup in ListItemAdapteriNPUTmice1-4/+1
2015-02-15made image view background more colorful while waiting on actual avatar to loadiNPUTmice2-2/+3
2015-02-15loading avatars in seperate tasksiNPUTmice2-4/+177
2015-02-12use time instead of uptime for unmuteiNPUTmice1-3/+1
2015-02-09don't show 'enter pgp key' in non encrypted chatsiNPUTmice1-0/+1
2015-02-07sort users in mucDaniel Gultsch1-3/+12
2015-02-07refactored how snackbar is displayedDaniel Gultsch1-82/+105
2015-01-29Use Material Design Icons on API 21+Sam Whited1-2/+7
2015-01-29properly clear notifications. fixed #921iNPUTmice1-2/+8
2015-01-27Show errors before mute snackbarSam Whited1-10/+10
See #939
2015-01-26adapt caps on whether or not message confirmation is oniNPUTmice2-3/+9
2015-01-25fix mergable() for /me command.Michael1-1/+2
2015-01-25otr: switch to the otr-state the partner alternate.Michael1-0/+1
should also fixed #877
2015-01-23Changed online color to green instead of primaryAnders Sandblad2-1/+5
2015-01-21show checkbox to hide offline contactsiNPUTmice1-6/+19
2015-01-21deal with user entering full jids in join conference dialogiNPUTmice1-2/+1
2015-01-21always allow access to contact details. provide add button in contact detailsiNPUTmice4-72/+82
2015-01-21Add block/unblock to contact details menuSam Whited3-9/+15
See #889
2015-01-20fixed missing image previewiNPUTmice1-1/+1
2015-01-20fixed up button on v21 devicesiNPUTmice1-2/+6
2015-01-20- Avoiding accessing shared preferences to know if emoticons should be ↵steckbrief4-21/+50
parsed for every single message - Adding support to show online status in Conversations overview (configurable via the setting "send_button_status")
2015-01-18fixed bug when sharing files from google driveiNPUTmice1-7/+11
2015-01-18explain read markeriNPUTmice1-20/+6