aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't allow to purge keys. offer distrut insteadDaniel Gultsch2017-01-121-2/+2
|
* allow fingerprint verification via context menuDaniel Gultsch2016-11-281-0/+4
|
* added share button to account detailsDaniel Gultsch2016-11-221-0/+16
|
* offer verification directly from the trust keys screenDaniel Gultsch2016-11-221-0/+9
|
* show 'clear devices' button underneath own devicesDaniel Gultsch2016-11-181-4/+0
|
* refactor omemo fingerprint UI codeDaniel Gultsch2016-11-151-0/+9
|
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-0/+4
|
* Add "Select text" context menu optionMishiranu2016-09-171-0/+4
|
* introduced share button in contact details. remove show qrDaniel Gultsch2016-06-242-10/+8
|
* display invite again menu item for offline membersDaniel Gultsch2016-06-011-0/+4
|
* add 'create conference' dialogDaniel Gultsch2016-05-261-2/+12
|
* show password dialog when account was magic createdDaniel Gultsch2016-05-191-0/+5
|
* add change prescence to manage account context menuDaniel Gultsch2016-04-231-0/+3
|
* expert setting to manually change presenceDaniel Gultsch2016-04-222-0/+23
|
* added share uri button to conference detailsDaniel Gultsch2016-04-121-14/+21
|
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-1/+4
|
* don't automatically crop avatarDaniel Gultsch2016-03-041-0/+8
|
* Retry decryption from message menufiaxh2016-02-231-0/+4
|
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-0/+4
|
* allow user to set MAM preferencesDaniel Gultsch2016-02-091-15/+20
|
* Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch2016-01-041-2/+8
| | | | | fixes #1611 fixes #1602
* initial tor supportDaniel Gultsch2015-12-011-0/+5
|
* add config variable to enable x509 verificationDaniel Gultsch2015-10-121-2/+2
|
* add menu item in account details to renew certificateDaniel Gultsch2015-10-111-0/+7
|
* make add account from key visibleDaniel Gultsch2015-10-111-1/+1
|
* initial UI work to allow setting up accounts from certifcatesDaniel Gultsch2015-10-091-0/+6
|
* renamed plain text to unencrypted. fixes #1331Daniel Gultsch2015-08-241-1/+1
|
* renamed multi-end / axolotl to OMEMODaniel Gultsch2015-08-081-3/+3
|
* allow for private messages being started from muc details in anonymous mucsDaniel Gultsch2015-07-211-0/+4
|
* Merge branch 'CryptoNextBeta' into developmentAndreas Straub2015-07-202-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CryptoNextBeta: (60 commits) Lock TrustKeys if no trusted keys are available Optimize imports Use MD style for key trust toggle switch Fix set/remove OnUpdateBlocklistListener Fix axolotl database migration Remove device list from EditAccount Add clear devices to overflow menu in EditAccount Ask for key trust when sending messages Encrypt files for HTTP upload in encrypted chats Refactor trust key ui and show in account details Send correct body for HTTP files Handle file transmission properly in axolotl Remove unneccessary code Fix trust status for outgoing messages Don't merge messages with different trust statuses Fix copying of axolotl keys to clipboard Add refresh icon to v21 theme Disable Axolotl option if not usable Show trust status of messages' originating session Add key trust toggle to ContactDetailsActivity ...
| * Add clear devices to overflow menu in EditAccountAndreas Straub2015-07-191-0/+4
| |
| * CryptoNext Menu entries addedAndreas Straub2015-07-191-0/+3
| |
* | don't show 'show contact details' context menu item when contact isn not in ↵Daniel Gultsch2015-07-201-25/+25
| | | | | | | | roster
* | show contact details in conference details ...Christian S2015-07-191-1/+5
|/
* refactored message context menuDaniel Gultsch2015-07-021-7/+13
|
* Added multiple select to Choose Contact ActivityAndreas Straub2015-03-181-0/+9
| | | | | | | | | | | | | | | | | 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
* display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2015-03-071-5/+12
| | | | location intent can be resolved
* Use Material Design Icons on API 21+Sam Whited2015-01-297-13/+13
|
* show checkbox to hide offline contactsiNPUTmice2015-01-211-0/+8
|
* always allow access to contact details. provide add button in contact detailsiNPUTmice2015-01-211-12/+0
|
* Add block/unblock to contact details menuSam Whited2015-01-211-0/+13
| | | | See #889
* context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch2015-01-121-2/+2
|
* some clean ups for affiliation change context menuDaniel Gultsch2015-01-081-0/+4
|
* basic affiliation changes in mucDaniel Gultsch2015-01-071-1/+22
|
* Show affiliation instead of role in MucDetails and offer 'advanced mode' to ↵Daniel Gultsch2015-01-051-0/+7
| | | | display role
* record voice and attachment refactorDaniel Gultsch2015-01-031-1/+4
|
* disable / enable all accountsDaniel Gultsch2015-01-031-11/+17
|
* migrated change password into separate activityDaniel Gultsch2015-01-031-0/+4
|
* some further otr improvementsDaniel Gultsch2015-01-022-5/+19
|
* Add more server compatibility info.Sam Whited2014-12-231-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hide server info behind a checkbox. Add XEP-0352 support to the server info list Add XEP-0237 to server info list Add XEP-0352 support to the server info list Add MaM and Blocking to the account XEPs list Also add a toggle button to hide some of the list Rebase on current codebase Make MAM string more descriptive Change show more button to checkbox menu item Shorten `MAM (History)' to `MAM' Order XEP list and hide all by default Supress warning (which is wrong anyways) Change `Show more' to `Show more info'