- Aug 09, 2016
-
-
Torsten Grote authored
Closes #342
-
- Aug 08, 2016
-
-
Torsten Grote authored
-
- Aug 07, 2016
-
-
ligi authored
No more general disabling of abortOnError Resolved all *errors* beside language ones MissingTranslation & ImpliedQuantity Issue context: #567
-
- Aug 04, 2016
-
-
Torsten Grote authored
Closes #429
-
- Aug 03, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
This refactors the forum invitation code, so it can be used by both: forums and blogs.
-
Torsten Grote authored
-
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
-
-
-
This enables the toolbar to be used as an action bar, and tinting of UI elements like checkboxes.
-
-
Torsten Grote authored
-
- Jul 28, 2016
-
-
Torsten Grote authored
Closes #533
-
- Jul 17, 2016
-
-
str4d authored
-
- Jul 12, 2016
-
-
str4d 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
-
Torsten Grote authored
to make it clearer who will be introduced.
-
- Jul 07, 2016
-
-
Torsten Grote authored
-
Ernir Erlingsson authored
-
- Jul 06, 2016
-
-
Torsten Grote authored
Closes #452
-
- 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
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 23, 2016
-
-
Torsten Grote authored
Closes #442
-
- Jun 22, 2016
-
-
Ernir Erlingsson authored
-
- Jun 21, 2016
-
-
Ernir Erlingsson 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 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 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
-