aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-20make jids appear as monospace in dialogsChristian Schneppe4-28/+38
2018-10-20add confirmation dialog for deleting filesChristian Schneppe1-7/+14
2018-10-20code cleanup / reformat in ShareViaAccountChristian Schneppe2-22/+15
2018-10-20fix crash in ConferenceDetailsActivityChristian Schneppe1-0/+4
2018-10-20change apk iconChristian Schneppe1-5/+10
2018-10-04added a few TODOs in regards to the handling of inactive devicesChristian Schneppe1-1/+1
2018-10-04Do weOwnFile security check only when attachingChristian Schneppe1-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
2018-10-04use fab.hide() and fab.show() - this will animate the processChristian Schneppe1-2/+2
2018-10-04make navigation working with google mapsChristian Schneppe1-17/+17
2018-10-04run through sendMessage() procedure instead of taking shortcut after ↵Christian Schneppe1-9/+6
returning from TrustKeys The shortcut didn't take care of message edits and some other things
2018-10-04refresh ui after device list update only if list has changedChristian Schneppe1-3/+2
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe1-34/+1
fixes #190
2018-10-03remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe1-44/+0
2018-10-03rework MediaViewerActivityChristian Schneppe3-43/+116
2018-10-02hide icons for muc/contact details in phone mode and only show them in ↵Christian Schneppe1-3/+11
tablet mode
2018-10-02small muc details improvementsChristian Schneppe1-1/+1
2018-10-02show failed file messages count in chatlist correctlyChristian Schneppe2-2/+79
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe1-1/+34
fixes #190
2018-10-01catch NPE in configureAttachmentMenuChristian Schneppe1-0/+3
2018-10-01fix crashes with EmojiTextViewChristian Schneppe4-10/+11
2018-09-27bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe2-12/+18
2018-09-27do not show 'paste as quote' if clip is NULLChristian Schneppe1-4/+7
2018-09-27store avatars received over muc presence in contactChristian Schneppe1-1/+1
2018-09-27catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe1-1/+5
2018-09-27fixed text sharing in direct sharingChristian Schneppe4-5/+4
2018-09-26do not show media overview in contact/conference details when missing ↵Christian Schneppe3-6/+19
storage permission
2018-09-26check omemo keys when attachments are commit instead of beforeChristian Schneppe1-12/+7
2018-09-26commit next message (draft) when input box gets emptied. causes tablet view ↵Christian Schneppe1-12/+19
to update
2018-09-26show inactive keys if all of them areChristian Schneppe1-2/+11
2018-09-26clear parent activities pending view intent before calling ↵Christian Schneppe3-4/+33
startAcitvityForResult()
2018-09-26use internal viewer for images and videosChristian Schneppe2-35/+34
2018-09-26introduce media browser activityChristian Schneppe3-0/+79
2018-09-26show conversation media in contact/conference detailsChristian Schneppe14-82/+457
2018-09-24catch NPEChristian Schneppe1-1/+3
2018-09-23use different menu items for record video and take photoChristian Schneppe3-55/+56
2018-09-23fix media preview in tablet modeChristian Schneppe2-0/+7
2018-09-23show media preview in messagebubble like text messagesChristian Schneppe6-13/+26
2018-09-23add icon for unknown file while keeping 'file' icon for documentsChristian Schneppe1-2/+14
2018-09-23make media previews survive rotationsChristian Schneppe3-46/+89
2018-09-23preview media before sending them and allow sharing and attaching of ↵Christian Schneppe14-533/+500
multiple files
2018-09-14do some performance optimizations on jid host suggestionsChristian Schneppe1-162/+22
2018-09-14show background in chatoverview a bit darkerChristian Schneppe1-1/+1
2018-09-14show contact/group details as icons in tablet viewChristian Schneppe1-0/+18
2018-09-14change text highlight colorChristian Schneppe1-1/+1
2018-09-14highlight selected conversation in tablet viewChristian Schneppe1-1/+1
2018-09-14optimize some multi account handling in SettingsActivityChristian Schneppe1-17/+55
2018-09-13load contacts and start observer after giving permissionsChristian Schneppe1-14/+4
2018-09-13bug fixes in UpdaterActivityChristian Schneppe1-2/+2
2018-09-13initial work toward api 26+Christian Schneppe3-2/+9
* introduce notification channels * always use foreground service on 26+
2018-09-12fixed user hint in magic create modeChristian Schneppe1-0/+1