- Nov 01, 2016
-
-
Torsten Grote authored
-
- Oct 06, 2016
-
-
Torsten Grote authored
This commit also moves various blog classes into their own packages and makes the required visibility changes.
-
- Sep 07, 2016
-
-
Torsten Grote authored
Fixes #634
-
- Jul 17, 2016
-
-
str4d authored
-
- Jul 04, 2016
-
-
Torsten Grote authored
This commit lays the groundwork for #415
-
Torsten Grote authored
This does not yet support multiple identities. It just shows blogs created by the first identity, but can easily be adapted for multi-identity support. Closes #410
-
- Jun 03, 2016
-
-
Torsten Grote authored
It does so by extending the compound view `TextAvatarView` and provides convienient setters that take care of the required UI changes. The new badge can also be used to indicate a problem with the forum. Closes #408
-
- Dec 17, 2015
- Dec 15, 2015
- Nov 30, 2015
-
-
akwizgran authored
-
- Feb 27, 2014
-
-
akwizgran authored
-
- Jan 08, 2014
-
-
akwizgran authored
-
- Dec 19, 2013
-
-
akwizgran authored
Private messages are now the same as group messages, but groups can be private or public. When a contact is added, a private group is created and designated as the inbox for exchanging private messages with the contact.
-
- Nov 30, 2013
-
-
akwizgran authored
-
- Apr 18, 2013
-
-
akwizgran authored
-
- Apr 13, 2013
- Mar 29, 2013
-
-
akwizgran authored
The invitation and private messaging UIs are currently broken. Some key rotation bugs were fixed; others may have been created (unit tests needed). An encoding for private keys was added. Pseudonyms were moved out of the messaging package and ratings were moved in.
-
- Mar 15, 2013
- Mar 14, 2013
-
-
akwizgran authored
Fields in Android UI objects that are accessed from background threads must be declared volatile. UI objects use data attached to DB events to avoid DB lookups, which complicates the UI code but should improve performance.
-
- Mar 12, 2013
-
-
akwizgran authored
-