[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-08-24 Thread translation
commit 046fdd3de6d7bcf28a6bf869bfd07b05b8d7f434 Author: Translation commit bot Date: Tue Aug 25 05:47:52 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+es-AR.po | 99 ++- 1 file changed, 68

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-08-24 Thread translation
commit bd5f3f78662693610a2c9cef24c95697ea8c308a Author: Translation commit bot Date: Tue Aug 25 05:17:52 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+es-AR.po | 31 +-- 1 file changed, 25 insertions(+), 6

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-08-24 Thread translation
commit 266697d3b92363c1bc7f68e13e9bf67acffa1cc9 Author: Translation commit bot Date: Tue Aug 25 04:47:49 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+es-AR.po | 6 ++ 1 file changed, 6 insertions(+) diff --git a/contents+es-AR.po

[tor-commits] [orbot/master] set Java compat to 1.8 for app-mini

2020-08-24 Thread n8fr8
commit 04b622d5b9e2561fb80a8cdb10b3edebff8deec9 Author: n8fr8 Date: Tue Aug 11 13:22:26 2020 -0400 set Java compat to 1.8 for app-mini --- app-mini/build.gradle | 6 ++ 1 file changed, 6 insertions(+) diff --git a/app-mini/build.gradle b/app-mini/build.gradle index 76f2a0ce..140011cc

[tor-commits] [orbot/master] update version code for play beta 1631200100

2020-08-24 Thread n8fr8
commit 0e76b61758d04b0bb2680f4dc1bbca31d21e00a8 Author: n8fr8 Date: Mon Aug 24 16:39:54 2020 -0400 update version code for play beta 1631200100 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index

[tor-commits] [orbot/master] for #381 make sure apps array is not null

2020-08-24 Thread n8fr8
commit e183d443bedf598c71f74e2edeb3e99d32d88dc5 Author: n8fr8 Date: Thu Aug 20 09:12:52 2020 -0400 for #381 make sure apps array is not null --- .../torproject/android/ui/AppManagerActivity.java | 40 +++--- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git

[tor-commits] [orbot/master] Merge pull request #375 from bitmold/prelollipop_vpn_ui

2020-08-24 Thread n8fr8
commit 9d1f98a0340f415aa7b599374fc0743904d40135 Merge: 04b622d5 c54427f3 Author: Nathan Freitas Date: Tue Aug 11 13:23:52 2020 -0400 Merge pull request #375 from bitmold/prelollipop_vpn_ui Removed "Tor-Enabled Apps" UI from devices < Lollipop

[tor-commits] [orbot/master] for #382 don't set textview value if it is nulled

2020-08-24 Thread n8fr8
commit 6893c07b0e69e6eb0ee0d76937fb3974b689ba59 Author: n8fr8 Date: Thu Aug 20 09:16:04 2020 -0400 for #382 don't set textview value if it is nulled --- .../ui/onboarding/BridgeWizardActivity.java| 24 ++ 1 file changed, 15 insertions(+), 9 deletions(-) diff

[tor-commits] [orbot/master] start fixing mbps to Mbps etc for #378

2020-08-24 Thread n8fr8
commit b750d1075c1dcdd1ef9228614687053978a5 Author: n8fr8 Date: Thu Aug 20 08:57:50 2020 -0400 start fixing mbps to Mbps etc for #378 --- app/src/main/res/values-ay/strings.xml | 4 ++-- app/src/main/res/values-az/strings.xml | 4 ++-- app/src/main/res/values/strings.xml| 4 ++--

[tor-commits] [orbot/master] a few more checks to handle null intents

2020-08-24 Thread n8fr8
commit 2eaa192c72efa47f322a92bbd7a2032b069fbc81 Author: n8fr8 Date: Mon Aug 24 16:02:23 2020 -0400 a few more checks to handle null intents --- .../torproject/android/service/OrbotService.java | 19 +++--- .../android/service/vpn/OrbotVpnManager.java | 67 +++--- 2

[tor-commits] [orbot/master] Start tor/VPN when VPN permissions are first granted and VPN switch is set to on

2020-08-24 Thread n8fr8
commit 233abf8ed54328b8ffa8bd36bc13d3d07115b133 Author: bim Date: Tue Aug 4 00:33:00 2020 -0400 Start tor/VPN when VPN permissions are first granted and VPN switch is set to on (orbot starts everytime the switch is pressed on, just wasn't after the initial time you grant VPN

[tor-commits] [orbot/master] remove versioning info in orbotservice build as it conflicts with app

2020-08-24 Thread n8fr8
commit 7ccdd01efe061a5e12178fb76e60c4277fd867c4 Author: n8fr8 Date: Mon Aug 24 16:50:16 2020 -0400 remove versioning info in orbotservice build as it conflicts with app --- orbotservice/build.gradle | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

[tor-commits] [orbot/master] update changelog

2020-08-24 Thread n8fr8
commit 1f7158355dc3e4810b37560901e92c4de7e6ba28 Author: n8fr8 Date: Mon Aug 24 16:07:45 2020 -0400 update changelog --- CHANGELOG | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5fb6d5a9..e8a21554 100644 ---

[tor-commits] [orbot/master] update default bridges and bridge tester

2020-08-24 Thread n8fr8
commit 4cebceda5be8f90f25ad0665f220554150d69870 Author: n8fr8 Date: Mon Aug 24 16:02:30 2020 -0400 update default bridges and bridge tester --- .../ui/onboarding/BridgeWizardActivity.java| 41 -- orbotservice/src/main/res/raw/bridges.txt | 10 +++--- 2

[tor-commits] [orbot/master] update tor to 0.4.3.6

2020-08-24 Thread n8fr8
commit cd0c2c88ce0eaddf5ce1a1b3561c0c11b9058d37 Author: n8fr8 Date: Wed Aug 12 14:53:15 2020 -0400 update tor to 0.4.3.6 --- orbotservice/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index

[tor-commits] [orbot/master] update version code to 1631100200

2020-08-24 Thread n8fr8
commit d07dcb7ea5d6479ca5cf5c0a497837b4dc3961bf Author: n8fr8 Date: Mon Aug 24 16:03:56 2020 -0400 update version code to 1631100200 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b861c0d2..ad196031 100644

[tor-commits] [orbot/master] update jtorctl to 0.4 and add more tor DataDirectory corruption debug capabilties

2020-08-24 Thread n8fr8
commit 74fce069df64b5cd35003c8bad75cc0f0a2622d2 Author: n8fr8 Date: Wed Aug 12 14:53:24 2020 -0400 update jtorctl to 0.4 and add more tor DataDirectory corruption debug capabilties --- .../org/torproject/android/OrbotMainActivity.java | 29 ++

[tor-commits] [orbot/master] Merge branch 'bridge_wiz_rotation_fix' of https://github.com/bitmold/orbot into bitmold-bridge_wiz_rotation_fix

2020-08-24 Thread n8fr8
commit 3b796cf63b1293216096aa24af8aa7b28af63655 Merge: 3bcb7625 76a52f7f Author: n8fr8 Date: Mon Aug 3 15:04:41 2020 -0400 Merge branch 'bridge_wiz_rotation_fix' of https://github.com/bitmold/orbot into bitmold-bridge_wiz_rotation_fix app/src/main/AndroidManifest.xml |

[tor-commits] [orbot/master] fixes for #285 reset dormant state on start / resume

2020-08-24 Thread n8fr8
commit 3087f77b09c9319597dde229e57f45581c1aaac9 Author: n8fr8 Date: Wed Aug 19 14:22:14 2020 -0400 fixes for #285 reset dormant state on start / resume more info at: https://gitlab.torproject.org/tpo/core/tor/-/issues/40097w --- .../org/torproject/android/OrbotMainActivity.java |

[tor-commits] [orbot/master] don't create a new handler for restarting main activity

2020-08-24 Thread n8fr8
commit c9cb5bb33222a73a9545ab70b60109b245218d2b Author: n8fr8 Date: Thu Aug 20 09:06:17 2020 -0400 don't create a new handler for restarting main activity --- app/src/main/java/org/torproject/android/OrbotMainActivity.java| 3 +--

[tor-commits] [orbot/master] ensure textview is not null for #379

2020-08-24 Thread n8fr8
commit d6b6d5cb8b3d7c3cc92e708a4b87fc34f4e008f8 Author: n8fr8 Date: Thu Aug 20 08:57:20 2020 -0400 ensure textview is not null for #379 --- .../torproject/android/ui/onboarding/BridgeWizardActivity.java | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[tor-commits] [orbot/master] Removed "Tor-Enabled Apps" UI from devices < Lollipop as the VPN is either on ("full device") or not

2020-08-24 Thread n8fr8
commit c54427f3ca740a44dda7f2cc73a8f7f6dbeef372 Author: bim Date: Tue Aug 4 13:33:27 2020 -0400 Removed "Tor-Enabled Apps" UI from devices < Lollipop as the VPN is either on ("full device") or not This is extra information that could confuse users running older versions of Android

[tor-commits] [orbot/master] Fixes #366 Prevents multiple HostTests from running concurrently and closes any ongoing

2020-08-24 Thread n8fr8
commit aa8a53258eb01a0f0467d5f6132f672655264bfc Author: bim Date: Sun Jul 19 14:22:12 2020 -0400 Fixes #366 Prevents multiple HostTests from running concurrently and closes any ongoing network requests once the BridgeWizardActivity loses focus --- app/src/main/AndroidManifest.xml

[tor-commits] [orbot/master] Fixes #304 Onboarding text and slide position are preserved on rotation

2020-08-24 Thread n8fr8
commit 900a7e86ad018a2cb959bddbd5d3bbc56b194794 Author: bim Date: Tue Jul 28 10:40:00 2020 -0400 Fixes #304 Onboarding text and slide position are preserved on rotation --- app/src/main/AndroidManifest.xml | 5 +- .../android/ui/onboarding/CustomSlideBigText.java | 77

[tor-commits] [orbot/master] Merge branch 'bitmold-vpn_app_icon_fix'

2020-08-24 Thread n8fr8
commit 53cdad1f2bba899258b59134024a8d3f0bdf44a9 Merge: e436e10b 713ef464 Author: n8fr8 Date: Mon Jul 27 17:45:45 2020 -0400 Merge branch 'bitmold-vpn_app_icon_fix' .../org/torproject/android/OrbotMainActivity.java | 113 - 1 file changed, 63 insertions(+), 50

[tor-commits] [orbot/master] Fixes #358

2020-08-24 Thread n8fr8
commit 76a52f7f88c0e9d1a35ba96f108263aee28b1aea Author: bim Date: Sun Jul 19 15:12:07 2020 -0400 Fixes #358 ~ BridgeWizard bridge options are selected correctly when the wizard is opened/closed. ~ Custom Bridges option is behind a button now that is only visible when the radio

[tor-commits] [orbot/master] set compile options to Java 8

2020-08-24 Thread n8fr8
commit db079a4c9a26122950f52eef7f091445721dbdd6 Author: bim Date: Sun May 31 16:16:49 2020 -0400 set compile options to Java 8 --- app/build.gradle | 4 orbotservice/build.gradle | 4 2 files changed, 8 insertions(+) diff --git a/app/build.gradle b/app/build.gradle

[tor-commits] [orbot/master] Small String Fixes:

2020-08-24 Thread n8fr8
commit 19e532269369f00efc6f74b0a989ed33ac98eba8 Author: bim Date: Tue Aug 4 12:48:09 2020 -0400 Small String Fixes: - "Reachable addresses" pref category was hardcoded, switched it to the string resource so it was capitalized to "Reachable Addresses" and would be not in

[tor-commits] [orbot/master] Merge branch 'master' of github.com:guardianproject/orbot

2020-08-24 Thread n8fr8
commit 3bcb762542adf86d1c04bb9829a8f8f42b268d1d Merge: c3001186 8990c904 Author: n8fr8 Date: Mon Aug 3 15:01:18 2020 -0400 Merge branch 'master' of github.com:guardianproject/orbot app/src/main/AndroidManifest.xml | 5 +-

[tor-commits] [orbot/master] Merge branch 'master' of github.com:guardianproject/orbot

2020-08-24 Thread n8fr8
commit 15b7d79b8126178d94d84b425fd13387bc96b628 Merge: 07592383 19e53226 Author: n8fr8 Date: Tue Aug 4 14:18:42 2020 -0400 Merge branch 'master' of github.com:guardianproject/orbot .../org/torproject/android/OrbotMainActivity.java | 21 +

[tor-commits] [orbot/master] Merge branch 'bitmold-bridge_wiz_rotation_fix'

2020-08-24 Thread n8fr8
commit ffe21c4c57c1ed8af955f095ff759e00e8049b64 Merge: 3bcb7625 3b796cf6 Author: n8fr8 Date: Mon Aug 3 15:11:26 2020 -0400 Merge branch 'bitmold-bridge_wiz_rotation_fix' app/src/main/AndroidManifest.xml | 7 +- .../ui/onboarding/BridgeWizardActivity.java| 118

[tor-commits] [orbot/master] Users can't select Orbot itself through the VPN app manager. It is impossible (explained in #151) + and selecting won't do anyhting but mislead users

2020-08-24 Thread n8fr8
commit dac9b510ec40cc5b4f8f7d913a540d86c044d310 Author: bim Date: Fri Jul 24 00:10:12 2020 -0400 Users can't select Orbot itself through the VPN app manager. It is impossible (explained in #151) + and selecting won't do anyhting but mislead users ---

[tor-commits] [orbot/master] Merge pull request #372 from bitmold/java8

2020-08-24 Thread n8fr8
commit 4e425cb0e007e29cd586c9a401d37640dc8c2e49 Merge: dc536fcd af1ab221 Author: bim Date: Mon Jul 27 15:54:57 2020 -0400 Merge pull request #372 from bitmold/java8 Update to Java 8 + Removed Legacy Code app/build.gradle | 4 +

[tor-commits] [orbot/master] When the VPN is disconnected through another app using VpnService or manually by the user

2020-08-24 Thread n8fr8
commit 992b31087edb4fdacd66db5d89a4a0752558f0fa Author: bim Date: Tue Jul 21 02:06:16 2020 -0400 When the VPN is disconnected through another app using VpnService or manually by the user turn off the VPN toggle within Orbot --- .../java/org/torproject/android/OrbotMainActivity.java

[tor-commits] [orbot/master] update CHANGELOG for 16.3.1 BETA 1

2020-08-24 Thread n8fr8
commit 075923838da581ae99827e89b7bd3e50875a44ee Author: n8fr8 Date: Tue Aug 4 14:18:19 2020 -0400 update CHANGELOG for 16.3.1 BETA 1 --- CHANGELOG | 42 ++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0f8637e6..5fb6d5a9

[tor-commits] [orbot/master] Update FUNDING.yml

2020-08-24 Thread n8fr8
commit 137f3be235405be19c61089fdff31a183a98d30e Author: bim Date: Thu Jul 16 11:57:43 2020 -0400 Update FUNDING.yml --- FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/FUNDING.yml b/FUNDING.yml index 8ef6850c..10c54b5c 100644 --- a/FUNDING.yml +++ b/FUNDING.yml @@ -2,3

[tor-commits] [orbot/master] update version to 1631100100

2020-08-24 Thread n8fr8
commit 853c7c3641bcd82b92cfd95510cd838db56aa888 Author: n8fr8 Date: Mon Aug 3 15:15:56 2020 -0400 update version to 1631100100 --- app/build.gradle | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files

[tor-commits] [orbot/master] Java 8 code cleanup, lambdas over anonymous inner classes. This gets rid of

2020-08-24 Thread n8fr8
commit af1ab221b3d2b7e52a2a359c5cda67d8028df0c2 Author: bim Date: Fri Jul 24 11:51:51 2020 -0400 Java 8 code cleanup, lambdas over anonymous inner classes. This gets rid of unused imports. Also removed methods in the main app that are not used by the program at all. ---

[tor-commits] [orbot/master] Merge pull request #362 from bitmold/patch-3

2020-08-24 Thread n8fr8
commit 0a971129671bef860037fd46a15c8e6f01912b6e Merge: 5f296ccc 137f3be2 Author: Nathan Freitas Date: Tue Jul 21 10:37:55 2020 -0400 Merge pull request #362 from bitmold/patch-3 Update FUNDING.yml FUNDING.yml | 1 + 1 file changed, 1 insertion(+)

[tor-commits] [orbot/master] Fixes #368 - if VPN priviliges are removed outside of Orbot, Orbot will

2020-08-24 Thread n8fr8
commit 3b708b430d1053caa1495ef8663f4e4581e6fbbf Author: bim Date: Tue Jul 21 01:24:32 2020 -0400 Fixes #368 - if VPN priviliges are removed outside of Orbot, Orbot will appropriately respond and turn off the VPN controls within the app. ---

[tor-commits] [orbot/master] Merge branch 'master' of github.com:guardianproject/orbot

2020-08-24 Thread n8fr8
commit e436e10bdf6e405c533981ed650635bf358f9bc1 Merge: 855bc72d 86845558 Author: n8fr8 Date: Mon Jul 27 17:42:35 2020 -0400 Merge branch 'master' of github.com:guardianproject/orbot .../java/org/torproject/android/OrbotMainActivity.java | 3 +--

[tor-commits] [orbot/master] Merge branch 'vpn_app_icon_fix' of https://github.com/bitmold/orbot into bitmold-vpn_app_icon_fix

2020-08-24 Thread n8fr8
commit 713ef464e1996ae1a34b033e30fa3cf75474e74c Merge: e436e10b b3059ecc Author: n8fr8 Date: Mon Jul 27 17:45:23 2020 -0400 Merge branch 'vpn_app_icon_fix' of https://github.com/bitmold/orbot into bitmold-vpn_app_icon_fix .../org/torproject/android/OrbotMainActivity.java | 113

[tor-commits] [orbot/master] Merge branch 'master' of github.com:guardianproject/orbot

2020-08-24 Thread n8fr8
commit a9168d2df8159046d22e51861c2f7380579d67f9 Merge: bd3bc7b3 5f296ccc Author: n8fr8 Date: Mon Jul 13 12:14:11 2020 -0400 Merge branch 'master' of github.com:guardianproject/orbot app-mini/src/main/AndroidManifest.xml | 4 -

[tor-commits] [orbot/master] Merge pull request #373 from bitmold/onboarding_rotation_fix

2020-08-24 Thread n8fr8
commit 8990c904b5667bac8a419cb25faf55411a9240ef Merge: 53cdad1f 900a7e86 Author: bim Date: Tue Jul 28 12:13:39 2020 -0400 Merge pull request #373 from bitmold/onboarding_rotation_fix Fixes #304 Onboarding text and slide position are preserved on rotation

[tor-commits] [orbot/master] Fixes #364 Bridge Wizard status TextView is preserved on device rotation

2020-08-24 Thread n8fr8
commit e006fce7afd4891372aa4c4030732717c8dd9733 Author: bim Date: Sat Jul 18 18:40:45 2020 -0400 Fixes #364 Bridge Wizard status TextView is preserved on device rotation --- .../ui/onboarding/BridgeWizardActivity.java| 37 +- 1 file changed, 22 insertions(+),

[tor-commits] [orbot/master] Merge branch 'master' of github.com:guardianproject/orbot

2020-08-24 Thread n8fr8
commit 855bc72d89c55d02328b2b7825866f7aaf8fbaec Merge: c2cb00f1 4e425cb0 Author: n8fr8 Date: Mon Jul 27 17:41:49 2020 -0400 Merge branch 'master' of github.com:guardianproject/orbot app/build.gradle | 4 + .../integration/android/IntentIntegrator.java

[tor-commits] [orbot/master] Merge branch 'master' of github.com:guardianproject/orbot

2020-08-24 Thread n8fr8
commit c2cb00f18e3eb8f435d1fea1b5945f8fd9196ad0 Merge: a9168d2d dc536fcd Author: n8fr8 Date: Tue Jul 21 10:38:43 2020 -0400 Merge branch 'master' of github.com:guardianproject/orbot .gitignore | 3 +++ BUILD | 7 --- FUNDING.yml | 1 + 3 files changed, 4 insertions(+), 7

[tor-commits] [orbot/master] only show app icons after granting vpn permissioN

2020-08-24 Thread n8fr8
commit b3059ecc99f4aa9f7a782f5a122845b5c292b112 Author: bim Date: Fri Jul 17 04:14:11 2020 -0400 only show app icons after granting vpn permissioN --- .../org/torproject/android/OrbotMainActivity.java | 125 +++-- 1 file changed, 63 insertions(+), 62 deletions(-) diff

[tor-commits] [orbot/master] Merge pull request #350 from bitmold/gitignore_update

2020-08-24 Thread n8fr8
commit dc536fcd3f21c252bcc5043dd14b788980da1d8d Merge: e25600d8 fbda0e45 Author: Nathan Freitas Date: Tue Jul 21 10:38:36 2020 -0400 Merge pull request #350 from bitmold/gitignore_update gitignore ndk-build artifacts .gitignore | 3 +++ 1 file changed, 3 insertions(+)

[tor-commits] [orbot/master] Merge branch 'bitmold-vpn_disable'

2020-08-24 Thread n8fr8
commit c30011869c6dbb49816122e839e5b84e75c4a5b5 Merge: 53cdad1f 992b3108 Author: n8fr8 Date: Mon Aug 3 15:01:02 2020 -0400 Merge branch 'bitmold-vpn_disable' .../org/torproject/android/OrbotMainActivity.java | 22 +- .../torproject/android/service/OrbotService.java

[tor-commits] [orbot/master] Merge pull request #371 from bitmold/vpn_ui_no_orbot

2020-08-24 Thread n8fr8
commit 8684555804a6fa68e9961126577a231f409ff062 Merge: 4e425cb0 dac9b510 Author: Nathan Freitas Date: Mon Jul 27 17:42:31 2020 -0400 Merge pull request #371 from bitmold/vpn_ui_no_orbot Users can't select Orbot itself through the VPN app manager

[tor-commits] [orbot/master] Merge pull request #361 from bitmold/onionservices_no_click_again

2020-08-24 Thread n8fr8
commit 5f296cccf40ce67df93efc07a4aac128039fc83d Merge: 85f6f305 88082af9 Author: Nathan Freitas Date: Mon Jul 13 12:14:02 2020 -0400 Merge pull request #361 from bitmold/onionservices_no_click_again Fixes #360 "Click again for backup"

[tor-commits] [orbot/master] Merge pull request #355 from bitmold/auto_kb_bridges_fix

2020-08-24 Thread n8fr8
commit 494044983665ef455e9a88463c73142e9fdd0b3c Merge: 74e773f7 d521ae02 Author: Nathan Freitas Date: Mon Jul 13 12:12:32 2020 -0400 Merge pull request #355 from bitmold/auto_kb_bridges_fix Fixes #354 MOAT Solution Textfield UI Quirks app/src/main/AndroidManifest.xml

[tor-commits] [orbot/master] Merge pull request #351 from bitmold/patch-1

2020-08-24 Thread n8fr8
commit e25600d8c5d4635433935d8cebfdb3241c7708cb Merge: 0a971129 4ef76e06 Author: Nathan Freitas Date: Tue Jul 21 10:38:14 2020 -0400 Merge pull request #351 from bitmold/patch-1 Update BUILD BUILD | 7 --- 1 file changed, 7 deletions(-)

[tor-commits] [orbot/master] leave VPN toggle enabled, just stop the service

2020-08-24 Thread n8fr8
commit b2b92d6b55f20890d28a52fed51a759ae4371ef1 Author: n8fr8 Date: Sat May 30 06:29:43 2020 -0400 leave VPN toggle enabled, just stop the service --- app/src/main/java/org/torproject/android/OrbotMainActivity.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[tor-commits] [orbot/master] Fixes #356 Can't Scroll through pasted bridges with soft keyboard open

2020-08-24 Thread n8fr8
commit 2a389e05878a67a2c13bd8639388559e794742a3 Author: bim Date: Tue Jun 16 17:03:12 2020 -0400 Fixes #356 Can't Scroll through pasted bridges with soft keyboard open --- .../ui/onboarding/CustomBridgesActivity.java | 33 ++ 1 file changed, 27 insertions(+), 6

[tor-commits] [orbot/master] gitignore ndk-build artifacts

2020-08-24 Thread n8fr8
commit fbda0e452c4aca350878e2313108fc038a47a237 Author: bim Date: Fri Jun 12 11:50:38 2020 -0400 gitignore ndk-build artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 16e53c25..6e97d832 100644 --- a/.gitignore +++ b/.gitignore @@

[tor-commits] [orbot/master] Merge pull request #359 from bitmold/app-mini-builds

2020-08-24 Thread n8fr8
commit 74e773f74a25d1639d0559e96c61bf35215259d7 Merge: 1ecca6b8 b9d2f90d Author: Nathan Freitas Date: Mon Jul 13 12:11:57 2020 -0400 Merge pull request #359 from bitmold/app-mini-builds app-mini project builds again app-mini/src/main/AndroidManifest.xml | 4 -

[tor-commits] [orbot/master] Fixes #360 "Click again for backup"

2020-08-24 Thread n8fr8
commit 88082af9cf5f28c7f2398a1ff2f2cda3b63c77d4 Author: bim Date: Sat Jul 11 15:20:04 2020 -0400 Fixes #360 "Click again for backup" --- .../ui/hiddenservices/ClientCookiesActivity.java | 15 ++-- .../ui/hiddenservices/HiddenServicesActivity.java | 21 +++--

[tor-commits] [orbot/master] Fixes #354 MOAT Solution Textfield is only enabled when there's a solution. Also do not automatically open up the keyboard when there's nothing to type.

2020-08-24 Thread n8fr8
commit d521ae02d585b8554cb8dc75984209564fa51533 Author: bim Date: Tue Jun 16 12:40:24 2020 -0400 Fixes #354 MOAT Solution Textfield is only enabled when there's a solution. Also do not automatically open up the keyboard when there's nothing to type. --- app/src/main/AndroidManifest.xml

[tor-commits] [orbot/master] Merge branch 'bug_tor_wont_stop_with_activeVPN' of https://github.com/bitmold/orbot into bitmold-bug_tor_wont_stop_with_activeVPN

2020-08-24 Thread n8fr8
commit 80b532ea8fc2d4f98ca05e07d1ab4b9131bb3610 Merge: da5f80d7 f8b1fceb Author: n8fr8 Date: Sat May 30 06:24:15 2020 -0400 Merge branch 'bug_tor_wont_stop_with_activeVPN' of https://github.com/bitmold/orbot into bitmold-bug_tor_wont_stop_with_activeVPN

[tor-commits] [orbot/master] Merge pull request #357 from bitmold/paste_bridges_ET_fix

2020-08-24 Thread n8fr8
commit 85f6f30512da7976efb718d8c46c21e0c85855de Merge: 49404498 2a389e05 Author: Nathan Freitas Date: Mon Jul 13 12:13:34 2020 -0400 Merge pull request #357 from bitmold/paste_bridges_ET_fix Fixes #356 Can't Scroll through pasted bridges with soft keyboard open

[tor-commits] [orbot/master] Merge pull request #339 from bitmold/moat_max_solution_len

2020-08-24 Thread n8fr8
commit cd92f8816e97d1febc1be10cf5565990232ceb2d Merge: 216ca72c 9b3afa51 Author: Nathan Freitas Date: Sat May 30 06:17:59 2020 -0400 Merge pull request #339 from bitmold/moat_max_solution_len Limited MOAT Solution Length to spec's 20 byte limit

[tor-commits] [orbot/master] updating base versionCode to 1620200100 and changing how arch increments happen

2020-08-24 Thread n8fr8
commit b5e2c7b0f24608f3caab97b6f7c570fcd455afdc Author: n8fr8 Date: Sat May 30 05:56:16 2020 -0400 updating base versionCode to 1620200100 and changing how arch increments happen --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [orbot/master] update version code to 1630200100

2020-08-24 Thread n8fr8
commit 9b415d17a0d8086adc5525e395736e5438cf3276 Author: n8fr8 Date: Sat May 30 06:33:45 2020 -0400 update version code to 1630200100 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index faa6df5b..a668bb62 100644

[tor-commits] [orbot/master] Update BUILD

2020-08-24 Thread n8fr8
commit 4ef76e066c87ed3d8bc7e55c082567bbdbb4317f Author: bim Date: Fri Jun 12 11:57:48 2020 -0400 Update BUILD Edited this file online removing instructions for the no longer supported armeabi ABI as well as old and unsupported andorid command line tool. I think in the future a

[tor-commits] [orbot/master] Merge pull request #344 from bitmold/hosted_services_dialog_crash

2020-08-24 Thread n8fr8
commit da5f80d7dab1cd50ee9326fa334b500904175875 Merge: 44ece312 b18f9b8a Author: Nathan Freitas Date: Sat May 30 06:21:46 2020 -0400 Merge pull request #344 from bitmold/hosted_services_dialog_crash Fixes #343 hosted services dialog crash

[tor-commits] [orbot/master] app-mini project builds again

2020-08-24 Thread n8fr8
commit b9d2f90d2507b065b357c800d239caf814086cff Author: bim Date: Fri Jul 10 21:53:24 2020 -0400 app-mini project builds again Applies the changes to the app-mini project that were in commit ec47151a0c5e9bf789c38a9f36820031241b54f4 Notably the project not building

[tor-commits] [orbot/master] Delete rs-rAR translation

2020-08-24 Thread n8fr8
commit 7a0db40396823a20e3ca1d7bf787b639515e0264 Author: Michal Čihař Date: Mon May 18 14:47:36 2020 +0200 Delete rs-rAR translation - I don't think there is Serbian used in Argentina. - The few existing strings seem to be actually Spanish, so it was probably meant to be

[tor-commits] [orbot/master] Fixes #343 hosted services dialog crash

2020-08-24 Thread n8fr8
commit b18f9b8a1aa2ca052c40cfcb40deb174966dde02 Author: bim Date: Tue May 19 16:44:06 2020 -0400 Fixes #343 hosted services dialog crash --- .../ui/hiddenservices/dialogs/HSDataDialog.java| 27 -- .../ui/hiddenservices/dialogs/HSDeleteDialog.java | 2 +- 2 files

[tor-commits] [orbot/master] update changelog

2020-08-24 Thread n8fr8
commit bd3bc7b3f2b36125448a4a4bf7aeac32100584a4 Author: n8fr8 Date: Sat May 30 06:34:57 2020 -0400 update changelog --- CHANGELOG | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 58b957e8..0f8637e6 100644 ---

[tor-commits] [orbot/master] Merge pull request #341 from nijel/patch-1

2020-08-24 Thread n8fr8
commit 44ece31256ec2f0f74c936e8ca921825582c0222 Merge: cd92f881 1f54a962 Author: Nathan Freitas Date: Sat May 30 06:20:25 2020 -0400 Merge pull request #341 from nijel/patch-1 Delete rs-rAR translation app/src/main/res/values-rs-rAR/strings.xml | 32

[tor-commits] [orbot/master] Merge branch 'bitmold-bug_tor_wont_stop_with_activeVPN'

2020-08-24 Thread n8fr8
commit 1ecca6b8bb2ed85cf4225bb9790136b0d736f31b Merge: da5f80d7 b2b92d6b Author: n8fr8 Date: Sat May 30 06:30:06 2020 -0400 Merge branch 'bitmold-bug_tor_wont_stop_with_activeVPN' .../org/torproject/android/OrbotMainActivity.java | 53 -

[tor-commits] [orbot/master] Issue #324: Implemented CustomBridgesActivity analogous to Onion Browser iOS.

2020-08-24 Thread n8fr8
commit 718bb4216527a6af649d4d821b94f67be0d91ebb Author: Benjamin Erhart Date: Mon May 4 15:04:57 2020 +0200 Issue #324: Implemented CustomBridgesActivity analogous to Onion Browser iOS. --- app/src/main/AndroidManifest.xml | 1 +

[tor-commits] [orbot/master] Merge branch 'bitmold-dialog_rotation_fixes'

2020-08-24 Thread n8fr8
commit ad6ba4aaa7ac256a961fb58894baa8e0e1548191 Merge: b5e2c7b0 7beceb68 Author: n8fr8 Date: Sat May 30 06:14:16 2020 -0400 Merge branch 'bitmold-dialog_rotation_fixes' .../org/torproject/android/OrbotMainActivity.java | 70 +- .../android/ui/dialog/AboutDialogFragment.java |

[tor-commits] [orbot/master] Issue #309: Fixed potential crash, when activity went away.

2020-08-24 Thread n8fr8
commit 3bfaa8ad0d6bacce552a13b30d7f9349675a0563 Author: Benjamin Erhart Date: Thu Apr 30 14:48:13 2020 +0200 Issue #309: Fixed potential crash, when activity went away. --- .../org/torproject/android/ui/onboarding/MoatActivity.java | 12 +++- 1 file changed, 7 insertions(+), 5

[tor-commits] [orbot/master] don't start tun2socks/VPN if it is already running

2020-08-24 Thread n8fr8
commit cabf328b52ea7ed105c15952902cc0cc66baa1d6 Author: n8fr8 Date: Mon May 4 11:13:53 2020 -0400 don't start tun2socks/VPN if it is already running --- .../torproject/android/service/OrbotService.java | 33 ++ .../android/service/vpn/OrbotVpnManager.java | 13

[tor-commits] [orbot/master] Merge branch 'master' of https://github.com/tladesignz/orbot into tladesignz-master

2020-08-24 Thread n8fr8
commit 875f18adc5eb5e50dbebcb8bbaf9d4387d57d1a0 Merge: 12a3f4a9 718bb421 Author: n8fr8 Date: Mon May 4 11:14:33 2020 -0400 Merge branch 'master' of https://github.com/tladesignz/orbot into tladesignz-master app/src/main/AndroidManifest.xml | 1 +

[tor-commits] [orbot/master] Fixes #329 Tor Wont Fully Stop With VPN Enabled

2020-08-24 Thread n8fr8
commit f8b1fceb35d037b4d52a33e4bf381e4edcc36cbe Author: bim Date: Fri May 22 17:41:52 2020 -0400 Fixes #329 Tor Wont Fully Stop With VPN Enabled Before the Intnet to stop OrbotService is fired off, the service needs to close the tun2socks interface if it was running for

[tor-commits] [orbot/master] About dialog remains open on rotation. Added an android:id to its

2020-08-24 Thread n8fr8
commit 872b52481a6292fcb18d2e3af51b548c4e9603ec Author: bim Date: Sun May 10 18:25:15 2020 -0400 About dialog remains open on rotation. Added an android:id to its ScrollView so its position is retained too. --- .../org/torproject/android/OrbotMainActivity.java | 66 +-

[tor-commits] [orbot/master] update to 16201003

2020-08-24 Thread n8fr8
commit 22d7ef8d73d75d44469a4a8e0ccf07106b566936 Author: n8fr8 Date: Fri May 1 14:02:30 2020 -0400 update to 16201003 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 66834cee..0c92b234 100644 ---

[tor-commits] [orbot/master] update changelog for 16.2.0-RC-1-tor-0.4.2.7

2020-08-24 Thread n8fr8
commit eed732a3ffe1acc92c08c8d6c0a02fcccf6eb65e Author: n8fr8 Date: Mon May 4 11:48:58 2020 -0400 update changelog for 16.2.0-RC-1-tor-0.4.2.7 --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 94301937..58b957e8 100644 ---

[tor-commits] [orbot/master] update version code

2020-08-24 Thread n8fr8
commit 85e027c36686d6e3173322b95ef0913119501df1 Author: n8fr8 Date: Mon May 4 11:14:03 2020 -0400 update version code --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0c92b234..e447aa8d 100644 ---

[tor-commits] [orbot/master] When a new CAPTCHA is requested, immediately clear the old solution

2020-08-24 Thread n8fr8
commit 85c833192a17ad561bef1e39eb99708783f1e13c Author: bim Date: Sun May 10 19:55:30 2020 -0400 When a new CAPTCHA is requested, immediately clear the old solution EditText instead of waiting for the CAPTCHA to finish downloading. ---

[tor-commits] [orbot/master] Delete rs-rAR translation

2020-08-24 Thread n8fr8
commit 1f54a962ebcfb72a5db04796fc00033969caae0c Author: Michal Čihař Date: Tue May 19 19:30:14 2020 +0200 Delete rs-rAR translation - I don't think there is Serbian used in Argentina. - The few existing strings seem to be actually Spanish, so it was probably meant to be

[tor-commits] [orbot/master] Merge branch 'tladesignz-master'

2020-08-24 Thread n8fr8
commit a63107723bd0710b7d95ed35cdddf72644219b9a Merge: 85e027c3 875f18ad Author: n8fr8 Date: Mon May 4 11:42:13 2020 -0400 Merge branch 'tladesignz-master' app/src/main/AndroidManifest.xml | 1 + .../java/org/torproject/android/MainConstants.java | 4 +-

[tor-commits] [orbot/master] Issue #309: Also disable CAPTCHA solution EditText, as long as there's no CAPTCHA to solve and while letting it check.

2020-08-24 Thread n8fr8
commit e1425d3a217ffd5ed8f5d087994f6179a70e0850 Author: Benjamin Erhart Date: Thu Apr 30 15:10:27 2020 +0200 Issue #309: Also disable CAPTCHA solution EditText, as long as there's no CAPTCHA to solve and while letting it check. ---

[tor-commits] [orbot/master] Merge pull request #337 from bitmold/moat_reset_ui_fix

2020-08-24 Thread n8fr8
commit 952bee96536f166ddd8c8de0594279b741a3e150 Merge: ad6ba4aa 85c83319 Author: Nathan Freitas Date: Sat May 30 06:15:00 2020 -0400 Merge pull request #337 from bitmold/moat_reset_ui_fix When a new CAPTCHA is requested, immediately clear the old solution

[tor-commits] [orbot/master] Limited MOAT Solution Length to spec's 20 byte limit

2020-08-24 Thread n8fr8
commit 9b3afa51bec3ad4124a569af521e63a022426c34 Author: bim Date: Mon May 11 16:13:42 2020 -0400 Limited MOAT Solution Length to spec's 20 byte limit --- app/src/main/res/layout/activity_moat.xml | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[tor-commits] [orbot/master] MOAT Errors won't disappear on device rotation

2020-08-24 Thread n8fr8
commit 33276a9f5104abf76cff54b2b737b739046bc269 Author: bim Date: Sun May 10 18:51:37 2020 -0400 MOAT Errors won't disappear on device rotation --- .../org/torproject/android/OrbotMainActivity.java | 4 +-- .../android/ui/dialog/AboutDialogFragment.java | 2 +-

[tor-commits] [orbot/master] Issue #309: Hide refresh option menu item instead of disable, because Android doesn't visualize that adequately.

2020-08-24 Thread n8fr8
commit 54f5f31173fb7d0d557e74897e149be1ed01e0ec Author: Benjamin Erhart Date: Thu Apr 30 14:59:39 2020 +0200 Issue #309: Hide refresh option menu item instead of disable, because Android doesn't visualize that adequately. Additionally: Fix issue where you couldn't refresh after a

[tor-commits] [orbot/master] Issue #309: Error alert button should say "OK" instead of "Cancel", since there's nothing to cancel, really, just to acknowledge the error.

2020-08-24 Thread n8fr8
commit ff7cbcf2c7d58417d12b755f81ce189d939ea9c8 Author: Benjamin Erhart Date: Thu Apr 30 15:03:18 2020 +0200 Issue #309: Error alert button should say "OK" instead of "Cancel", since there's nothing to cancel, really, just to acknowledge the error. ---

[tor-commits] [orbot/master] Merge branch 'dialog_rotation_fixes' of https://github.com/bitmold/orbot into bitmold-dialog_rotation_fixes

2020-08-24 Thread n8fr8
commit 7beceb681182c18d140c321e090101275b2d69a3 Merge: b5e2c7b0 33276a9f Author: n8fr8 Date: Sat May 30 05:57:27 2020 -0400 Merge branch 'dialog_rotation_fixes' of https://github.com/bitmold/orbot into bitmold-dialog_rotation_fixes .../org/torproject/android/OrbotMainActivity.java |

[tor-commits] [orbot/master] Recent changes to the BridgeWizard would cause it not to display

2020-08-24 Thread n8fr8
commit 315a1a881ac12511b99e26075b51c82e24501476 Author: bim Date: Sun May 10 20:20:00 2020 -0400 Recent changes to the BridgeWizard would cause it not to display fully in landscape orientation. This was trivially fixed by adding a ScrollView ---

[tor-commits] [orbot/master] update version code to 16201002

2020-08-24 Thread n8fr8
commit e93c8bccd1ffc5c6c3b1652d3fd1e603cf208c54 Author: n8fr8 Date: Fri May 1 00:10:08 2020 -0400 update version code to 16201002 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7faf01e2..66834cee 100644

[tor-commits] [orbot/master] remove TorVpnService from manifest to address #327 crash

2020-08-24 Thread n8fr8
commit 12a3f4a904df73f7929c4ecc8730eb07a49908a1 Author: n8fr8 Date: Fri May 1 16:08:08 2020 -0400 remove TorVpnService from manifest to address #327 crash --- app/src/main/AndroidManifest.xml | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git

[tor-commits] [orbot/master] Merge pull request #338 from bitmold/bridge_wized_landscape_fix

2020-08-24 Thread n8fr8
commit 216ca72c7fe2341d154caee2479980acc28060eb Merge: 952bee96 315a1a88 Author: Nathan Freitas Date: Sat May 30 06:15:41 2020 -0400 Merge pull request #338 from bitmold/bridge_wized_landscape_fix Bridge Wizard UI is Cut off in Landscape

[tor-commits] [orbot/master] Issue #309: Activate newly required bridges, fixed accidental reset through Tor status notification.

2020-08-24 Thread n8fr8
commit 3ac5a7018bd293b7b357dabce0b48b102a5c2f4c Author: Benjamin Erhart Date: Thu Apr 30 15:29:20 2020 +0200 Issue #309: Activate newly required bridges, fixed accidental reset through Tor status notification. --- .../java/org/torproject/android/ui/onboarding/MoatActivity.java| 7

[tor-commits] [orbot/master] update tor and obfs4proxy binary libs to address #326 hopefully

2020-08-24 Thread n8fr8
commit d0fec8e3132ccd73c2cb708c60e34d275df0c435 Author: n8fr8 Date: Fri May 1 00:08:55 2020 -0400 update tor and obfs4proxy binary libs to address #326 hopefully --- orbotservice/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [orbot/master] update version code to 16202001

2020-08-24 Thread n8fr8
commit 0a3a4f7ee943e05caa0d5417ed802d2a4e028af3 Author: n8fr8 Date: Mon May 4 11:46:23 2020 -0400 update version code to 16202001 --- CHANGELOG| 68 app/build.gradle | 2 +- 2 files changed, 69 insertions(+), 1 deletion(-)

  1   2   >