Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-18 | always change music volume | Christian Schneppe | 1 | -1/+1 | |
2019-05-18 | performance improvements | Christian Schneppe | 7 | -28/+43 | |
2019-05-04 | fix crash in RichPreview | Christian Schneppe | 1 | -2/+2 | |
2019-05-04 | small UI changes | Christian Schneppe | 1 | -21/+5 | |
2019-05-04 | some bug fixes | Christian Schneppe | 2 | -9/+6 | |
2019-05-04 | set own omemo devices to inactive after 14 days of inactivity; was 7 days | Christian Schneppe | 1 | -1/+1 | |
2019-05-04 | added language tag in channel search results | Christian Schneppe | 3 | -0/+42 | |
2019-05-04 | fixed rare NPE cause by race | Christian Schneppe | 1 | -3/+7 | |
2019-05-04 | jingle: send canditate error before fallback | Christian Schneppe | 2 | -3/+4 | |
2019-05-04 | go forward through cursor in message restore | Christian Schneppe | 2 | -33/+21 | |
We have seen some weird CursorIndexNotFoundException that we were unable to reproduce. We assume that going forward (moveToNext()) through the cursor instead of (moveToPrevious() fixes that issue | |||||
2019-05-04 | Make use of Namespace.REGISTER constant | Christian Schneppe | 2 | -5/+5 | |
2019-05-04 | fix export error for non-unicode numbers | Christian Schneppe | 1 | -1/+1 | |
2019-05-04 | do not synchronize twice when adding status and date bubbles | Christian Schneppe | 1 | -60/+50 | |
2019-05-04 | wait with presence selection until attachment commit | Christian Schneppe | 2 | -68/+71 | |
2019-05-04 | small message optimizations | Christian Schneppe | 3 | -11/+12 | |
2019-05-03 | introduced type private_file_message to handle attachments in PMs | Christian Schneppe | 13 | -87/+150 | |
2019-05-03 | do not jump out of whispher mode when selecting attach | Christian Schneppe | 1 | -1/+0 | |
2019-05-03 | add bookmark when clicking on channel search result | Christian Schneppe | 1 | -0/+13 | |
2019-05-03 | add contact dialog: warn on suspicious addresses | Christian Schneppe | 4 | -10/+67 | |
2019-05-03 | store correcting message in db | Christian Schneppe | 2 | -7/+9 | |
2019-05-03 | temporary disable PM hint above edittext | Christian Schneppe | 1 | -1/+1 | |
because it looks terrible | |||||
2019-05-03 | put PM hint above edittext | Christian Schneppe | 2 | -1/+8 | |
2019-04-28 | added Tor support to channel search | Christian Schneppe | 3 | -4/+28 | |
2019-04-28 | improve welcome screens | Christian Schneppe | 3 | -16/+38 | |
2019-04-28 | video player should request audio focus | Christian Schneppe | 1 | -2/+27 | |
2019-04-26 | keyboard event callbacks shoud run on ui thread | Christian Schneppe | 1 | -4/+4 | |
2019-04-26 | implement channel discovery | Christian Schneppe | 9 | -3/+516 | |
refactor muc search to use http cache channel search results | |||||
2019-04-26 | run keyboard listeners on background executor | Christian Schneppe | 1 | -16/+24 | |
2019-04-26 | execute some dismiss error notification and reset error in background | Christian Schneppe | 1 | -2/+2 | |
2019-04-26 | use mediated invite on reinvite if user is not member | Christian Schneppe | 1 | -1/+5 | |
2019-04-26 | fix setting muc avatar | Christian Schneppe | 1 | -16/+15 | |
2019-04-12 | use styled warning for message error | Christian Schneppe | 4 | -12/+10 | |
2019-04-12 | fix invite links | Christian Schneppe | 1 | -2/+2 | |
2019-04-12 | show users nick in chat if it's set | Christian Schneppe | 1 | -1/+1 | |
2019-04-12 | fix some NPE | Christian Schneppe | 3 | -16/+24 | |
2019-04-02 | fix account detection in EnterNameActivity | Christian Schneppe | 2 | -3/+5 | |
2019-04-02 | small improvement to auto hide fab in MediaViewerActivity | Christian Schneppe | 1 | -1/+5 | |
2019-04-01 | remove logging from delete from server | Christian Schneppe | 1 | -1/+0 | |
2019-04-01 | add ability to kick user from room and not just ban them | Christian Schneppe | 1 | -32/+53 | |
2019-03-31 | rename "advanced mode" in WelcomeActivity to "I have an account" | Christian Schneppe | 1 | -2/+2 | |
2019-03-31 | add ability to delete account also from server | Christian Schneppe | 3 | -2/+37 | |
fixes #315 | |||||
2019-03-31 | fix automatic backup creation | Christian Schneppe | 1 | -1/+1 | |
2019-03-31 | try to fix a crash during fragment detection | Christian Schneppe | 1 | -1/+2 | |
2019-03-31 | differ between group chat and channel in tablet mode | Christian Schneppe | 1 | -1/+2 | |
2019-03-31 | fix url detection for webpreviews | Christian Schneppe | 4 | -4/+15 | |
2019-03-31 | add account > 0 check to inviteUser menu | Christian Schneppe | 2 | -2/+7 | |
2019-03-31 | catch exceptions in NotificationService | Christian Schneppe | 1 | -1/+7 | |
2019-03-31 | rework max file upload size in server info | Christian Schneppe | 3 | -34/+12 | |
2019-03-31 | do sent/received correct based on true counterpart introduced in ↵ | Christian Schneppe | 1 | -1/+1 | |
fec6d7a90c443ef0ef86464bd2fb49cdc56d1587 only for type=groupchat | |||||
2019-03-31 | add activity to define some important privacy settings on first start | Christian Schneppe | 9 | -48/+296 | |