aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* don't use internal updater if store != nullChristian Schneppe2018-10-243-43/+33
|
* bring back animated gif view in MediaViewerChristian Schneppe2018-10-221-2/+12
|
* fix bug in UpdaterChristian Schneppe2018-10-201-8/+4
|
* refactor magic creates password gen to CryptoHelperChristian Schneppe2018-10-201-14/+2
|
* Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe2018-10-204-15/+35
| | | | | | | | | | | | | | | | | | | | | | | XMPP uris in the style of `xmpp:test@domain.tld?body=Something` can be used to directly share a message with a specific contact. Previously the text was always appended to the message currently in draft. The message was never send automatically. Essentially those links where treated like normal text share intents (for example when sharing a URL from the browser) but without the contact selection. There is a concern (CVE-2018-18467) that when this URI is invoked automatically and the user is currently drafting a long message to that particular contact the text could be inserted in the draft field (input box) without the user noticing. To circumvent that the text shared over XMPP uris that contain a particular contact is now appended only if the draft box is currently empty. Sharing text normally (**with** manual contact selection) is still treated the same; meaning the shared text will be appended to the current draft. This is intended behaviour to make the 'Hey I have this cool link here;' *open browser*, *share link* - secenario work.
* removed unused paramater 'newTask' from switchToConversation apiChristian Schneppe2018-10-203-30/+12
|
* do not show 'open website' button after info has changedChristian Schneppe2018-10-201-3/+4
|
* offer either 'cancel download' or 'delete file' but not bothChristian Schneppe2018-10-201-3/+4
|
* make 'cancelled' work for jingle ftChristian Schneppe2018-10-201-3/+3
|
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-201-0/+7
|
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-1/+5
|
* make jids appear as monospace in dialogsChristian Schneppe2018-10-204-28/+38
|
* add confirmation dialog for deleting filesChristian Schneppe2018-10-201-7/+14
|
* code cleanup / reformat in ShareViaAccountChristian Schneppe2018-10-202-22/+15
|
* fix crash in ConferenceDetailsActivityChristian Schneppe2018-10-201-0/+4
|
* change apk iconChristian Schneppe2018-10-201-5/+10
|
* added a few TODOs in regards to the handling of inactive devicesChristian Schneppe2018-10-041-1/+1
|
* Do weOwnFile security check only when attachingChristian Schneppe2018-10-041-1/+14
| | | | The general security check is recommend so a third party can not ask us to send an internal file. But we don’t need to do this for files we attach ourself from within the app
* use fab.hide() and fab.show() - this will animate the processChristian Schneppe2018-10-041-2/+2
|
* make navigation working with google mapsChristian Schneppe2018-10-041-17/+17
|
* run through sendMessage() procedure instead of taking shortcut after ↵Christian Schneppe2018-10-041-9/+6
| | | | | | returning from TrustKeys The shortcut didn't take care of message edits and some other things
* refresh ui after device list update only if list has changedChristian Schneppe2018-10-041-3/+2
|
* reworked shortcut for QR-Code scanning in profileChristian Schneppe2018-10-031-34/+1
| | | | fixes #190
* remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe2018-10-031-44/+0
|
* rework MediaViewerActivityChristian Schneppe2018-10-033-43/+116
|
* hide icons for muc/contact details in phone mode and only show them in ↵Christian Schneppe2018-10-021-3/+11
| | | | tablet mode
* small muc details improvementsChristian Schneppe2018-10-021-1/+1
|
* show failed file messages count in chatlist correctlyChristian Schneppe2018-10-022-2/+79
|
* add shortcut for QR-Code scanning in profileChristian Schneppe2018-10-011-1/+34
| | | | fixes #190
* catch NPE in configureAttachmentMenuChristian Schneppe2018-10-011-0/+3
|
* fix crashes with EmojiTextViewChristian Schneppe2018-10-014-10/+11
|
* bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe2018-09-272-12/+18
|
* do not show 'paste as quote' if clip is NULLChristian Schneppe2018-09-271-4/+7
|
* store avatars received over muc presence in contactChristian Schneppe2018-09-271-1/+1
|
* catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe2018-09-271-1/+5
|
* fixed text sharing in direct sharingChristian Schneppe2018-09-274-5/+4
|
* do not show media overview in contact/conference details when missing ↵Christian Schneppe2018-09-263-6/+19
| | | | storage permission
* check omemo keys when attachments are commit instead of beforeChristian Schneppe2018-09-261-12/+7
|
* commit next message (draft) when input box gets emptied. causes tablet view ↵Christian Schneppe2018-09-261-12/+19
| | | | to update
* show inactive keys if all of them areChristian Schneppe2018-09-261-2/+11
|
* clear parent activities pending view intent before calling ↵Christian Schneppe2018-09-263-4/+33
| | | | startAcitvityForResult()
* use internal viewer for images and videosChristian Schneppe2018-09-262-35/+34
|
* introduce media browser activityChristian Schneppe2018-09-263-0/+79
|
* show conversation media in contact/conference detailsChristian Schneppe2018-09-2614-82/+457
|
* catch NPEChristian Schneppe2018-09-241-1/+3
|
* use different menu items for record video and take photoChristian Schneppe2018-09-233-55/+56
|
* fix media preview in tablet modeChristian Schneppe2018-09-232-0/+7
|
* show media preview in messagebubble like text messagesChristian Schneppe2018-09-236-13/+26
|
* add icon for unknown file while keeping 'file' icon for documentsChristian Schneppe2018-09-231-2/+14
|
* make media previews survive rotationsChristian Schneppe2018-09-233-46/+89
|