aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-13fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice2-12/+11
on tabled layout
2015-04-11allow sharing multiple images at once. fixes #1090iNPUTmice2-59/+104
2015-04-09don't resume old session when changing resourceiNPUTmice1-3/+9
2015-04-08Enable end-conversation by swipe gestureBrianBlade1-9/+94
Add EnhancedListView library de.timroes.android:EnhancedListView:0.3.4 to enable swipe-out for ListViews Re-enable selectableItemBackground Dont end selectedConversation on swipe Call mConversationFragment.reinit() instead. Add separate undo string for swipe MUC. Add blacklistedConversation for undo swipe Update title_undo_swipe_* strings Fix undo(), rename blacklistedConversation Fix discardUndo(); re-init selectedConversation maintain scroll position after undo clear notification when dismissing a conversation modified / simplified maintain scroll position code simplify handling of selectedConversation change undo_muc string, remove notifyDataSetChanged()
2015-04-01Add toggle account-state switchBrianBlade2-16/+37
Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu
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-18fixed bug when sharing files from google driveiNPUTmice1-7/+11
2015-01-18explain read markeriNPUTmice1-20/+6
2015-01-18use same helper methods for images and filesiNPUTmice1-33/+8
2015-01-16Add download button on notification if applicableSam Whited1-6/+14
2015-01-15sending read marker when resuming activity and conversation is openiNPUTmice1-1/+4
2015-01-15show toast when avatar has been published - fixed #874iNPUTmice1-13/+13
2015-01-14Add option to swap enter/emoticon keySam Whited3-26/+45