aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2018-12-271-2/+2
| | | | file extension instead. added preview icons for ebooks
* set min Columns in GridManager to 1Christian Schneppe2018-12-151-1/+4
|
* Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locallyChristian Schneppe2018-12-141-1/+20
| | | | | | | | | | | | | | xmpp-addr: Backfill missing class method for Java 1.7 This backfills missing class methods for `java.nio.charset.StandardCharsets` and `java.util.Objects` for compatibility with platforms which do not support these (mainly Android SDK versions <= 18). Change `minSdkVersion` to 18, backfill missing methods This reduces the minimum SDK version to 18 (Android 4.3), which notably is the last supported version for the BlackBerry OS 10.3 Android compatibility layer. Drop support for Android 4.1 and 4.2
* make jids appear as monospace in dialogsChristian Schneppe2018-10-201-0/+22
|
* rework MediaViewerActivityChristian Schneppe2018-10-031-3/+3
|
* catch NPE in configureAttachmentMenuChristian Schneppe2018-10-011-0/+3
|
* bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe2018-09-271-2/+13
|
* do not show 'paste as quote' if clip is NULLChristian Schneppe2018-09-271-4/+7
|
* do not show media overview in contact/conference details when missing ↵Christian Schneppe2018-09-261-0/+5
| | | | storage permission
* clear parent activities pending view intent before calling ↵Christian Schneppe2018-09-261-0/+6
| | | | startAcitvityForResult()
* use internal viewer for images and videosChristian Schneppe2018-09-261-12/+34
|
* show conversation media in contact/conference detailsChristian Schneppe2018-09-263-0/+135
|
* use different menu items for record video and take photoChristian Schneppe2018-09-232-7/+25
|
* show media preview in messagebubble like text messagesChristian Schneppe2018-09-232-6/+11
|
* make media previews survive rotationsChristian Schneppe2018-09-231-1/+33
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-234-106/+135
| | | | multiple files
* code cleanup for group chat user context menuChristian Schneppe2018-09-121-51/+65
|
* start new conversations by long press on avatarChristian Schneppe2018-09-121-0/+149
|
* make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-281-6/+5
|
* add a quick action for voice recordingChristian Schneppe2018-08-051-1/+4
| | | | | * is enabled as default * can be disabled in settings
* introduced config flag to show attachment button instead of quick actionsChristian Schneppe2018-08-053-10/+55
|
* handle non participating mucs a bit betterChristian Schneppe2018-07-091-0/+6
|
* fixed npe in paste as quoteChristian Schneppe2018-07-091-2/+2
|
* offer paste as quote for html clipsChristian Schneppe2018-07-091-1/+4
|
* open/close soft keyboard in quick editChristian Schneppe2018-06-291-1/+10
|
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-0/+106
|
* add ‘paste as quote’ for api >= 23Christian Schneppe2018-06-161-0/+83
|
* add animators for more activitiesChristian Schneppe2018-05-051-0/+1
|
* encode and decode % and # in invite linksChristian Schneppe2018-05-051-0/+41
|
* hide record audio feature if mircophone is not availableChristian Schneppe2018-05-031-4/+19
| | | | hide share location feature if location service is not available
* persist search across device rotationsChristian Schneppe2018-05-021-0/+3
|
* use the correct SendButtonIconChristian Schneppe2018-05-021-7/+7
|
* added search result context menu + date separatorsChristian Schneppe2018-05-023-0/+194
|
* click on avatars in message search opens contact detailsChristian Schneppe2018-04-301-1/+1
|
* properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2018-04-301-0/+52
|
* add more styling to search activityChristian Schneppe2018-04-301-0/+43
|
* mock (non functional) search activityChristian Schneppe2018-04-291-0/+58
|
* migrate recording activity to view binderChristian Schneppe2018-04-291-3/+2
|
* migrate the RecyclerViewChristian Schneppe2018-04-241-0/+29
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-1/+4
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-4/+3
|
* changed some of the jid entering dialogs to textinputlayoutChristian Schneppe2018-04-011-0/+47
|
* updated manage account activity to new colorsChristian Schneppe2018-03-311-6/+5
|
* save scroll state across rotationsChristian Schneppe2018-03-311-0/+71
|
* move new activity back to original nameChristian Schneppe2018-03-291-0/+49
|
* made select workChristian Schneppe2018-03-241-0/+4
|
* WIP & fragment voodooChristian Schneppe2018-03-241-0/+45
|
* vastly untested refactor. pushing for backup purposesChristian Schneppe2018-03-246-0/+607