- Jul 03, 2016
-
-
str4d authored
Font Colors and Separate Themes Once applied this commit will change the font colors according to the design and move all themes into a dedicated file. Closes #333 See merge request !228
-
- Jul 01, 2016
-
-
Ernir Erlingsson authored
Remove unused Java layout helpers Closes #397 See merge request !232
-
- Jun 30, 2016
-
-
Torsten Grote authored
Closes #397
-
Torsten Grote authored
Make timestamps prettier and more useful Here's some example timestamps I have been testing with. That's how it will look like when this MR is merged:  Closes #230 See merge request !235
-
Torsten Grote authored
-
- Jun 29, 2016
-
-
Ernir Erlingsson authored
Trim leading and trailing whitespace when displaying messages Closes #326 See merge request !234
-
- 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
Deduplicate contact exchange protocol `ContactExchangeTask` was originally extracted from the Bluetooth invitation task; this completes the refactoring. Closes #365. See merge request !199
-
Torsten Grote authored
-
Torsten Grote authored
Make use of Existing Translations Adds first translations to source code and sets up transifex config file. Pull more translations later with: ```bash cd briar-android tx pull --mode=developer ``` Closes #448  See merge request !226
-
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
-
Ernir Erlingsson authored
Merge branch '442-author-s-identicon-nickname-and-status-are-separated-in-forum-post-layout' into 'master' Separate Date and Author Name in Forum Posts This also fixes the issue there the trust indicator was shown at the top on some devices.  Closes #442 See merge request !227
-
Ernir Erlingsson authored
Fix IdentityManager hooks This commit makes sure that there is only one identity manager that is initialized early enough so hooks can be added properly. Closes #446 See merge request !225
-
- Jun 25, 2016
-
-
str4d authored
ContactExchangeTask was originally extracted from the Bluetooth invitation task; this completes the refactoring.
-
- Jun 23, 2016
-
-
Torsten Grote authored
Closes #442
-
Torsten Grote authored
This commit makes sure that there is only one identity manager that is initialized early enough so hooks can be added properly. Closes #446
-
Torsten Grote authored
Backend for Automatic Micro Blogs This MR introduces automatic personal blogs to the Blog client. When a contact is added, her personal blog will also be added automatically. Also, when a new identity is added, a personal blog for that identity is created. The first commit changes the blog paradigm to short-form blogs and introduces other things that will be useful later in the UI (!214) such as a BlogPostAdded event and the possibility to delete/remove blogs (not the personal ones). This MR is based on !224 to prevent crashes that are fixed by it. So please review and merge !224 first. See merge request !223
-
Torsten Grote authored
This is useful when sorting blog posts in the combined feed. It ensures you do not miss older posts that were just synced to you.
-
Torsten Grote authored
When a contact is added, her personal blog will also be added automatically. Also, when a new identity is added, a personal blog for that identity is created. Part of #436
-
Torsten Grote authored
Removes teaser and makes body mandatory. It also adds support for deleting blogs and introduces a getAuthorStatus() method to the IdentityManager that takes a running transaction.
-
str4d authored
Remove MAX_GROUP_DESCRIPTOR_LENGTH Closes #441 See merge request !224
-
- Jun 22, 2016
-
-
Torsten Grote authored
Closes #441
-
Torsten Grote authored
Forum improvements Forum Activity improvements: * Orientation changes now restore the activity properly, e.g. input text and state is retained * Snack bar is now, when appropriate, clickable * The bottom divider is no longer visible for the bottom entry * Code refactoring for improved simplicity and less redundancy * Timestamp check to ensure that new posts are not older than the latest post Closes #426 Closes #423 Closes #424 See merge request !218
-
Ernir Erlingsson authored
-
- Jun 21, 2016
-
-
Torsten Grote authored
Fixing fragment instance restore Alas, it turns out that my neat way of integrating the Fragments into the dependency graph was not without problems. Me and @grote discovered that this presented us with a lot of problems on orientation changes as the Activity is re-created, and therefore parts of the dependency graph. The simplest solution was simply to abandon the idea, i.e. with this branch Fragments are no longer part of the dependency graph. See merge request !215
-
Torsten Grote authored
synched conversation and forum input Closes #354 See merge request !219
-
Ernir Erlingsson authored
-
- Jun 20, 2016
-
-
Ernir Erlingsson authored
-
Torsten Grote authored
Implement Blog Sharing Client Closes #403 See merge request !220
-
- Jun 18, 2016
- Jun 17, 2016
-
-
Ernir Erlingsson authored
Fix test broken by #78 See merge request !221
-
str4d authored
-
- Jun 15, 2016
-
-
Ernir Erlingsson authored
Blog Client with Factories and Validator This implements a simple initial blog client that covers the basic blog actions, but no deletion/removal of blogs, yet. Classes for Blogs and Blog Post Headers have been introduced along with the associated factories. A `BlogPostValidator` has been added that validates incoming blog posts. Closes #402 Closes #404 See merge request !212
-
Ernir Erlingsson authored
New Trust Level Indicator Replaces The Stars This implements a generic `TrustIndicatorView` with a `setTrustLevel()` method which updates the drawable according to the `Author.State`. It also removes unused files from the repo. This is based on !212 and should only be merged after it. Closes #78 See merge request !217
-
Torsten Grote authored
This implements a generic `TrustIndicatorView` with a `setTrustLevel()` method which updates the drawable according to the `Author.State`. Closes #78
-
Torsten Grote authored
This implements a simple initial blog client that covers the basic blog actions, but no deletion/removal of blogs, yet. Classes for Blogs and Blog Post Headers have been introduced along with the associated factories. A `BlogPostValidator` has been added that validates incoming blog posts. Closes #402 Closes #404
-
Torsten Grote authored
fix persistance Closes #433 See merge request !216
-
- Jun 14, 2016
-
-
Ernir Erlingsson authored
-