aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-2314-533/+500
| | | | multiple files
* do some performance optimizations on jid host suggestionsChristian Schneppe2018-09-141-162/+22
|
* show background in chatoverview a bit darkerChristian Schneppe2018-09-141-1/+1
|
* show contact/group details as icons in tablet viewChristian Schneppe2018-09-141-0/+18
|
* change text highlight colorChristian Schneppe2018-09-141-1/+1
|
* highlight selected conversation in tablet viewChristian Schneppe2018-09-141-1/+1
|
* optimize some multi account handling in SettingsActivityChristian Schneppe2018-09-141-17/+55
|
* load contacts and start observer after giving permissionsChristian Schneppe2018-09-131-14/+4
|
* bug fixes in UpdaterActivityChristian Schneppe2018-09-131-2/+2
|
* initial work toward api 26+Christian Schneppe2018-09-133-2/+9
| | | | | * introduce notification channels * always use foreground service on 26+
* fixed user hint in magic create modeChristian Schneppe2018-09-121-0/+1
|