Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-02 | persist file size across aborts | Christian Schneppe | 7 | -18/+43 | |
2020-01-02 | make parts in Message.java final | Christian Schneppe | 1 | -1/+1 | |
2020-01-02 | automatically set year in about message | Christian Schneppe | 3 | -3/+10 | |
2019-12-24 | display '#' in generated channel avatars | Christian Schneppe | 1 | -7/+12 | |
2019-12-24 | Implement download resumption for OMEMO encrypted files | Christian Schneppe | 2 | -22/+56 | |
2019-12-24 | createOutputStream(): allow to disable decryption | Christian Schneppe | 2 | -15/+8 | |
2019-12-24 | small contact details UI fixes | Christian Schneppe | 2 | -45/+16 | |
2019-12-23 | rework conference and contact details | Christian Schneppe | 19 | -229/+297 | |
* reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423 | |||||
2019-12-23 | small UI refresh changes | Christian Schneppe | 2 | -3/+3 | |
2019-12-17 | show nick for /me in 1:1 chats | Christian Schneppe | 1 | -2/+12 | |
fixes #421 | |||||
2019-12-13 | first step to remove OTR encryption | Christian Schneppe | 5 | -1/+12 | |
* make OTR available via expert settings and disable it as default | |||||
2019-12-13 | rework adhocinvite | Christian Schneppe | 2 | -24/+29 | |
2019-12-13 | use setFlags instead of addFlags to grant uri permissions | Christian Schneppe | 9 | -10/+9 | |
2019-12-13 | catch rare NPE while deleting bookmark | Christian Schneppe | 1 | -3/+8 | |
2019-12-12 | New translations strings.xml (Italian) (#419) | Christian Schneppe | 1 | -1/+1 | |
2019-12-12 | small ui fixes for private messages | Christian Schneppe | 3 | -11/+15 | |
2019-12-12 | increase mam messages catchup and don't abort on MAM_MAX_MESSAGES | Christian Schneppe | 2 | -2/+2 | |
2019-12-12 | add .heic to list of known mime types | Christian Schneppe | 1 | -6/+7 | |
2019-12-12 | don’t use secure delete when migrating edit column | Christian Schneppe | 1 | -4/+9 | |
2019-12-12 | small quotes fixes | Christian Schneppe | 1 | -4/+7 | |
2019-12-09 | jingle ibb: wait to receive ibb | Christian Schneppe | 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. | |||||
2019-12-09 | properly restore LMC edits. switch to LMC v1.1 | Christian Schneppe | 5 | -91/+115 | |
2019-12-08 | reduce cursor size back to 4m; now that the cause is fixed | Christian Schneppe | 1 | -1/+1 | |
2019-12-08 | use Base64.NO_WRAP instead of trim() | Christian Schneppe | 3 | -6/+2 | |
2019-12-08 | show jabber accounts from local address in Quicksy flavor | Christian Schneppe | 1 | -4/+10 | |
2019-12-08 | prevent crash when deleting account on servers that don't support omemo | Christian Schneppe | 1 | -1/+2 | |
2019-12-08 | increase cursor window size on Android P when restoring messages | Christian Schneppe | 3 | -5/+25 | |
2019-12-08 | delete cached posh file after not being able to verify | Christian Schneppe | 1 | -44/+49 | |
2019-12-08 | only show message deleted if LMC is activated | Christian Schneppe | 3 | -2/+9 | |
2019-12-08 | add direct answer button in private muc messages | Christian Schneppe | 7 | -0/+33 | |
2019-12-08 | color optimizations in orange theme | Christian Schneppe | 2 | -9/+9 | |
2019-12-08 | use current time on resend message | Christian Schneppe | 1 | -0/+3 | |
2019-12-08 | permission compatibility for Android 10 | Christian Schneppe | 1 | -1/+2 | |
2019-12-08 | try to fix missing sendbutton | Christian Schneppe | 1 | -4/+3 | |
2019-12-08 | fix shareWithActivity | Christian Schneppe | 1 | -6/+7 | |
2019-12-07 | New Crowdin translations (#409) | Christian Schneppe | 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) | |||||
2019-12-07 | fix rare crash | Christian Schneppe | 1 | -0/+3 | |
2019-12-07 | add missing permission requests for Android P | Christian Schneppe | 11 | -48/+61 | |
possibly fixes #410 | |||||
2019-12-07 | fix updater | Christian Schneppe | 1 | -4/+4 | |
2019-12-07 | fix crash on Android 4 devices | Christian Schneppe | 2 | -3/+3 | |
2019-12-07 | don't show real username in quotes | Christian Schneppe | 1 | -5/+1 | |
fixes #415 | |||||
2019-12-03 | Disable NewLines in Base64 values (#416) | FH | 3 | -8/+8 | |
Smack gets confused and throws NullPointerException when Base64 contains newlines. Therefor disable newlines in Base64. I assume newlines in Base64 are also not expected by other implementations. | |||||
2019-11-17 | fix user in textselection quotes | Christian Schneppe | 3 | -15/+28 | |
2019-11-16 | New Crowdin translations (#408) | Christian Schneppe | 12 | -27/+991 | |
* New translations strings.xml (Italian) * New translations strings.xml (Italian) * New translations strings.xml (Arabic) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Bulgarian) * New translations strings.xml (Spanish) * New translations strings.xml (Russian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Italian) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Dutch) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Catalan) * New translations strings.xml (Ukrainian) * New translations strings.xml (Spanish) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (German) * New translations strings.xml (Chinese Traditional) | |||||
2019-11-16 | add possibility to block muc user from muc | Christian Schneppe | 5 | -8/+48 | |
2019-11-16 | set omemo on as default | Christian Schneppe | 1 | -1/+1 | |
2019-11-16 | fix some wordings | Christian Schneppe | 1 | -4/+4 | |
2019-11-16 | fix color mixing in ChannelDiscoveryActivity | Christian Schneppe | 1 | -2/+0 | |
2019-11-16 | move direct search from expert setting to UI | Christian Schneppe | 1 | -5/+5 | |
2019-11-16 | rework design colors and make it compatible with older ROMs | Christian Schneppe | 27 | -253/+84 | |