- Aug 03, 2016
-
-
Torsten Grote authored
This commit refactors the code for sharing forums, so it can be used for sharing blogs as well. It does not yet include code for responding to blog invitations.
-
- Aug 02, 2016
-
-
Torsten Grote authored
Closes #517
-
- Aug 01, 2016
-
-
Torsten Grote authored
-
-
-
-
Torsten Grote authored
This also adds a setting allowing people to turn blog post notifications off. Closes #488
-
Torsten Grote authored
Closes #472
-
Torsten Grote authored
Closes #415
-
- Jul 28, 2016
-
-
Torsten Grote authored
Closes #533
-
- Jul 13, 2016
-
-
str4d authored
-
- Jul 12, 2016
-
-
str4d authored
-
Ernir Erlingsson authored
-
- Jul 08, 2016
-
-
Torsten Grote authored
* Explain what "account creation" means on first run * Use hints instead of dedicated text views * Move password strength meter up into the user's view * Always move user's view to current input field * Improve "Forgot Password" dialog Closes #151
-
- Jul 07, 2016
-
-
Torsten Grote authored
-
- Jul 06, 2016
-
-
Torsten Grote authored
Closes #360
-
Torsten Grote authored
Closes #455
-
- Jul 04, 2016
-
-
Torsten Grote authored
This commit addes a combined blog feed that shows all posts of all subscribed blogs in the order the blog posts have been received. For now, this commit also hides other blog functionality like adding additional blogs and browsing individual blogs. Closes #417
-
Torsten Grote authored
Closes #418
-
Torsten Grote authored
This allows for swiping left/right to read other posts by using a ViewPager. This hasn't been done as a separate activity, but with fragments, so both can share the `BlogPersistentData` without needing to reload it. Closes #428
-
Torsten Grote authored
Closes #411
-
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
-
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.
-
Torsten Grote authored
This implements very basic and simple empty state messages for the current features. Closes #327
-
- Jun 28, 2016
-
-
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 22, 2016
-
-
Ernir Erlingsson authored
-
- Jun 11, 2016
-
-
str4d 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
-
- May 30, 2016
-
-
Ernir Erlingsson 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
-
- May 18, 2016
-
-
Torsten Grote authored
Closes #399
-
- May 16, 2016
-
-
Torsten Grote authored
-
- May 11, 2016
-
-
Torsten Grote authored
Also prevents the snackbar from hiding the bottom of the list. Closes #337
-
Torsten Grote authored
This changes `ShareForumActivity` to use two fragments to facilitate forum sharing with the new Forum Sharing Client backend. The `ContactSelectorFragment` allows the user to select a number of contacts. If there is an ongoing sharing session or the forum is already shared with the contact, it is disabled in the list. If there is at least one contact selected, a button appears in the toolbar that brings the user to the `ShareForumMessageFragment` where the user can write an optional message to be send along with the invitation. After sending an invitation, the user is brought back to the forum that she shared and there is a snackbar showing up briefly to indicate the successful invitation. The invitation is shown along with the message within the private conversation of each contact. The person who shares the forum also sees the invitation and the message as outgoing messages that also display the current status of the messages. A notification is shown like for other private messages as well. Please note that this commit does not include a way for users to respond to invitations.
-
- May 10, 2016
-
-
Torsten Grote authored
Turn list of available forums into a BriarRecyclerView with XML layout. Allow to respond to forum invitations from the list of available forums. The user can either accept or decline an invitation.
-
- May 06, 2016
-
-
str4d authored
Includes parallel improvements to Bluetooth key exchange UI.
-
- May 04, 2016
-
-
Torsten Grote authored
The adapter of the `ForumListFragment` has been changed into a `BriarRecyclerView` and all its code has been adapted and simplified accordingly. All UI of the forum list is now defined in XML layouts.
-
akwizgran authored
-