Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-07 | allow corrections in all mucs | Christian Schneppe | 1 | -2/+1 | |
2019-02-07 | rights managment in muc | Christian Schneppe | 3 | -12/+38 | |
2019-02-07 | show different room settings for channels and groups | Christian Schneppe | 8 | -59/+183 | |
2019-02-07 | provide the same fab submenu for both tabs. rename tab to bookmark | Christian Schneppe | 50 | -210/+612 | |
2019-02-07 | remove delete in media_viewer | Christian Schneppe | 1 | -5/+0 | |
2019-02-07 | fixed strings | Christian Schneppe | 1 | -1/+1 | |
2019-02-07 | fixed strings | Christian Schneppe | 1 | -1/+1 | |
2019-02-04 | update translations | Christian Schneppe | 20 | -99/+331 | |
2019-02-04 | show dialog with created password in MagicCreateActivity | Christian Schneppe | 1 | -8/+25 | |
2019-02-04 | Revert "WelcomeActivity: Add QR code scanner button" | Christian Schneppe | 2 | -35/+0 | |
This reverts commit 7b9ced9fb752ee485b657daf6d827f311ed6e8bc. | |||||
2019-02-04 | fix xmpp uri links that have a aditional chars after join | Christian Schneppe | 1 | -1/+1 | |
for example xmpp:foo@bar.tld?join, | |||||
2019-02-04 | remove warning messages for kick after ban failing. on modern servers ban is ↵ | Christian Schneppe | 5 | -54/+12 | |
enough to also kick | |||||
2019-02-04 | make sure that http upload/download is not startetd multiple times | Christian Schneppe | 3 | -40/+71 | |
2019-02-04 | rename some variables | Christian Schneppe | 5 | -5/+5 | |
2019-02-04 | schedule another ping 30s after connectivity_change | Christian Schneppe | 2 | -3/+31 | |
2019-02-04 | fixed context menu on self contact | Christian Schneppe | 1 | -1/+1 | |
2019-02-04 | rework MediaViewerActivity | Christian Schneppe | 8 | -84/+67 | |
2019-01-27 | add ability to delete last sent message also on remote devices | Christian Schneppe | 2 | -1/+25 | |
if message correction is supported and available | |||||
2019-01-27 | show sub menu fabs for create group chats | Christian Schneppe | 19 | -48/+102 | |
2019-01-27 | show context menu when long pressing own account picture | Christian Schneppe | 3 | -19/+42 | |
2019-01-27 | changed order of users and media in muc details | Christian Schneppe | 5 | -65/+74 | |
2019-01-27 | add context menu for muc user adapter | Christian Schneppe | 7 | -49/+104 | |
2019-01-27 | refactored group chat members into seperate screen | Christian Schneppe | 16 | -210/+452 | |
2019-01-27 | Fix type in presence | Christian Schneppe | 1 | -1/+1 | |
2019-01-27 | refactored avatar workers into single class | Christian Schneppe | 17 | -390/+203 | |
2019-01-27 | do not require starttls when connecting over to .onion domain | Christian Schneppe | 1 | -2/+2 | |
2019-01-27 | scan all files in case some files were previously marked as deleted by accident | Christian Schneppe | 3 | -13/+73 | |
2019-01-27 | migrate conversation list row to binder | Christian Schneppe | 2 | -279/+255 | |
2019-01-27 | make bitmap worker task static | Christian Schneppe | 7 | -37/+68 | |
2019-01-27 | WelcomeActivity: Add QR code scanner button | Christian Schneppe | 2 | -0/+35 | |
picked from https://github.com/siacs/Conversations/pull/2920 | |||||
2019-01-26 | don't generate invite links if there were no activated accounts | Christian Schneppe | 1 | -0/+4 | |
2019-01-26 | catch NPE while getting Display Name | Christian Schneppe | 1 | -1/+5 | |
2019-01-26 | fix crash on getting bookmarks | Christian Schneppe | 1 | -5/+7 | |
2019-01-26 | fix crash while onTaskRemoved | Christian Schneppe | 1 | -7/+9 | |
2019-01-26 | fix compatibility issue on startup | Christian Schneppe | 1 | -1/+17 | |
2019-01-26 | make avatars from contacts configurable | Christian Schneppe | 5 | -7/+20 | |
2019-01-26 | show timestamp in restore view | Christian Schneppe | 1 | -1/+1 | |
2019-01-26 | also make human readable logs as text files work with new backup and restore | Christian Schneppe | 1 | -0/+100 | |
2019-01-26 | make new backup and restore possible with old databases | Christian Schneppe | 2 | -7/+17 | |
2019-01-26 | small layout fixes | Christian Schneppe | 6 | -72/+19 | |
2019-01-26 | show spinning wheel in restore backup activity | Christian Schneppe | 4 | -8/+36 | |
2019-01-26 | always show number of connected accounts in foreground notification | Christian Schneppe | 8 | -46/+38 | |
2019-01-26 | rework backup & restore | Christian Schneppe | 39 | -771/+1384 | |
use the implementation from Conversations | |||||
2019-01-25 | properly jump out of connection loop on state changing errors | Christian Schneppe | 1 | -8/+7 | |
2019-01-25 | normalize nicks before getting them from bookmarks or pep | Christian Schneppe | 1 | -8/+21 | |
2019-01-25 | use clear top flag in shortcut intent | Christian Schneppe | 1 | -0/+1 | |
2019-01-25 | resend presence to muc avatar update | Christian Schneppe | 5 | -50/+83 | |
2019-01-25 | null checks when deleting old files | Christian Schneppe | 1 | -2/+2 | |
2019-01-25 | fix typo | Christian Schneppe | 1 | -2/+2 | |
2019-01-25 | provide Set as Profile intent | Christian Schneppe | 8 | -19/+150 | |