- Jul 04, 2016
-
-
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
-
Torsten Grote authored
Clicking the plus in the toolbar open the `CreateBlogActivity` which allows the user to create a new blog. Only the first identity is considered, but support for more identities can be easily added later. The actual list of blogs in the My Blogs tab will be done in the next commit.
-
- Jun 30, 2016
-
-
Torsten Grote authored
Closes #397
-
Torsten Grote authored
-
- Jun 28, 2016
-
-
Torsten Grote authored
Closes #326
-
Torsten Grote authored
Once applied this commit will change the font colors according to the design and move all themes into a dedicated file. Closes #333
-
- Jun 27, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
Adds first translations to source code and sets up transifex config file. Pull more translations later with: cd briar-android tx pull --mode=developer Closes #448
-
- Jun 23, 2016
-
-
Torsten Grote authored
Closes #442
-
- Jun 22, 2016
-
-
Ernir Erlingsson authored
-
- Jun 21, 2016
-
-
Ernir Erlingsson authored
-
- Jun 20, 2016
-
-
Ernir Erlingsson authored
-
- Jun 18, 2016
-
-
str4d authored
-
- Jun 17, 2016
-
-
str4d authored
-
- Jun 15, 2016
-
-
Torsten Grote authored
This implements a generic `TrustIndicatorView` with a `setTrustLevel()` method which updates the drawable according to the `Author.State`. Closes #78
-
- Jun 14, 2016
-
-
Ernir Erlingsson authored
-
- Jun 11, 2016
-
-
str4d authored
-
- Jun 08, 2016
-
-
Torsten Grote authored
by checking if a group ID exists. Closes #430
-
Torsten Grote authored
-
Torsten Grote authored
-
- Jun 03, 2016
-
-
Torsten Grote authored
This replaces the custom layouts in the navigation drawer with a `NavigationView` and adds a menu entry for Blogs. A Main Blogs fragment is added that holds a `TabLayout` and a `ViewPager`. Five tabs are already added, but they just have a single placeholder fragment that is to be replaced by the actual fragments. Closes #409
-
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
-
- Jun 01, 2016
-
-
Ernir Erlingsson authored
-
- May 31, 2016
-
-
Ernir Erlingsson authored
-
- May 30, 2016
-
-
Ernir Erlingsson authored
-
- May 26, 2016
-
-
Torsten Grote authored
This adds a new table to the database to hold message dependencies. It introduces two more message states: pending and delivered The valid column in the database was renamed to state to better reflect its new extended meaning. The DatabaseComponent was extended with three methods for: * adding dependencies * getting dependencies of a message * getting messages that depend on a message (dependents) * getting messages to be delivered (by startup hook) * getting pending messages to be possibly delivered (by startup hook) In order to reflect the new states, things that were previously true for VALID messages have been changed to now be true for DELIVERED messages. Since pending messages should not be available to clients, many database queries have been modified to only return results for delivered messages. All added methods and changes should come with updated unit tests. Please note that the database version was bumped in this commit.
-
- May 24, 2016
-
-
- May 20, 2016
-
-
str4d authored
Fixes the following crash that occurs after upgrading to support 23.3.0: https://code.google.com/p/android/issues/detail?id=174871
-
Torsten Grote authored
-
- May 19, 2016
-
-
Torsten Grote authored
The new activity shows who you are sharing a forum with and who shares a forum with you. It is accessible from the overflow menu when in a forum. Closes #398
-
Torsten Grote authored
Closes #391
-
- May 18, 2016
-
-
Torsten Grote authored
Closes #399
-
- May 16, 2016
-
-
Torsten Grote authored
Closes #396
-
Torsten Grote authored
The code for creating forums in ForumManager was used by ForumSharingManager and also needed by InviteeEngine. This extracts it into its own class. Closes #375
-
Torsten Grote authored
-
Torsten Grote authored
Closes #395
-
- May 13, 2016
-
-
Torsten Grote authored
-
-
akwizgran authored
-
akwizgran authored
-