- Nov 04, 2016
-
-
akwizgran authored
-
- Oct 31, 2016
-
-
Torsten Grote authored
-
- Oct 25, 2016
-
-
Torsten Grote authored
-
- Oct 20, 2016
-
-
akwizgran authored
Also fixed a couple of bugs.
-
- Oct 19, 2016
-
-
akwizgran authored
-
- Oct 10, 2016
-
-
Torsten Grote authored
-
akwizgran authored
-
Torsten Grote authored
Fixes #373
-
- Oct 06, 2016
-
-
Torsten Grote authored
This commit also moves various blog classes into their own packages and makes the required visibility changes.
-
- Oct 05, 2016
-
-
Ernir Erlingsson authored
-
- Oct 04, 2016
-
-
Torsten Grote authored
All text that can be generated by users will show emoji from the shipped sprites. For all messages and posts, the custom emoji keyboard is now available. This also disables menu actions rather than hiding them and thus closes #677 Included is a fix for a regression that was not showing the keyboard automatically in forums and thus closes #676
-
- Sep 23, 2016
-
-
Torsten Grote authored
Add functionality to save and restore recently used Emojis Update emoji and add new categories based on AOSP's XML file
-
- Sep 02, 2016
-
-
Torsten Grote authored
-
- Aug 21, 2016
-
-
Ernir Erlingsson authored
-
- Aug 03, 2016
-
-
Torsten Grote authored
When we clear a list in onPause(), the proper behavior is that the empty state message is shown, because the list is indeed empty. However, we will reload the list content again in onResume(), so the fix chosen in this commit is to force showing the progress bar right after clearing the list. Closes #576
-
- Jul 08, 2016
-
-
Torsten Grote authored
to make it clearer who will be introduced.
-
- Jul 06, 2016
-
-
Torsten Grote authored
Closes #360
-
- Jun 20, 2016
-
-
Ernir Erlingsson authored
-
- May 11, 2016
-
-
akwizgran authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
- Apr 25, 2016
-
-
Torsten Grote authored
This commit introduces an abstract `BaseContactListAdapter` which provides most of the adapter logic. The original `ContactListAdapter` extends it to show date and online status of the contacts. The new `ContactChooserAdapter` which is used for introductions extends the `ContactListAdapter` and adds logic for graying out contacts from different identities than the currently used one. A new `ContactSelectorAdapter` extends the `BaseContactListAdapter` and allows to select multiple contacts. It offers a method to return a collection of all selected `ContactId`s. This commit also sneaks in an animation when the 'Share Forum' button is clicked. Closes #292
-
- Apr 15, 2016
-
-
akwizgran authored
-
- Apr 12, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
(except refactoring of conversation item classes)
-
Torsten Grote authored
When devices' clocks are out of sync, it is possible that a response is shown before the request. This commit makes sure that the timestamp of responses is always later than the last message in the conversation. Some wording could be misunderstood to thing introductions were successful even though they were not. That has been clarified. A new database transaction was created when getting contacts and local transport properties. This has been changed to re-use the existing transaction. Also addresses minor issues found in review.
-
Torsten Grote authored
Show system notification for successful introductions
-