Ernir Erlingsson
6de539a62d
Merge branch '791-permanent-input' into 'master'
...
Show text input permanently in threaded conversations
Closes #791
See merge request !526
2017-04-27 10:38:58 +00:00
Torsten Grote
920f3581fa
Show text input permanently in threaded conversations
2017-04-17 16:22:24 -03:00
Torsten Grote
45e7af31fe
Darken thread indicator
2017-04-17 16:14:26 -03:00
Torsten Grote
6425c49d04
Merge branch 'remove-single-top-flag' into 'master'
...
Don't use single top and clear top flags together
See merge request !522
2017-04-17 18:20:46 +00:00
Torsten Grote
68d98b50f2
Merge branch '938-ignore-play-services-overlay-permission' into 'master'
...
When checking for overlay apps, ignore Play Services
Closes #938
See merge request !521
2017-04-17 18:19:46 +00:00
akwizgran
49ba66dee9
Don't use single top and clear top flags together.
2017-04-13 13:56:20 +01:00
Torsten Grote
4b955809f7
Address review comments
2017-04-12 15:18:27 -03:00
akwizgran
57d4d6546a
When checking for overlay apps, ignore Play Services.
2017-04-12 14:24:37 +01:00
Torsten Grote
9bfb58a764
Show blog posts from RSS feeds with a dedicated icon
...
This adds a field to the post headers and some more tests.
2017-04-12 08:43:24 -03:00
Torsten Grote
0256ec0b8c
Show reblog icon only for reblogged posts
2017-04-12 08:43:23 -03:00
Torsten Grote
58b9efb24c
Open feed's blog when clicking it in 'manage activity'
2017-04-12 08:43:22 -03:00
Torsten Grote
17de785c12
Remove blog as well when removing RSS feed
...
This also adds a confirmation dialog to the removal process.
2017-04-12 08:43:21 -03:00
Torsten Grote
c7ff1ba974
Store RSS feeds in a separate dedicated blog
...
A fake LocalAuthor is created for this new blog and stored in the feed's metadata.
2017-04-12 08:43:21 -03:00
akwizgran
6d2b18facc
Merge branch '799-explain-content-visibility' into 'master'
...
Show explanation about visibility in member lists
Closes #799
See merge request !516
2017-04-07 14:54:41 +00:00
Torsten Grote
f8cf7034db
Show explanation about visibility in member lists
2017-04-07 11:38:33 -03:00
Torsten Grote
499d2fe677
Prevent conversation actions from being executed twice
2017-04-07 10:00:55 -03:00
Torsten Grote
fe963edd9d
Merge branch '829-new-launcher-icon' into 'master'
...
Use the new launcher icon
Closes #829
See merge request !515
2017-04-07 12:59:35 +00:00
akwizgran
96f006068f
Use the new launcher icon.
2017-04-07 13:57:13 +01:00
akwizgran
74f1fa5690
Merge branch '932-panic-button-terminate-process' into 'master'
...
Terminate the process after handling a panic trigger
Closes #932
See merge request !513
2017-04-07 12:49:52 +00:00
goapunk
db0a3bf380
Refine the panic app list behavior
...
* Only open if a market is installed
Signed-off-by: goapunk <noobie@goapunks.net >
2017-04-07 12:07:10 +02:00
akwizgran
d5d9436e28
Terminate the process after handling a panic trigger.
2017-04-07 10:54:51 +01:00
akwizgran
a931e6b316
Merge branch '906_tapjacking' into 'master'
...
Add tapjacking protection
Closes #906
See merge request !502
2017-04-06 14:31:10 +00:00
goapunk
04c4e70dd1
Add tapjacking protection
...
* Set filterTouchesWhenObscured for all views
* Warn the user if Apps using the SYSTEM_ALERT_WINDOW permission are installed
* Warn the user if an App using the permission is installed while Briar is running
Signed-off-by: goapunk <noobie@goapunks.net >
2017-04-05 23:25:57 +02:00
akwizgran
a22931bae6
Merge branch '928-move-html-sanitation-to-dbthread' into 'master'
...
Move HTML Sanitation to DbThread
Closes #928
See merge request !506
2017-04-04 16:54:21 +00:00
akwizgran
403f886110
Merge branch '910-fix-intent-hijacking' into 'master'
...
Fix possible intent hijacking for implicit pending intents
Closes #910
See merge request !499
2017-04-04 16:34:38 +00:00
Torsten Grote
b7866be38d
Move HTML Sanitation to DbThread
2017-04-04 13:27:06 -03:00
Torsten Grote
58318bb79f
Remove pending intents for clearning notification counters
...
These counters are already reset when the user clicks the notification
or vists the area of the app the notifications are for.
This also removes a potential intent hijacking vulnerability.
2017-04-04 09:02:38 -03:00
akwizgran
10bb30e190
Don't assume Context is a BaseActivity.
2017-04-03 12:22:52 +01:00
akwizgran
199a2ffc46
Merge branch '909-prevent-multiple-password-screens' into 'master'
...
Prevent multiple instances of PasswordActivity
Closes #909
See merge request !504
2017-03-31 13:42:04 +00:00
akwizgran
f6ad2992f2
Prevent multiple instances of PasswordActivity.
2017-03-31 12:55:38 +01:00
akwizgran
f039bd1239
Merge branch '909-restrict-access-to-panic-prefs' into 'master'
...
Don't allow other apps to open the panic prefs activity
See merge request !503
2017-03-31 08:25:21 +00:00
Torsten Grote
da22d91ef3
Update expiry date and translations
2017-03-30 15:35:02 -03:00
Torsten Grote
cd360ec877
Merge branch '909-restrict-access-to-settings-activity' into 'master'
...
Require a system permission to open the settings activity
See merge request !501
2017-03-30 12:58:07 +00:00
akwizgran
8e1ada4cdc
Don't allow other apps to open the panic prefs activity.
2017-03-30 12:26:33 +01:00
akwizgran
ac063b4c79
Require a system permission to open the settings activity.
2017-03-30 12:00:35 +01:00
akwizgran
10e6163e94
Merge branch '915-fix-forumactivitytest' into 'master'
...
Fix ForumActivityTest
Closes #915
See merge request !496
2017-03-30 08:19:30 +00:00
akwizgran
9c89e83c20
Merge branch '913-simpler-password-strength-estimation' into 'master'
...
Simpler password strength estimation
Closes #913
See merge request !495
2017-03-29 15:01:44 +00:00
Torsten Grote
c5f6980c69
Fix ForumActivityTest
2017-03-28 09:34:42 -03:00
akwizgran
c4e42949cf
Simpler password strength estimation.
2017-03-28 13:27:04 +01:00
goapunk
1c5897f1cc
Set TESTING from BuildConfig
...
Signed-off-by: goapunk <noobie@goapunks.net >
2017-03-27 23:39:39 +02:00
akwizgran
1918346ae8
Merge branch '911-link-sanitation' into 'master'
...
Sanitize all HTML before displaying it
Closes #911
See merge request !493
2017-03-27 09:45:17 +00:00
akwizgran
2a59515c72
Merge branch '907-panic-signout' into 'master'
...
Require a panic app to be set before executing any panic actions
Closes #907
See merge request !492
2017-03-27 09:43:30 +00:00
akwizgran
b42660edab
Merge branch 'emoji-soft-reference' into 'master'
...
Fix potential NPE when getting soft reference
See merge request !490
2017-03-27 09:28:30 +00:00
akwizgran
c167938b61
Use constants for Tor network setting values.
2017-03-27 10:26:10 +01:00
Torsten Grote
24b531e6b2
Sanitize all HTML before displaying it
2017-03-24 16:45:36 -03:00
Torsten Grote
9cffff715a
Require a panic app to be set before executing any panic actions
2017-03-24 16:19:09 -03:00
akwizgran
e682f31898
Added a setting to disable Tor.
...
Also fixed a bug with settings namespaces.
2017-03-24 14:56:30 +00:00
Torsten Grote
867a233b6f
Update expiry
2017-03-06 18:46:15 +01:00
Torsten Grote
36f02b36d9
Update expiry and translations
2017-02-01 11:17:53 -02:00
akwizgran
d5443e9651
Merge branch '889-select-navdrawer-item-when-coming-from-notification' into 'master'
...
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
2017-01-06 14:59:21 +00:00