- 01 Nov, 2019 1 commit
-
-
Torsten Grote authored
-
- 28 Oct, 2019 4 commits
-
-
Torsten Grote authored
-
Torsten Grote authored
- 22 Oct, 2019 7 commits
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
This also implements the method for MessagingManager (including integration tests) and adds no-op implementations for other clients.
-
Torsten Grote authored
-
- 21 Oct, 2019 1 commit
-
-
Torsten Grote authored
Raise target API version to 28 and fix soft keyboard issues Closes #1505 See merge request !1043
-
- 18 Oct, 2019 16 commits
-
-
Torsten Grote authored
Update XML code style settings See merge request !1178
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
1. Manually request focus for input fields and show keyboard This is needed when targetting API 28 which doesn't give focus anymore automatically like it used to be. Closes #1505 2. Remember keyboard states across screen rotations This also upgrades the emoji library and gets rid of the KeyboardAwareLinearLayout that is still a relict from the time when we were using Signal's emoji implementation. 3. Move soft keyboard showing/hiding into UiUtils
-
- 17 Oct, 2019 2 commits
-
-
Torsten Grote authored
- 16 Oct, 2019 4 commits
-
-
Torsten Grote authored
-
Torsten Grote authored
- 15 Oct, 2019 5 commits
-
-
Torsten Grote authored
When doing reloads of list items such as when adding test contacts, we loaded different versions of those items and added them to the list. According to the documentation https://developer.android.com/reference/android/support/v7/util/SortedList.html#add > If the sorting criteria of the item is changed, > SortedList won't be able to find its duplicate in the list > which will result in having a duplicate of the Item in the list. For the contact list at least, new contacts caused reloads of the entire list and new messages caused the contacts to be sorted differently. Thus we ended up with duplicate contacts in the list. This commit fixes this by replacing the contacts in the list instead of adding them. It applies the same fix to forums and private groups which use the same logic and are thus also affected. Fixes #1210
-
Torsten Grote authored
If two different people sent the same link, show warning dialog to the user to prevent a social attack trying to discover contact relationships.
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-