aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show presence of other resources as templateDaniel Gultsch2016-05-131-2/+2
|
* improve keyboard handling. fixes #1387Daniel Gultsch2016-05-122-6/+50
| | | | | | * start a new Conversations by pressing mod+space * automatically start searching when pressing keys in StartConversationsActivity * when hitting enter when number of search results == 1 open that conversation
* check if pgpengine is still bound before using itDaniel Gultsch2016-05-122-1/+4
|
* scroll to bottom after sending multi-line messageDaniel Gultsch2016-05-121-2/+8
|
* do not show last-seen metric in UIDaniel Gultsch2016-05-101-8/+0
|
* republish pgp signature when changing statusDaniel Gultsch2016-05-056-17/+84
|
* clear password field before setting new oneDaniel Gultsch2016-05-041-0/+1
|
* fixed npe when calling changepassword activity directlyDaniel Gultsch2016-05-041-2/+4
|
* show only username when registering account with magic createDaniel Gultsch2016-05-021-12/+21
|
* properly cancel avatar tasksDaniel Gultsch2016-04-293-5/+8
|
* catch ActivityNotFoundException when requesting battery opDaniel Gultsch2016-04-292-2/+12
|
* port all android drop down list items to our ownDaniel Gultsch2016-04-293-10/+9
|
* catch rare NPE when determining max http sizeDaniel Gultsch2016-04-291-3/+3
|
* cancel potential tasks when receiving image preview from cacheDaniel Gultsch2016-04-281-3/+7
|
* cleaned up captcha dialogDaniel Gultsch2016-04-281-51/+41
|
* removed unused config variablesDaniel Gultsch2016-04-276-51/+11
|
* made it possible to go back to welcome screen from edit accountDaniel Gultsch2016-04-272-4/+7
|
* prevent user from accidentally changing password after using magic createDaniel Gultsch2016-04-263-13/+69
|
* add change prescence to manage account context menuDaniel Gultsch2016-04-232-3/+13
|
* show status messages in contact detailsDaniel Gultsch2016-04-231-1/+23
|
* expert setting to manually change presenceDaniel Gultsch2016-04-2211-23/+247
|
* added magic create welcome screenDaniel Gultsch2016-04-194-4/+163
|
* add setting for quick sharingDaniel Gultsch2016-04-141-2/+25
|
* hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch2016-04-131-2/+2
|
* added share uri button to conference detailsDaniel Gultsch2016-04-121-0/+17
|
* fixed 'connecting…' buttonDaniel Gultsch2016-04-101-3/+6
|
* don't show contact details when in conversations with selfDaniel Gultsch2016-04-092-1/+4
|
* check file owner when attaching files or using them as avatarDaniel Gultsch2016-04-071-2/+11
|
* prevent null pointer when checking http upload max sizeDaniel Gultsch2016-04-071-6/+6
|
* don't ask for resource when server uses http upload v0.1Daniel Gultsch2016-04-022-5/+4
|
* check max http file size when attaching filesDaniel Gultsch2016-04-013-6/+39
|
* add methods to check max file size for http uploadDaniel Gultsch2016-03-311-1/+1
|
* save otr fingerprint in messageDaniel Gultsch2016-03-312-3/+3
|
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-7/+25
|
* be less strict when sharing EXTRA_TEXT intentsDaniel Gultsch2016-03-201-1/+1
|
* don't show v\omemo keys as such if not enabledDaniel Gultsch2016-03-202-4/+5
|
* made it possible to share text filesDaniel Gultsch2016-03-161-7/+8
|
* reworked sharewith activity to stay open during sharingDaniel Gultsch2016-03-162-30/+66
| | | | closing the activity prematuraly caused uri permissions to be revoked
* added logging in case fragment wasn't attachedDaniel Gultsch2016-03-131-0/+5
|
* fixed recursive call instead of call to super in PublishProfileActivityDaniel Gultsch2016-03-131-5/+1
|
* don't show opt-out of battery optimization dialog when push is enabledDaniel Gultsch2016-03-063-4/+17
|
* warn in conversations when account is disabledDaniel Gultsch2016-03-061-1/+14
|
* Merge branch 'Mess' of https://github.com/tarun018/Conversations into ↵Daniel Gultsch2016-03-041-0/+10
|\ | | | | | | tarun018-Mess
| * Fix Issue #1634 : Shows XMPP URI as links.Tarun2016-02-291-0/+10
| | | | | | | | Shows XMPP URI as links, other than Web URL's and Email Addresses. Also performs respective actions on clicking XMPP URI.
* | show host in file size checkerDaniel Gultsch2016-03-041-1/+14
| |
* | don't automatically crop avatarDaniel Gultsch2016-03-041-22/+40
| |
* | allow to copy original url even while downloading. fixes #1743Daniel Gultsch2016-03-041-6/+9
| |
* | don't break with srcoll events on empty message listsDaniel Gultsch2016-03-031-2/+7
| |
* | expert option to treat vibrate as silent mode for XA. fixes #1530Daniel Gultsch2016-03-011-6/+9
| |
* | properly persist accepted crypto targetsDaniel Gultsch2016-03-011-5/+1
| |