Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make use of Namespace.REGISTER constant | Christian Schneppe | 2019-05-04 | 2 | -5/+5 | |
| | ||||||
* | fix export error for non-unicode numbers | Christian Schneppe | 2019-05-04 | 1 | -1/+1 | |
| | ||||||
* | do not synchronize twice when adding status and date bubbles | Christian Schneppe | 2019-05-04 | 1 | -60/+50 | |
| | ||||||
* | wait with presence selection until attachment commit | Christian Schneppe | 2019-05-04 | 2 | -68/+71 | |
| | ||||||
* | small message optimizations | Christian Schneppe | 2019-05-04 | 3 | -11/+12 | |
| | ||||||
* | introduced type private_file_message to handle attachments in PMs | Christian Schneppe | 2019-05-03 | 13 | -87/+150 | |
| | ||||||
* | do not jump out of whispher mode when selecting attach | Christian Schneppe | 2019-05-03 | 1 | -1/+0 | |
| | ||||||
* | add bookmark when clicking on channel search result | Christian Schneppe | 2019-05-03 | 1 | -0/+13 | |
| | ||||||
* | add contact dialog: warn on suspicious addresses | Christian Schneppe | 2019-05-03 | 4 | -10/+67 | |
| | ||||||
* | store correcting message in db | Christian Schneppe | 2019-05-03 | 2 | -7/+9 | |
| | ||||||
* | temporary disable PM hint above edittext | Christian Schneppe | 2019-05-03 | 1 | -1/+1 | |
| | | | | because it looks terrible | |||||
* | put PM hint above edittext | Christian Schneppe | 2019-05-03 | 2 | -1/+8 | |
| | ||||||
* | added Tor support to channel search | Christian Schneppe | 2019-04-28 | 3 | -4/+28 | |
| | ||||||
* | improve welcome screens | Christian Schneppe | 2019-04-28 | 3 | -16/+38 | |
| | ||||||
* | video player should request audio focus | Christian Schneppe | 2019-04-28 | 1 | -2/+27 | |
| | ||||||
* | keyboard event callbacks shoud run on ui thread | Christian Schneppe | 2019-04-26 | 1 | -4/+4 | |
| | ||||||
* | implement channel discovery | Christian Schneppe | 2019-04-26 | 9 | -3/+516 | |
| | | | | | refactor muc search to use http cache channel search results | |||||
* | run keyboard listeners on background executor | Christian Schneppe | 2019-04-26 | 1 | -16/+24 | |
| | ||||||
* | execute some dismiss error notification and reset error in background | Christian Schneppe | 2019-04-26 | 1 | -2/+2 | |
| | ||||||
* | use mediated invite on reinvite if user is not member | Christian Schneppe | 2019-04-26 | 1 | -1/+5 | |
| | ||||||
* | fix setting muc avatar | Christian Schneppe | 2019-04-26 | 1 | -16/+15 | |
| | ||||||
* | use styled warning for message error | Christian Schneppe | 2019-04-12 | 4 | -12/+10 | |
| | ||||||
* | fix invite links | Christian Schneppe | 2019-04-12 | 1 | -2/+2 | |
| | ||||||
* | show users nick in chat if it's set | Christian Schneppe | 2019-04-12 | 1 | -1/+1 | |
| | ||||||
* | fix some NPE | Christian Schneppe | 2019-04-12 | 3 | -16/+24 | |
| | ||||||
* | fix account detection in EnterNameActivity | Christian Schneppe | 2019-04-02 | 2 | -3/+5 | |
| | ||||||
* | small improvement to auto hide fab in MediaViewerActivity | Christian Schneppe | 2019-04-02 | 1 | -1/+5 | |
| | ||||||
* | remove logging from delete from server | Christian Schneppe | 2019-04-01 | 1 | -1/+0 | |
| | ||||||
* | add ability to kick user from room and not just ban them | Christian Schneppe | 2019-04-01 | 1 | -32/+53 | |
| | ||||||
* | rename "advanced mode" in WelcomeActivity to "I have an account" | Christian Schneppe | 2019-03-31 | 1 | -2/+2 | |
| | ||||||
* | add ability to delete account also from server | Christian Schneppe | 2019-03-31 | 3 | -2/+37 | |
| | | | | fixes #315 | |||||
* | fix automatic backup creation | Christian Schneppe | 2019-03-31 | 1 | -1/+1 | |
| | ||||||
* | try to fix a crash during fragment detection | Christian Schneppe | 2019-03-31 | 1 | -1/+2 | |
| | ||||||
* | differ between group chat and channel in tablet mode | Christian Schneppe | 2019-03-31 | 1 | -1/+2 | |
| | ||||||
* | fix url detection for webpreviews | Christian Schneppe | 2019-03-31 | 4 | -4/+15 | |
| | ||||||
* | add account > 0 check to inviteUser menu | Christian Schneppe | 2019-03-31 | 2 | -2/+7 | |
| | ||||||
* | catch exceptions in NotificationService | Christian Schneppe | 2019-03-31 | 1 | -1/+7 | |
| | ||||||
* | rework max file upload size in server info | Christian Schneppe | 2019-03-31 | 3 | -34/+12 | |
| | ||||||
* | do sent/received correct based on true counterpart introduced in ↵ | Christian Schneppe | 2019-03-31 | 1 | -1/+1 | |
| | | | | | | fec6d7a90c443ef0ef86464bd2fb49cdc56d1587 only for type=groupchat | |||||
* | add activity to define some important privacy settings on first start | Christian Schneppe | 2019-03-31 | 9 | -48/+296 | |
| | ||||||
* | fix some crashes | Christian Schneppe | 2019-03-14 | 3 | -3/+6 | |
| | ||||||
* | rework user name input during account creation | Christian Schneppe | 2019-03-14 | 2 | -21/+16 | |
| | ||||||
* | fix backup creation for older installations | Christian Schneppe | 2019-03-14 | 2 | -8/+16 | |
| | | | | If you had problems importing the backup you need to create a new backup after this patch | |||||
* | version 2.2.0 | Christian Schneppe | 2019-03-06 | 1 | -2/+1 | |
| | ||||||
* | fixed security exception when attempting to display image in notification | Christian Schneppe | 2019-03-06 | 1 | -5/+10 | |
| | ||||||
* | find activity even if wrapped in context wrapper | Christian Schneppe | 2019-03-06 | 1 | -3/+7 | |
| | ||||||
* | double check that muc message is ours if true jid is known | Christian Schneppe | 2019-03-06 | 1 | -2/+7 | |
| | ||||||
* | copy intent extras in eventreceiver | Christian Schneppe | 2019-03-06 | 1 | -0/+5 | |
| | ||||||
* | only show images and videos in media browser | Christian Schneppe | 2019-03-06 | 1 | -1/+3 | |
| | ||||||
* | show progress while loading media files | Christian Schneppe | 2019-03-06 | 1 | -0/+4 | |
| |