aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-16attach editor content as fileChristian Schneppe2-11/+5
2018-06-16edit public=true/false property in mucsChristian Schneppe1-0/+4
2018-06-16catch NPE in AccountAdapterChristian Schneppe1-1/+3
2018-06-16catch NPE in exif detectionChristian Schneppe1-1/+1
2018-06-04Revert "fade in images and avatars" because of strange flickeringChristian Schneppe6-37/+0
This reverts commit 6bf3ef887a57d7427d4b4cccac3a1c1adcb14377.
2018-06-03fade in images and avatarsChristian Schneppe6-0/+37
2018-06-01show MUC avatar in ConferenceDetailsActivityChristian Schneppe1-0/+1
2018-06-01add more logging to setIsInForegroundChristian Schneppe1-0/+1
2018-06-01rename useOwnProvider to useAdvancedMode in WelcomeActivityChristian Schneppe1-2/+2
2018-06-01make sure account is connected before attempting to download p1s3Christian Schneppe1-2/+10
2018-06-01catch NPEChristian Schneppe1-2/+2
2018-05-27show buttons to privacy policy and terms of use during account creation on ↵Christian Schneppe1-0/+24
our server pix-art.de
2018-05-26add missing else to show the availability of httpupload correctlyChristian Schneppe1-2/+1
2018-05-26add support for S3 file transfersChristian Schneppe2-33/+42
2018-05-24add links to *Terms Of Use* and *Privacy Policy* to AboutActivityChristian Schneppe1-0/+19
2018-05-21use correct binding in EditAccountActivityChristian Schneppe1-4/+2
2018-05-21temporarly disable swipe gesturesChristian Schneppe1-0/+3
2018-05-21try to fix a crash during OTR verifyChristian Schneppe1-0/+4
2018-05-21do not save draft if message is completly empty and fixed appending shared textChristian Schneppe1-1/+3
2018-05-21fix some crashes on Android 4 devicesChristian Schneppe3-185/+128
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