Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-08 | Networkstack - let OS decide IPv4 or IPv6 (#267) | genofire | 5 | -360/+23 | |
* Networkstack - let OS decide IPv4 or IPv6 * Drop own implementation of DNS-Server selection * remove dns resolver cache | |||||
2019-06-08 | update translations | Christian Schneppe | 5 | -436/+924 | |
* New translations strings.xml (Catalan) * New translations strings.xml (Catalan) * New translations strings.xml (Catalan) * New translations strings.xml (Catalan) * New translations strings.xml (Catalan) * New translations strings.xml (Romanian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Cebuano) * New translations strings.xml (Azerbaijani) * New translations strings.xml (Portuguese) | |||||
2019-06-08 | fix some more NPE | Christian Schneppe | 5 | -7/+14 | |
2019-06-08 | put geo uri in attachment preview when shared | Christian Schneppe | 3 | -5/+17 | |
2019-06-08 | show negative max files size (unknown/unlimited) simply as available | Christian Schneppe | 1 | -2/+7 | |
2019-06-08 | fixed some NPE | Christian Schneppe | 1 | -3/+6 | |
2019-06-08 | synchronize around attributes in toContentValues() | Christian Schneppe | 1 | -1/+3 | |
2019-06-08 | show error messages in text layout not edittext | Christian Schneppe | 2 | -6/+16 | |
2019-06-08 | handle invalid canditates in jingle | Christian Schneppe | 1 | -0/+4 | |
2019-06-08 | double check that activity is not null in updateSend button | Christian Schneppe | 1 | -2/+2 | |
2019-06-08 | fixed NPE in channel discovery after race to create menu | Christian Schneppe | 1 | -1/+1 | |
2019-06-08 | set own omemo devices to inactive after 60 days of inactivity | Christian Schneppe | 1 | -1/+1 | |
2019-06-08 | change music volume during audio playback | Christian Schneppe | 1 | -0/+1 | |
2019-06-08 | fix activity_media_viewer.xml | Christian Schneppe | 1 | -1/+0 | |
2019-06-08 | change minimum timeout for uploads/downloads | Christian Schneppe | 2 | -4/+4 | |
2019-06-08 | less connection delay | Christian Schneppe | 1 | -8/+8 | |
2019-06-08 | performance improvements | Christian Schneppe | 2 | -3/+2 | |
2019-05-19 | separate received and sent files | Christian Schneppe | 4 | -10/+47 | |
fixes #140 | |||||
2019-05-19 | run postDelayed in background thread | Christian Schneppe | 1 | -1/+4 | |
2019-05-18 | always change music volume | Christian Schneppe | 1 | -1/+1 | |
2019-05-18 | update translations | Christian Schneppe | 23 | -62/+1160 | |
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 | 2 | -54/+9 | |
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 | 4 | -7/+64 | |
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 | 15 | -102/+165 | |
2019-05-03 | do not jump out of whispher mode when selecting attach | Christian Schneppe | 1 | -1/+0 | |
2019-05-03 | fixed ui glitch when displaying PM hint over attachments | Christian Schneppe | 2 | -16/+13 | |
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 | 5 | -10/+70 | |
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 | 3 | -22/+49 | |
2019-04-28 | added Tor support to channel search | Christian Schneppe | 3 | -4/+28 | |
2019-04-28 | improve welcome screens | Christian Schneppe | 6 | -19/+50 | |
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 | 15 | -3/+630 | |
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 | |