aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-18temporarly fix crash with resending files via buttonChristian Schneppe3-2/+5
2018-05-17add possibility to de-/activate accountsChristian Schneppe2-0/+32
fixes #195
2018-05-17fix crash on destroying mucChristian Schneppe1-2/+4
2018-05-17Extend QR scanner to support VCard with IMPP fieldChristian Schneppe1-0/+10
Currently QR scanner supports only URIs. VCard specification allows embedding instant messaging protocols in the `IMPP` field [0]. This change will extract the first XMPP URI from `IMPP` field if a VCard has been scanned and process it just like if the XMPP URI was scanned directly. In case the contact is not already present in the roster this will pop up "Add contact" window. Example VCard with this URI: BEGIN:VCARD FN:Test Contact EMAIL:test@example.com IMPP:xmpp:test@example.com END:VCARD [0]: https://tools.ietf.org/html/rfc6350#section-6.4.3
2018-05-17some tor modificationsChristian Schneppe2-2/+7
possibly fixes #199
2018-05-17increase sample and bit rate for voice recordingChristian Schneppe1-2/+2
2018-05-16fix exceptionsChristian Schneppe1-3/+3
2018-05-16max out emoji enlargment at 42 emojisChristian Schneppe1-5/+4
2018-05-16add spinner to select jabber provider for creating new accountsChristian Schneppe2-12/+47
2018-05-14apply styling helper to conversation overviewChristian Schneppe2-3/+3
2018-05-14fix some location crashesChristian Schneppe1-6/+16
2018-05-14fix taking videoChristian Schneppe2-8/+24
2018-05-14make quick actions working againChristian Schneppe1-0/+22
2018-05-14check permissions for locationsChristian Schneppe1-0/+4
2018-05-05add animators for more activitiesChristian Schneppe20-9/+70
2018-05-05use navigate as floating action button in showlocationChristian Schneppe1-13/+18
2018-05-05add custom animation to ConversationsActivityChristian Schneppe1-0/+4
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-2/+6
2018-05-05ban can be disabled in Config.javaChristian Schneppe1-2/+6
2018-05-05encode and decode % and # in invite linksChristian Schneppe5-11/+59
2018-05-03add animationsChristian Schneppe2-0/+16
2018-05-03fixed regression of not highlighting current conversation in overviewChristian Schneppe1-2/+7
2018-05-03hide record audio feature if mircophone is not availableChristian Schneppe2-4/+21
hide share location feature if location service is not available
2018-05-03added null check to Jid.of in edit accountChristian Schneppe1-3/+3
2018-05-03handle invalid image boundsChristian Schneppe1-3/+1
2018-05-03organize listeners in listsChristian Schneppe1-24/+13
2018-05-03only highlight alphanumeric charsChristian Schneppe1-2/+2
2018-05-02fixed crash with samsung recorderChristian Schneppe1-2/+2
2018-05-02show keyboard only on fresh activityChristian Schneppe1-1/+3
2018-05-02persist search across device rotationsChristian Schneppe2-5/+40
2018-05-02search term parsing + highlightingChristian Schneppe3-15/+13
2018-05-02get video dimensions from bitmap instead of meta dataChristian Schneppe1-2/+14
2018-05-02use the correct SendButtonIconChristian Schneppe1-7/+7
2018-05-02added 'view conversation' to context menuChristian Schneppe1-3/+10
2018-05-02fix crash on ShareLocationActivityChristian Schneppe1-1/+1
2018-05-02highlight search term in search resultsChristian Schneppe2-0/+11
2018-05-02remove old codeChristian Schneppe2-64/+0
2018-05-02added search result context menu + date separatorsChristian Schneppe8-59/+294
2018-05-02use styled colors for online/offline textChristian Schneppe3-11/+3
2018-04-30remove old resourcesChristian Schneppe1-33/+0
2018-04-30dynamically reference app name in version stringChristian Schneppe1-2/+2
2018-04-30click on avatars in message search opens contact detailsChristian Schneppe4-23/+41
2018-04-30properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe3-15/+63
2018-04-30very much unoptimized search functionalityChristian Schneppe5-20/+84
2018-04-30add more styling to search activityChristian Schneppe2-0/+57
2018-04-29mock (non functional) search activityChristian Schneppe7-24/+209
2018-04-29properly catch and ignore IllegalStateException instead of using ↵Christian Schneppe1-2/+13
commitAllowStateLoss
2018-04-29fine tuned style of toolbar search viewChristian Schneppe1-0/+13
2018-04-29migrate recording activity to view binderChristian Schneppe3-144/+107
2018-04-29scroll to bottom even if last visible item is heigher than viewChristian Schneppe1-9/+20