aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-04clear password field before setting new oneDaniel Gultsch1-0/+1
2016-05-04fixed npe when calling changepassword activity directlyDaniel Gultsch1-2/+4
2016-05-02show only username when registering account with magic createDaniel Gultsch1-12/+21
2016-04-29properly cancel avatar tasksDaniel Gultsch3-5/+8
2016-04-29catch ActivityNotFoundException when requesting battery opDaniel Gultsch2-2/+12
2016-04-29port all android drop down list items to our ownDaniel Gultsch3-10/+9
2016-04-29catch rare NPE when determining max http sizeDaniel Gultsch1-3/+3
2016-04-28cancel potential tasks when receiving image preview from cacheDaniel Gultsch1-3/+7
2016-04-28cleaned up captcha dialogDaniel Gultsch1-51/+41
2016-04-27removed unused config variablesDaniel Gultsch6-51/+11
2016-04-27made it possible to go back to welcome screen from edit accountDaniel Gultsch2-4/+7
2016-04-26prevent user from accidentally changing password after using magic createDaniel Gultsch3-13/+69
2016-04-23add change prescence to manage account context menuDaniel Gultsch2-3/+13
2016-04-23show status messages in contact detailsDaniel Gultsch1-1/+23
2016-04-22expert setting to manually change presenceDaniel Gultsch11-23/+247
2016-04-19added magic create welcome screenDaniel Gultsch4-4/+163
2016-04-14add setting for quick sharingDaniel Gultsch1-2/+25
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch1-2/+2
2016-04-12added share uri button to conference detailsDaniel Gultsch1-0/+17
2016-04-10fixed 'connecting…' buttonDaniel Gultsch1-3/+6
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch2-1/+4
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch1-2/+11
2016-04-07prevent null pointer when checking http upload max sizeDaniel Gultsch1-6/+6
2016-04-02don't ask for resource when server uses http upload v0.1Daniel Gultsch2-5/+4
2016-04-01check max http file size when attaching filesDaniel Gultsch3-6/+39
2016-03-31add methods to check max file size for http uploadDaniel Gultsch1-1/+1
2016-03-31save otr fingerprint in messageDaniel Gultsch2-3/+3
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-7/+25
2016-03-20be less strict when sharing EXTRA_TEXT intentsDaniel Gultsch1-1/+1
2016-03-20don't show v\omemo keys as such if not enabledDaniel Gultsch2-4/+5
2016-03-16made it possible to share text filesDaniel Gultsch1-7/+8
2016-03-16reworked sharewith activity to stay open during sharingDaniel Gultsch2-30/+66
2016-03-13added logging in case fragment wasn't attachedDaniel Gultsch1-0/+5
2016-03-13fixed recursive call instead of call to super in PublishProfileActivityDaniel Gultsch1-5/+1
2016-03-06don't show opt-out of battery optimization dialog when push is enabledDaniel Gultsch3-4/+17
2016-03-06warn in conversations when account is disabledDaniel Gultsch1-1/+14
2016-03-04show host in file size checkerDaniel Gultsch1-1/+14
2016-03-04don't automatically crop avatarDaniel Gultsch1-22/+40
2016-03-04allow to copy original url even while downloading. fixes #1743Daniel Gultsch1-6/+9
2016-03-03don't break with srcoll events on empty message listsDaniel Gultsch1-2/+7
2016-03-01expert option to treat vibrate as silent mode for XA. fixes #1530Daniel Gultsch1-6/+9
2016-03-01properly persist accepted crypto targetsDaniel Gultsch1-5/+1
2016-03-01let users confirm each member in a conference even if that contact is already...Daniel Gultsch2-16/+38
2016-02-29Fix Issue #1634 : Shows XMPP URI as links.Tarun1-0/+10
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch2-77/+100
2016-02-28rename purge keys positive button to 'purge keys'Daniel Gultsch1-1/+1
2016-02-27always search offline contacts as well. fixes #1653Daniel Gultsch1-0/+1
2016-02-27changed single_account config into more simple lock_settingsDaniel Gultsch7-7/+28
2016-02-24hide add account icons when single_account is set to trueDaniel Gultsch1-0/+3
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch5-17/+39