aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-20open unknown files with wildcard intentDaniel Gultsch2-10/+15
2015-10-20open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch2-28/+39
2015-10-19add nick to bookmark when entering full jid in join conference dialogDaniel Gultsch1-4/+6
2015-10-17allow redownloading files from remote hosts. fixes #1504Daniel Gultsch1-1/+2
2015-10-17improved error reporting in trust keys activityDaniel Gultsch3-12/+23
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-32/+48
cleaned up TrustKeysActivity to automatically close if there is nothing to do
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-2/+1
2015-10-13set cursor to end of jid in edit accountDaniel Gultsch1-2/+3
2015-10-12add config variable to enable x509 verificationDaniel Gultsch1-2/+9
2015-10-12code clean upDaniel Gultsch3-8/+7
2015-10-11add menu item in account details to renew certificateDaniel Gultsch1-24/+56
2015-10-11prevent null pointer when trying to display device fingerprints of not ↵Daniel Gultsch1-0/+3
existing sessions
2015-10-11Captcha support.Armin Novak2-1/+79
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch3-23/+66
2015-10-09do not dismiss editAccountActivity when still trying to register new accountDaniel Gultsch1-1/+3
2015-10-08introduced expert options to set status to away and xa if screen is off or ↵Daniel Gultsch1-5/+6
if phone is silenced
2015-10-06Show whether MAM is supported in MUCssaqura1-1/+12
The conference details in "Advanced Mode" now indicate whether MAM is supported by the conference server.
2015-10-05fixed importslookshe1-1/+1
2015-10-02try to catch plattform bugsDaniel Gultsch1-1/+6
2015-09-28do tab completion only if neither ctrl nor alt are being pressedDaniel Gultsch1-4/+4
2015-09-27catch rare activity not found exception when opening downloaded filesDaniel Gultsch1-4/+9
2015-09-27allow tab completion in conferencesDaniel Gultsch2-4/+59
2015-09-21Export logs to SD card preferencefiaxh1-0/+29
2015-09-17catch IndexOutOfBoundsException when swiping away conversationsDaniel Gultsch1-1/+5
2015-09-13added possibiltiy to set conferences as moderated (only visible in advanced ↵Daniel Gultsch3-9/+39
mode)
2015-09-09added alt as possible modifier key. use mod+(0..9) to jump to a conversationDaniel Gultsch2-26/+46
2015-09-07added rotation detection to up/down navigationDaniel Gultsch1-4/+23
2015-09-07added some key bindingDaniel Gultsch3-5/+87
* ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations
2015-09-07catch npe in setupIme methodDaniel Gultsch1-1/+3
2015-09-06indicate broken pep in server infoDaniel Gultsch1-1/+7
2015-09-06Only show that have sessions in fingerprint listAndreas Straub4-43/+35
Doesn't access database directly anymore but goes through AxolotlService now to obtain list of fingerprints associated with an Account/Contact. This should prevent orphaned keys littering the UI which previously couldn't be removed through the Clear Devices function. Together with 1c79982da84964c1d81179a0927d9cd1eadf53de this fixes #1393
2015-09-04invoke onEnterPressed callback only if shift is not pressedDaniel Gultsch1-1/+1
2015-09-04minimize softkeyboard only if it has been in fullscreen modeDaniel Gultsch1-1/+3
2015-09-04show an send button instead of the enter key in softkeyboards when ↵Daniel Gultsch2-7/+10
enterIsSend and showEnterKey are both set
2015-09-02Ensure uris is empty before onStart adds to itAndreas Straub1-0/+1
Fixes #1382
2015-08-26use dedicated colors for primary and primary_darkDaniel Gultsch1-1/+1
2015-08-26fixed highlight text color for white chat bubblesDaniel Gultsch1-0/+1
2015-08-25remove unused imports.Michael1-1/+0
2015-08-24renamed plain text to unencrypted. fixes #1331Daniel Gultsch1-1/+1
2015-08-24added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch3-36/+61
2015-08-16moved merged files to correct location0.0.3lookshe2-166/+0
2015-08-16Fixes FS#12 - Move smiley replacement from UIHelper to Emojicon modulelookshe3-8/+8
2015-08-16Fixes FS#15 - Adding smiley only possible at the endlookshe1-21/+13
Removed unnecessary ClickedListeners
2015-08-16Fixes FS#37 - Remove special treatment of unicode heartslookshe2-3/+1
Fixes FS#34 - review all calls for String.trim()
2015-08-15Display error message if all contact keys purgedAndreas Straub1-0/+10
2015-08-14show HTTP upload availability on Edit account screenhlad1-0/+7
2015-08-12- Introduction of SwipeRefreshLayout for conversation viewsteckbrief3-138/+219
- OnScrollListener for ListView of messages removed and replaced with swipe refresh - Loading of messages now possible even if no message is present in conversation
2015-08-11Fixes FS#20: Limitation of end conversation swipe to left sidesteckbrief1-58/+59
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe15-566/+1038
2015-08-11use same code that is used to open files for imagesDaniel Gultsch1-4/+1
fixes #1323