Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce app intro and some help screens | Christian Schneppe | 2019-09-21 | 1 | -5/+9 |
| | |||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 1 | -6/+5 |
| | |||||
* | include user into quote message | Christian Schneppe | 2019-09-11 | 1 | -0/+1 |
| | |||||
* | when sharing text from PAM to PAM use quotes | Christian Schneppe | 2019-08-31 | 1 | -3/+3 |
| | |||||
* | code cleanup & small fixes | Christian Schneppe | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | add account > 0 check to inviteUser menu | Christian Schneppe | 2019-03-31 | 1 | -1/+7 |
| | |||||
* | add activity to define some important privacy settings on first start | Christian Schneppe | 2019-03-31 | 1 | -4/+7 |
| | |||||
* | use the term channel in destroy dialog and some other strings | Christian Schneppe | 2019-02-09 | 1 | -2/+16 |
| | |||||
* | optimize imports | Christian Schneppe | 2019-02-08 | 1 | -2/+0 |
| | |||||
* | remove warning messages for kick after ban failing. on modern servers ban is ↵ | Christian Schneppe | 2019-02-04 | 1 | -10/+1 |
| | | | | enough to also kick | ||||
* | modify emoji integration | Christian Schneppe | 2019-01-25 | 1 | -5/+0 |
| | |||||
* | count muc participants correctly | Christian Schneppe | 2019-01-24 | 1 | -53/+37 |
| | |||||
* | count muc participants correctly | Christian Schneppe | 2019-01-04 | 1 | -2/+3 |
| | |||||
* | clear pending view intent when processing onNewIntent() | Christian Schneppe | 2019-01-03 | 1 | -0/+1 |
| | |||||
* | rename functions and variables for room destruction | Christian Schneppe | 2019-01-03 | 1 | -2/+1 |
| | |||||
* | code cleanup and rework show toast on update check | Christian Schneppe | 2018-12-27 | 1 | -4/+2 |
| | |||||
* | limit video transcoding to api >= 18 and other api 16 fixes | Christian Schneppe | 2018-12-14 | 1 | -0/+1 |
| | |||||
* | some code reorder for actionbar titles | Christian Schneppe | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | rename variable | Christian Schneppe | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 1 | -29/+5 |
| | |||||
* | code cleanup, null check not necessary when using instance of | Christian Schneppe | 2018-10-24 | 1 | -9/+10 |
| | |||||
* | don't use internal updater if store != null | Christian Schneppe | 2018-10-24 | 1 | -17/+3 |
| | |||||
* | Do not insert text shared over XMPP uri when already drafting message | Christian Schneppe | 2018-10-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | XMPP uris in the style of `xmpp:test@domain.tld?body=Something` can be used to directly share a message with a specific contact. Previously the text was always appended to the message currently in draft. The message was never send automatically. Essentially those links where treated like normal text share intents (for example when sharing a URL from the browser) but without the contact selection. There is a concern (CVE-2018-18467) that when this URI is invoked automatically and the user is currently drafting a long message to that particular contact the text could be inserted in the draft field (input box) without the user noticing. To circumvent that the text shared over XMPP uris that contain a particular contact is now appended only if the draft box is currently empty. Sharing text normally (**with** manual contact selection) is still treated the same; meaning the shared text will be appended to the current draft. This is intended behaviour to make the 'Hey I have this cool link here;' *open browser*, *share link* - secenario work. | ||||
* | fixed text sharing in direct sharing | Christian Schneppe | 2018-09-27 | 1 | -1/+0 |
| | |||||
* | clear parent activities pending view intent before calling ↵ | Christian Schneppe | 2018-09-26 | 1 | -0/+7 |
| | | | | startAcitvityForResult() | ||||
* | preview media before sending them and allow sharing and attaching of ↵ | Christian Schneppe | 2018-09-23 | 1 | -4/+11 |
| | | | | multiple files | ||||
* | start new conversations by long press on avatar | Christian Schneppe | 2018-09-12 | 1 | -1/+24 |
| | |||||
* | catch illegal state not illegal argument on popBackStack() | Christian Schneppe | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | improve Updater a bit and try to catch NPE | Christian Schneppe | 2018-09-11 | 1 | -2/+4 |
| | |||||
* | catch NPE while detecting installedFrom() | Christian Schneppe | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | don't use internal updater if installed from F-Droid or Google Play Store | Christian Schneppe | 2018-08-05 | 1 | -4/+4 |
| | | | | fixes #220 | ||||
* | introduced config flag to show attachment button instead of quick actions | Christian Schneppe | 2018-08-05 | 1 | -15/+12 |
| | |||||
* | some changes in Updater | Christian Schneppe | 2018-08-03 | 1 | -9/+8 |
| | |||||
* | fix crash during lookup for updates | Christian Schneppe | 2018-07-29 | 1 | -2/+2 |
| | |||||
* | catch rare state loss exception when hitting home button to pop back stack | Christian Schneppe | 2018-07-09 | 1 | -1/+5 |
| | |||||
* | use emoji transform for toolbar, muc name and contacts name | Christian Schneppe | 2018-07-09 | 1 | -3/+4 |
| | |||||
* | linkify subject + open xmpp directly w/o going through start conv activity | Christian Schneppe | 2018-06-29 | 1 | -0/+13 |
| | |||||
* | add more logging to setIsInForeground | Christian Schneppe | 2018-06-01 | 1 | -0/+1 |
| | |||||
* | add animators for more activities | Christian Schneppe | 2018-05-05 | 1 | -0/+9 |
| | |||||
* | add custom animation to ConversationsActivity | Christian Schneppe | 2018-05-05 | 1 | -0/+4 |
| | |||||
* | hide record audio feature if mircophone is not available | Christian Schneppe | 2018-05-03 | 1 | -0/+2 |
| | | | | hide share location feature if location service is not available | ||||
* | added search result context menu + date separators | Christian Schneppe | 2018-05-02 | 1 | -0/+1 |
| | |||||
* | properly catch and ignore IllegalStateException instead of using ↵ | Christian Schneppe | 2018-04-29 | 1 | -2/+13 |
| | | | | commitAllowStateLoss | ||||
* | some OTR fixes | Christian Schneppe | 2018-04-29 | 1 | -6/+0 |
| | |||||
* | update actionbartitle while refreshing ui | Christian Schneppe | 2018-04-27 | 1 | -0/+1 |
| | |||||
* | only mark visible messages as read | Christian Schneppe | 2018-04-22 | 1 | -2/+2 |
| | |||||
* | integrate invite to Pix-Art Messenger | Christian Schneppe | 2018-04-22 | 1 | -0/+3 |
| | |||||
* | end view if conversation was archived | Christian Schneppe | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | introduced tri state omemo setting (off by default, on by default, always) | Christian Schneppe | 2018-04-13 | 1 | -0/+2 |
| | |||||
* | commit allowing state loss | Christian Schneppe | 2018-04-12 | 1 | -1/+1 |
| |