Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | correct some strings | Christian Schneppe | 2019-03-31 | 2 | -10/+10 | |
| | ||||||
* | catch exceptions in NotificationService | Christian Schneppe | 2019-03-31 | 1 | -1/+7 | |
| | ||||||
* | renamed button in recording dialog to 'attach' | Christian Schneppe | 2019-03-31 | 2 | -1/+2 | |
| | ||||||
* | 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 | |||||
* | New Crowdin translations (#327) | Christian Schneppe | 2019-03-31 | 1 | -0/+113 | |
| | | | | | | | | | | | | | | * New translations strings.xml (Russian) * New translations strings.xml (Russian) * New translations strings.xml (Russian) * New translations strings.xml (Russian) * New translations strings.xml (Russian) * New translations strings.xml (Russian) | |||||
* | add activity to define some important privacy settings on first start | Christian Schneppe | 2019-03-31 | 21 | -59/+565 | |
| | ||||||
* | New Crowdin translations (#324) | Christian Schneppe | 2019-03-14 | 1 | -0/+25 | |
| | | | | | | | | * New translations strings.xml (Polish) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) | |||||
* | fix some crashes | Christian Schneppe | 2019-03-14 | 3 | -3/+6 | |
| | ||||||
* | rework user name input during account creation | Christian Schneppe | 2019-03-14 | 3 | -22/+18 | |
| | ||||||
* | 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 | |
| | ||||||
* | New Crowdin translations (#318) | Christian Schneppe | 2019-03-06 | 23 | -407/+1055 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Polish) * New translations strings.xml (Galician) * New translations strings.xml (Turkish) * New translations strings.xml (Tagalog) * New translations strings.xml (Swedish) * New translations strings.xml (Russian) * New translations strings.xml (Romanian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) * New translations strings.xml (Italian) * New translations strings.xml (Indonesian) * New translations strings.xml (Greek) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Spanish) * New translations strings.xml (Filipino) * New translations strings.xml (Dutch) * New translations strings.xml (Czech) * New translations strings.xml (Cebuano) * New translations strings.xml (Catalan) * New translations strings.xml (Bulgarian) * New translations strings.xml (Basque) * New translations strings.xml (Arabic) * New translations strings.xml (Azerbaijani) | |||||
* | 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 | 3 | -1/+20 | |
| | ||||||
* | try to catch some NPE | Christian Schneppe | 2019-03-06 | 5 | -16/+18 | |
| | ||||||
* | fix some more NPE | Christian Schneppe | 2019-02-22 | 2 | -15/+22 | |
| | ||||||
* | be sure that default omemo encryption is set off | Christian Schneppe | 2019-02-21 | 1 | -3/+3 | |
| | ||||||
* | add password forgotten item to edit profile menu | Christian Schneppe | 2019-02-21 | 4 | -0/+60 | |
| | | | | fixes #295 | |||||
* | show file too large instead of generic delivery failed | Christian Schneppe | 2019-02-21 | 4 | -9/+55 | |
| | ||||||
* | refresh cached RichPreviews after 7 days | Christian Schneppe | 2019-02-21 | 1 | -0/+18 | |
| | ||||||
* | Deduplicate presences | Christian Schneppe | 2019-02-21 | 4 | -11/+7 | |
| | | | | possibly fixes #303 | |||||
* | improve RichPreview | Christian Schneppe | 2019-02-20 | 12 | -249/+366 | |
| | ||||||
* | fix some more NPEs | Christian Schneppe | 2019-02-18 | 4 | -3/+16 | |
| | ||||||
* | try to fix some NPE in RichPreview | Christian Schneppe | 2019-02-18 | 2 | -1/+179 | |
| | ||||||
* | fix NPE while getting user | Christian Schneppe | 2019-02-18 | 1 | -1/+1 | |
| | ||||||
* | after switching from forced foreground to foreground notification needs update | Christian Schneppe | 2019-02-18 | 2 | -3/+10 | |
| | ||||||
* | fixed typo. s/exits/exists/ | Christian Schneppe | 2019-02-18 | 1 | -1/+1 | |
| | ||||||
* | fixed regression of search hint not updating in StartConversation screen | Christian Schneppe | 2019-02-18 | 7 | -7/+14 | |
| | ||||||
* | allow filtering in participant view | Christian Schneppe | 2019-02-18 | 4 | -6/+96 | |
| | ||||||
* | show notification when backup is done or failed | Christian Schneppe | 2019-02-18 | 4 | -32/+104 | |
| | | | | show success notification only if backup was started manually | |||||
* | do not show 'manage permissions' submenu when only 'remove from room' is visible | Christian Schneppe | 2019-02-18 | 1 | -1/+0 | |
| | ||||||
* | extend max label size slightly | Christian Schneppe | 2019-02-18 | 2 | -0/+2 | |
| | ||||||
* | change isDatasaverDisabled integration for web preview | Christian Schneppe | 2019-02-09 | 2 | -9/+6 | |
| | ||||||
* | print available stream features / mechanisms on incompat server | Christian Schneppe | 2019-02-09 | 2 | -0/+21 | |
| | ||||||
* | don't let users share private group chats | Christian Schneppe | 2019-02-09 | 1 | -1/+1 | |
| | ||||||
* | change bookmarks to multi user chats | Christian Schneppe | 2019-02-09 | 1 | -1/+1 | |
| | ||||||
* | respect Android datasaver and if enabled don't load images | Christian Schneppe | 2019-02-09 | 1 | -5/+10 | |
| | ||||||
* | load FileOrImage before web preview | Christian Schneppe | 2019-02-09 | 1 | -2/+2 | |
| | ||||||
* | automatically hide and show FAB in MediaViewerActivity | Christian Schneppe | 2019-02-09 | 1 | -0/+31 | |
| | | | | integrate lib FullscreenVideoView as files | |||||
* | small fixes for web preview | Christian Schneppe | 2019-02-09 | 2 | -3/+6 | |
| | | | | make links clickable and don't use transform links toLowerCase() | |||||
* | update libs | Christian Schneppe | 2019-02-09 | 1 | -1/+2 | |
| | ||||||
* | show MediaBrowser icon in chat view | Christian Schneppe | 2019-02-09 | 6 | -3/+30 | |
| | ||||||
* | use the term channel in destroy dialog and some other strings | Christian Schneppe | 2019-02-09 | 15 | -79/+97 | |
| |