- Mar 28, 2017
-
-
akwizgran authored
-
- Mar 27, 2017
-
-
akwizgran authored
Sanitize all HTML before displaying it Closes #911 See merge request !493
-
akwizgran authored
Require a panic app to be set before executing any panic actions Closes #907 See merge request !492
-
akwizgran authored
Fix potential NPE when getting soft reference See merge request !490
-
akwizgran authored
Add a setting to disable Tor See merge request !489
-
akwizgran authored
-
- Mar 24, 2017
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
Remove placeholder tests See merge request !491
-
akwizgran authored
Evidently this way of nagging myself to write tests doesn't work.
-
akwizgran authored
Also fixed a bug with settings namespaces.
-
akwizgran authored
Don't make DNS lookups during RSS import Closes #908 See merge request !488
-
akwizgran authored
Make Tor boot more verbose See merge request !486
-
akwizgran authored
Remove error state and reset session on error instead Closes #900 See merge request !484
-
- Mar 23, 2017
-
-
Torsten Grote authored
-
akwizgran authored
Remove REMOTE_LEFT state from sharing client state machine See merge request !483
-
akwizgran authored
-
akwizgran authored
-
- Mar 18, 2017
-
-
goapunk authored
* ProcessBuilder copies the ENV from the current proc and preserves ANDROID_ROOT and ANDROID_DATA Signed-off-by:
goapunk <noobie@goapunks.net>
-
- Mar 17, 2017
-
-
goapunk authored
Signed-off-by:
goapunk <noobie@goapunks.net> (cherry picked from commit e26f663)
-
- Mar 13, 2017
-
-
noobie authored
Signed-off-by:
noobie <noobie@goapunks.net>
-
- Mar 06, 2017
-
-
Torsten Grote authored
-
- Feb 01, 2017
-
-
Torsten Grote authored
-
- Jan 12, 2017
-
-
Torsten Grote authored
-
- Jan 06, 2017
-
-
akwizgran authored
Merge branch '877-save-invitation-outcome-to-invitation-message-and-make-available-to-ui' into 'master' Store invitation outcome in metadata and make it available to the UI This MR is based on !479 and should only be merged after that one has been merged as well. It stores the invitation outcome in the message metadata and includes it in the `canBeOpened()` calculation for private groups and sharables. Closes #877 See merge request !480
-
akwizgran authored
Migrate blog sharing to new sharing client infrastructure This MR contains a second small commit that fixes #816 and adds a test for it. Closes #476, #701 See merge request !479
-
Torsten Grote authored
and include in canBeOpened calculation for private groups and sharables.
-
Torsten Grote authored
-
Torsten Grote authored
Fixes #816
-
Torsten Grote authored
-
akwizgran authored
Check the blog item in NavDrawer when opening a blog via notification There are three scenarios where the selected item in the NavDrawer changes: 1. The user selects an item -> the item is checked automatically. 2. The user pressed back -> already handled in onBackPressed (needs to be extended with #606) 3. The user touched a notification -> handled by this commit. Signed-off-by:
goapunk <noobie@goapunks.net> Closes #889 See merge request !481
-
akwizgran authored
Stop periodic list update only once When testing the forum unread code, I noticed the recycler view is detaching twice. Once because the stop method is called and once because the view detaches from the window. Wouldn't it be safe to null the refresher when the updates are stopped? See merge request !478
-
goapunk authored
Signed-off-by:
goapunk <noobie@goapunks.net>
-
- Jan 04, 2017
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
Remove code for collapsing threads and for reply count Besides removing lots of code, this MR also improves the encapsulation between adapter and view holders. Closes #478, #502, #526, #682, #683, #835, #836 See merge request !477
-
Torsten Grote authored
-
akwizgran authored
Threaded Unread Handling  This leaves in the collapsing code for now and just hides the UI element for collapsing. The code can be removed in a second pass to simplify the adapter. Closes #879 See merge request !476
-
- Jan 03, 2017
-
-
Torsten Grote authored
New Forum Sharing Client This is very similar to how the private group invitations work and I am sure there's still some tiny bugs that I didn't catch. All existing integration tests either pass or have been modified to pass. Once this has been merged, the code should be usable for blog sharing as well. Closes #475 See merge request !467
-