Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | show toast message on PN if user is not in room/channel | Christian Schneppe | 2020-01-14 | 1 | -0/+5 | |
| | | ||||||
* | | show avatar correctly | Christian Schneppe | 2020-01-14 | 2 | -0/+2 | |
| | | ||||||
* | | switch volume control between earpiece and speaker while listening audio | Christian Schneppe | 2020-01-14 | 2 | -2/+1 | |
|/ | ||||||
* | rework map view and update leaflet to 1.6.0 | Christian Schneppe | 2020-01-02 | 6 | -40/+57 | |
| | ||||||
* | don’t crash when long pressing invalid geo-uris | Christian Schneppe | 2020-01-02 | 1 | -3/+7 | |
| | ||||||
* | reset XmppConnection to parent | Christian Schneppe | 2020-01-02 | 1 | -1/+1 | |
| | ||||||
* | don't create conversation while watching ContactDetails | Christian Schneppe | 2020-01-02 | 2 | -19/+0 | |
| | ||||||
* | startup performance improvements | Christian Schneppe | 2020-01-02 | 1 | -24/+31 | |
| | ||||||
* | reset file to normal message when attempting re-download after delete | Christian Schneppe | 2020-01-02 | 1 | -0/+9 | |
| | ||||||
* | persist file size across aborts | Christian Schneppe | 2020-01-02 | 7 | -18/+43 | |
| | ||||||
* | make parts in Message.java final | Christian Schneppe | 2020-01-02 | 1 | -1/+1 | |
| | ||||||
* | automatically set year in about message | Christian Schneppe | 2020-01-02 | 3 | -3/+10 | |
| | ||||||
* | display '#' in generated channel avatars | Christian Schneppe | 2019-12-24 | 1 | -7/+12 | |
| | ||||||
* | Implement download resumption for OMEMO encrypted files | Christian Schneppe | 2019-12-24 | 2 | -22/+56 | |
| | ||||||
* | createOutputStream(): allow to disable decryption | Christian Schneppe | 2019-12-24 | 2 | -15/+8 | |
| | ||||||
* | small contact details UI fixes | Christian Schneppe | 2019-12-24 | 2 | -45/+16 | |
| | ||||||
* | rework conference and contact details | Christian Schneppe | 2019-12-23 | 19 | -229/+297 | |
| | | | | | | | | | * reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423 | |||||
* | small UI refresh changes | Christian Schneppe | 2019-12-23 | 2 | -3/+3 | |
| | ||||||
* | show nick for /me in 1:1 chats | Christian Schneppe | 2019-12-17 | 1 | -2/+12 | |
| | | | | fixes #421 | |||||
* | first step to remove OTR encryption | Christian Schneppe | 2019-12-13 | 5 | -1/+12 | |
| | | | | * make OTR available via expert settings and disable it as default | |||||
* | rework adhocinvite | Christian Schneppe | 2019-12-13 | 2 | -24/+29 | |
| | ||||||
* | use setFlags instead of addFlags to grant uri permissions | Christian Schneppe | 2019-12-13 | 9 | -10/+9 | |
| | ||||||
* | catch rare NPE while deleting bookmark | Christian Schneppe | 2019-12-13 | 1 | -3/+8 | |
| | ||||||
* | New translations strings.xml (Italian) (#419) | Christian Schneppe | 2019-12-12 | 1 | -1/+1 | |
| | ||||||
* | small ui fixes for private messages | Christian Schneppe | 2019-12-12 | 3 | -11/+15 | |
| | ||||||
* | increase mam messages catchup and don't abort on MAM_MAX_MESSAGES | Christian Schneppe | 2019-12-12 | 2 | -2/+2 | |
| | ||||||
* | add .heic to list of known mime types | Christian Schneppe | 2019-12-12 | 1 | -6/+7 | |
| | ||||||
* | don’t use secure delete when migrating edit column | Christian Schneppe | 2019-12-12 | 1 | -4/+9 | |
| | ||||||
* | small quotes fixes | Christian Schneppe | 2019-12-12 | 1 | -4/+7 | |
| | ||||||
* | jingle ibb: wait to receive ibb | Christian Schneppe | 2019-12-09 | 3 | -36/+53 | |
| | | | | | | previously we signalled succesfull file reception after receiving enough bytes on ibb; however that causes us to race with the session-info file hash. now the recipient will wait for <close/> and the sender will make sure to send the session-info before sending close. | |||||
* | properly restore LMC edits. switch to LMC v1.1 | Christian Schneppe | 2019-12-09 | 5 | -91/+115 | |
| | ||||||
* | reduce cursor size back to 4m; now that the cause is fixed | Christian Schneppe | 2019-12-08 | 1 | -1/+1 | |
| | ||||||
* | use Base64.NO_WRAP instead of trim() | Christian Schneppe | 2019-12-08 | 3 | -6/+2 | |
| | ||||||
* | show jabber accounts from local address in Quicksy flavor | Christian Schneppe | 2019-12-08 | 1 | -4/+10 | |
| | ||||||
* | prevent crash when deleting account on servers that don't support omemo | Christian Schneppe | 2019-12-08 | 1 | -1/+2 | |
| | ||||||
* | increase cursor window size on Android P when restoring messages | Christian Schneppe | 2019-12-08 | 3 | -5/+25 | |
| | ||||||
* | delete cached posh file after not being able to verify | Christian Schneppe | 2019-12-08 | 1 | -44/+49 | |
| | ||||||
* | only show message deleted if LMC is activated | Christian Schneppe | 2019-12-08 | 3 | -2/+9 | |
| | ||||||
* | add direct answer button in private muc messages | Christian Schneppe | 2019-12-08 | 7 | -0/+33 | |
| | ||||||
* | color optimizations in orange theme | Christian Schneppe | 2019-12-08 | 2 | -9/+9 | |
| | ||||||
* | use current time on resend message | Christian Schneppe | 2019-12-08 | 1 | -0/+3 | |
| | ||||||
* | permission compatibility for Android 10 | Christian Schneppe | 2019-12-08 | 1 | -1/+2 | |
| | ||||||
* | try to fix missing sendbutton | Christian Schneppe | 2019-12-08 | 1 | -4/+3 | |
| | ||||||
* | fix shareWithActivity | Christian Schneppe | 2019-12-08 | 1 | -6/+7 | |
| | ||||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2019-12-07 | 3 | -30/+102 | |
|\ | ||||||
| * | New Crowdin translations (#409) | Christian Schneppe | 2019-12-07 | 3 | -30/+102 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Italian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) | |||||
* | | fix rare crash | Christian Schneppe | 2019-12-07 | 1 | -0/+3 | |
| | | ||||||
* | | add missing permission requests for Android P | Christian Schneppe | 2019-12-07 | 11 | -48/+61 | |
| | | | | | | | | possibly fixes #410 | |||||
* | | fix updater | Christian Schneppe | 2019-12-07 | 1 | -4/+4 | |
| | | ||||||
* | | fix crash on Android 4 devices | Christian Schneppe | 2019-12-07 | 2 | -3/+3 | |
| | |