[tor-commits] [snowflake-mobile/master] Moved and renamed String.xml SharedPreference keys

2020-07-20 Thread cohosh
commit dafed99d20b0ca398a04c2c8db5f3e24c995893d Author: Hashik Donthineni Date: Sat Jul 18 00:01:14 2020 +0530 Moved and renamed String.xml SharedPreference keys --- .../java/org/torproject/snowflake/MainActivity.java | 20 ++--

[tor-commits] [snowflake-mobile/master] Fetched the count in the MainFragment and logged it

2020-07-20 Thread cohosh
commit 154331c578ecf5bdaf574792ee5be176af3d9ddb Author: Hashik Donthineni Date: Sat Jul 11 02:44:47 2020 +0530 Fetched the count in the MainFragment and logged it --- .../org/torproject/snowflake/MainActivity.java | 26 ++ .../snowflake/fragments/MainFragment.java

[tor-commits] [snowflake-mobile/master] Moved creation of shared preferences to GlobalApplication

2020-07-20 Thread cohosh
commit c6936875ee48d0358f7c8b502605bffe5b6ddf0c Author: Hashik Donthineni Date: Sat Jul 11 00:06:24 2020 +0530 Moved creation of shared preferences to GlobalApplication --- app/src/main/java/org/torproject/snowflake/GlobalApplication.java | 6 ++

[tor-commits] [snowflake-mobile/master] Extracted string resouce from user served text view

2020-07-20 Thread cohosh
commit 4b8579aab933b2eb2a2e841cd072a20523d70270 Author: Hashik Donthineni Date: Sat Jul 11 03:03:44 2020 +0530 Extracted string resouce from user served text view --- app/src/main/java/org/torproject/snowflake/fragments/MainFragment.java | 2 +- app/src/main/res/values/strings.xml

[tor-commits] [snowflake-mobile/master] Launched checkServedDate on another thread and fixed date parsing exception

2020-07-20 Thread cohosh
commit 78ef0ce64c1a75fc1586694e8dcb0fd6d53c3154 Author: Hashik Donthineni Date: Sat Jul 11 01:51:51 2020 +0530 Launched checkServedDate on another thread and fixed date parsing exception --- .../org/torproject/snowflake/MainActivity.java | 32 ++ 1 file changed, 26

[tor-commits] [snowflake-mobile/master] Updating the count of users served even when the app is in foreground

2020-07-20 Thread cohosh
commit 689949d23d06a089e620b3703008ba2c60b36762 Author: Hashik Donthineni Date: Fri Jul 17 22:28:47 2020 +0530 Updating the count of users served even when the app is in foreground --- .../org/torproject/snowflake/MainActivity.java | 44 +++--- 1 file changed, 39

[tor-commits] [snowflake-mobile/master] Added checkServedDate method

2020-07-20 Thread cohosh
commit a6ce892d1e7b33545b8b537caa985a6fa20478ff Author: Hashik Donthineni Date: Sat Jul 11 01:10:34 2020 +0530 Added checkServedDate method --- .../org/torproject/snowflake/MainActivity.java | 55 +- app/src/main/res/values/strings.xml| 2 + 2

[tor-commits] [snowflake-mobile/master] Refactored .xml MainFragment code

2020-07-20 Thread cohosh
commit ab9b4f1dd3c021ef139945c493a02a104b1d815e Author: Hashik Donthineni Date: Sat Jul 11 03:04:40 2020 +0530 Refactored .xml MainFragment code --- .../main/java/org/torproject/snowflake/fragments/MainFragment.java| 3 +-- app/src/main/res/layout/fragment_main_fragment.xml

[tor-commits] [snowflake/master] Refactor android script to be in android job

2020-07-14 Thread cohosh
commit c1fa4efe4b6e289758224a5a4c8bcaa3d7067449 Author: Cecylia Bocovich Date: Wed Jul 8 10:49:41 2020 -0400 Refactor android script to be in android job --- .gitlab-ci.yml | 79 +++--- 1 file changed, 42 insertions(+), 37 deletions(-)

[tor-commits] [snowflake/master] Use go modules to build android library

2020-07-14 Thread cohosh
commit eaac9f5b6be90d2ba1d63f630c727090a4a4701e Author: Cecylia Bocovich Date: Wed Jul 8 16:13:05 2020 -0400 Use go modules to build android library This commit removes the symlinks and turns go modules back on to run gomobile bind locally on the project. --- .gitlab-ci.yml |

[tor-commits] [snowflake/master] update .gitlab-ci.yml

2020-07-14 Thread cohosh
commit d44fc238150c64a7a5045e756d1e9e2dbe0a3e5a Author: Hans-Christoph Steiner Date: Tue Jun 30 21:47:48 2020 +0200 update .gitlab-ci.yml --- .gitlab-ci.yml | 160 - 1 file changed, 135 insertions(+), 25 deletions(-) diff --git

[tor-commits] [snowflake-mobile/master] Moved creation of PeerConnection to offerRequestSuccess

2020-07-13 Thread cohosh
commit 492e7648eb72935b179f987d8b88269ac4ea084e Author: Hashik Donthineni Date: Thu Jul 9 22:44:46 2020 +0530 Moved creation of PeerConnection to offerRequestSuccess --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 3 ++- 1 file changed, 2 insertions(+), 1

[tor-commits] [snowflake-mobile/master] Used closeConnections function in onDestroy to clear connections

2020-07-13 Thread cohosh
commit 7cac3c5b732f9bc97dc345e8cec9d34a266e481a Author: Hashik Donthineni Date: Fri Jul 10 23:48:45 2020 +0530 Used closeConnections function in onDestroy to clear connections --- .../torproject/snowflake/MyPersistentService.java | 22 +- 1 file changed, 9

[tor-commits] [snowflake-mobile/master] Handled Invalid relay URL error

2020-07-10 Thread cohosh
commit e4ec88fb8bd15f1a9a266769924eded8c5302836 Author: Hashik Donthineni Date: Tue Jul 7 21:40:08 2020 +0530 Handled Invalid relay URL error --- .../torproject/snowflake/MyPersistentService.java | 101 + 1 file changed, 61 insertions(+), 40 deletions(-) diff --git

[tor-commits] [snowflake-mobile/master] Finally implemented the custom URLs in to the service

2020-07-10 Thread cohosh
commit edaa544f29cbead7a8fc976fd958bccd57deedf9 Author: Hashik Donthineni Date: Sun Jun 28 19:32:14 2020 +0530 Finally implemented the custom URLs in to the service --- app/src/main/AndroidManifest.xml | 1 + .../torproject/snowflake/GlobalApplication.java| 30

[tor-commits] [snowflake-mobile/master] Removed IDE auto-generated fragment string resource

2020-07-10 Thread cohosh
commit 8ab616c27d5b64617e601780b01058bb6b25e224 Author: Hashik Donthineni Date: Tue Jul 7 20:23:43 2020 +0530 Removed IDE auto-generated fragment string resource --- app/src/main/res/values/strings.xml | 2 -- 1 file changed, 2 deletions(-) diff --git

[tor-commits] [snowflake-mobile/master] Fixed the bug of EditText deactivated when app restarts

2020-07-10 Thread cohosh
commit 5078bbb0325b25c01c58bbf7a282f6218fd9ddb1 Author: Hashik Donthineni Date: Sun Jun 28 18:46:14 2020 +0530 Fixed the bug of EditText deactivated when app restarts --- .../snowflake/constants/SettingsConstants.java | 24 ++

[tor-commits] [snowflake-mobile/master] Reformated the exception block in startWebSocket function

2020-07-10 Thread cohosh
commit 70093a2e65ae50557887cda37f91ea0f2fa36bc4 Author: Hashik Donthineni Date: Thu Jul 9 00:10:37 2020 +0530 Reformated the exception block in startWebSocket function --- .../torproject/snowflake/MyPersistentService.java | 73 +++--- 1 file changed, 38 insertions(+), 35

[tor-commits] [snowflake-mobile/master] Bug fix: Settings showing as using default servers on app restart even tho they are not

2020-07-10 Thread cohosh
commit 76a349a7e9b5f4948a8342c5f44fd3c7d809a562 Author: Hashik Donthineni Date: Sun Jun 28 21:37:18 2020 +0530 Bug fix: Settings showing as using default servers on app restart even tho they are not --- .../snowflake/constants/SettingsConstants.java | 6 --

[tor-commits] [snowflake-mobile/master] Handled ICE connection failed state

2020-07-10 Thread cohosh
commit fecb5fa01746bf4fc3541bb2da908751dd715ae8 Author: Hashik Donthineni Date: Tue Jul 7 22:50:41 2020 +0530 Handled ICE connection failed state --- .../main/java/org/torproject/snowflake/MyPeerConnectionObserver.java | 3 ++-

[tor-commits] [snowflake-mobile/master] Disposed all threads when we don't want to resend request

2020-07-10 Thread cohosh
commit b83fc18a490f151c6c67217019a8828f44519d86 Author: Hashik Donthineni Date: Tue Jul 7 22:16:44 2020 +0530 Disposed all threads when we don't want to resend request --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 2 ++ 1 file changed, 2 insertions(+) diff

[tor-commits] [snowflake-mobile/master] Removed button auto-click in testing env, to avoid confusion

2020-07-10 Thread cohosh
commit 531630460a4cb5d504d2afbc561e81bda06bc06f Author: Hashik Donthineni Date: Tue Jul 7 20:25:07 2020 +0530 Removed button auto-click in testing env, to avoid confusion --- app/src/main/java/org/torproject/snowflake/fragments/MainFragment.java | 2 -- 1 file changed, 2 deletions(-)

[tor-commits] [snowflake-mobile/master] Added functionality to Settings

2020-07-10 Thread cohosh
commit 83bcdb97b462bdae7e55744d062d2a469ed73702 Author: Hashik Donthineni Date: Sun Jun 28 17:43:17 2020 +0530 Added functionality to Settings --- .../torproject/snowflake/AppSettingsFragment.java | 51 +- app/src/main/res/xml/app_settings.xml | 11 +++--

[tor-commits] [snowflake-mobile/master] Handled Invalid STUD URL

2020-07-10 Thread cohosh
commit fba786cd9c4d8f35f22b277228f2757eebc34dda Author: Hashik Donthineni Date: Tue Jul 7 22:07:58 2020 +0530 Handled Invalid STUD URL --- .../main/java/org/torproject/snowflake/MyPersistentService.java| 7 +++ 1 file changed, 7 insertions(+) diff --git

[tor-commits] [snowflake-mobile/master] Handled Invalid Broker URL

2020-07-10 Thread cohosh
commit 23595b83b3132b85ef470fad34f499e21124093c Author: Hashik Donthineni Date: Tue Jul 7 21:47:24 2020 +0530 Handled Invalid Broker URL --- .../org/torproject/snowflake/MyPersistentService.java| 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git

[tor-commits] [snowflake-mobile/master] Moved main activity code in to MainFragment to make way for up comming settings fragment

2020-07-10 Thread cohosh
commit ec410a4b728cc5a3a4038ba46c32a7c6d66615c9 Author: Hashik Donthineni Date: Sun Jun 28 15:14:20 2020 +0530 Moved main activity code in to MainFragment to make way for up comming settings fragment --- app/build.gradle | 1 +

[tor-commits] [snowflake-mobile/master] Moved files in to fragments package

2020-07-10 Thread cohosh
commit bb53d2eb3f12e09e62ffa0de7c0d3c04387ee703 Author: Hashik Donthineni Date: Sun Jun 28 17:46:17 2020 +0530 Moved files in to fragments package --- app/src/main/java/org/torproject/snowflake/MainActivity.java | 2 ++ .../org/torproject/snowflake/{ =>

[tor-commits] [snowflake-mobile/master] Started MainFragment from MainActivity

2020-07-10 Thread cohosh
commit 272ca20f2ea2d7f6869da4e4a6f8a66b2f97c8bb Author: Hashik Donthineni Date: Sun Jun 28 15:26:42 2020 +0530 Started MainFragment from MainActivity --- .../main/java/org/torproject/snowflake/MainActivity.java | 16

[tor-commits] [snowflake-mobile/master] Added settings UI and handled button click

2020-07-10 Thread cohosh
commit 18f453de453981d3f5105d661efe40905aca5cc9 Author: Hashik Donthineni Date: Sun Jun 28 16:05:44 2020 +0530 Added settings UI and handled button click --- .../torproject/snowflake/AppSettingsFragment.java | 18 + .../org/torproject/snowflake/MainActivity.java | 13 ++

[tor-commits] [snowflake-mobile/master] Handled back press from fragments

2020-07-10 Thread cohosh
commit a9548589575a7bc6dc443df09189e5eef27b4c1c Author: Hashik Donthineni Date: Sun Jun 28 16:19:23 2020 +0530 Handled back press from fragments --- .../java/org/torproject/snowflake/MainActivity.java | 20 .../snowflake/constants/FragmentConstants.java | 6

[tor-commits] [snowflake-mobile/master] Fixed webscoket NullPointerException when there is no connection

2020-07-10 Thread cohosh
commit a5b26df61b802840766a68984c1fe639ef44a032 Author: Hashik Donthineni Date: Sun Jun 28 14:42:57 2020 +0530 Fixed webscoket NullPointerException when there is no connection --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 4 ++-- 1 file changed, 2

[tor-commits] [snowflake-mobile/master] Added custom toobar

2020-07-10 Thread cohosh
commit 2cdd98f866fa17149b081a0e0f4bc517423cb670 Author: Hashik Donthineni Date: Sun Jun 28 14:07:17 2020 +0530 Added custom toobar --- app/src/main/res/layout/activity_main.xml | 19 +++ app/src/main/res/values/styles.xml| 2 +- 2 files changed, 20 insertions(+),

[tor-commits] [snowflake-mobile/master] Addedd preferences library to gradle

2020-07-10 Thread cohosh
commit aa8b875ea957fbf8b7273d9be7303580043f1da3 Author: Hashik Donthineni Date: Sun Jun 28 13:48:03 2020 +0530 Addedd preferences library to gradle --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 9580614..4d13970 100644

[tor-commits] [snowflake-mobile/master] Addedd settings button

2020-07-10 Thread cohosh
commit 54434b020ade324ada26d073f9ab14e486bff402 Author: Hashik Donthineni Date: Sun Jun 28 14:41:50 2020 +0530 Addedd settings button --- app/src/main/res/drawable/ic_baseline_settings.xml | 5 app/src/main/res/layout/activity_main.xml | 35 +++--- 2 files

[tor-commits] [snowflake-mobile/master] Addex settings XML file

2020-07-10 Thread cohosh
commit 2b1c5272d125dc9edf1b6103dca28ae298a4100f Author: Hashik Donthineni Date: Sun Jun 28 13:57:27 2020 +0530 Addex settings XML file --- app/src/main/res/xml/app_settings.xml | 25 + 1 file changed, 25 insertions(+) diff --git

[tor-commits] [snowflake/master] Use STUN server compatable with RFC 5780 in proxy

2020-07-10 Thread cohosh
commit 8c875f0ba7775519b13118458d350dcae478af6a Author: Cecylia Bocovich Date: Thu Jul 9 09:55:41 2020 -0400 Use STUN server compatable with RFC 5780 in proxy --- proxy/snowflake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/snowflake.go b/proxy/snowflake.go

[tor-commits] [snowflake-mobile/master] Rephrased Description, Removed 'Building and Running'

2020-07-08 Thread cohosh
y abundantly available at all times. - - - -## Building and Running -The build process is similar to any other Android application. \ -[Snowbox](https://github.com/cohosh/snowbox) is a Docker container that is used to test broker API, simulate a client. It makes developmen smooth. - +Implementing Sno

[tor-commits] [snowflake-mobile/master] Initial readme commit

2020-07-08 Thread cohosh
eer users to contribute as a relay and help +> circumvent censorship. + + + +## Building and Running +The build process is similar to any other Android application. \ +To be able to test broker API, simulate a client, you can use [Snowbox](https://github.com/cohosh/snowbox). It is a Docker container t

[tor-commits] [snowflake-mobile/master] Added support for GitLab markdown

2020-07-08 Thread cohosh
urrently active volunteer proxies making Snowflake proxy abundantly available at all times. ## Building and Running The build process is similar to any other Android application. \ -To be able to test broker API, simulate a client, you can use [Snowbox](https://github.com/cohosh/snowbox).

[tor-commits] [snowflake-mobile/master] Added a note to inform that project works only locally in readme

2020-07-08 Thread cohosh
commit e106a832d57159ff7713001aca9c7cab2aa41b55 Author: Hashik Donthineni Date: Wed Jul 8 21:28:31 2020 +0530 Added a note to inform that project works only locally in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6776c5d..9540ccd

[tor-commits] [snowflake-mobile/master] Changed Snoflake -> Snowflake Mobile in license

2020-07-08 Thread cohosh
commit 14a3bf70c33dc8ece860df72ac9463891ab9cb5d Author: Hashik Donthineni Date: Wed Jul 8 21:20:25 2020 +0530 Changed Snoflake -> Snowflake Mobile in license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4ad2ebb..0040a88 100644 ---

[tor-commits] [snowflake-mobile/master] Added license for the project

2020-07-08 Thread cohosh
commit 6901d3c039f684d1f8e40576af8157158bfbfad1 Author: Hashik Donthineni Date: Tue Jul 7 22:30:47 2020 +0530 Added license for the project --- LICENSE | 33 + 1 file changed, 33 insertions(+) diff --git a/LICENSE b/LICENSE new file mode 100644 index

[tor-commits] [snowflake-mobile/master] Updated License

2020-07-08 Thread cohosh
commit dccb37ec8ed726e587fb9b02eb8dfd671613bb44 Author: Hashik Donthineni Date: Wed Jul 8 10:57:26 2020 +0530 Updated License --- LICENSE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 2725eb2..4ad2ebb 100644 --- a/LICENSE +++ b/LICENSE @@

[tor-commits] [snowflake/master] Testing Gitlab sync.

2020-07-06 Thread cohosh
commit 818226acf2dc60a3cf7bf8d0ec0004849ac2ac1e Author: Cecylia Bocovich Date: Mon Jul 6 15:42:41 2020 -0400 Testing Gitlab sync. ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [snowflake-webext/master] bump version to 0.4.0

2020-07-06 Thread cohosh
commit 8f6af8850971a7fdcff8bfcdc5a1ca7428915a4b Author: Cecylia Bocovich Date: Mon Jul 6 13:45:50 2020 -0400 bump version to 0.4.0 --- package.json | 4 ++-- translation | 2 +- webext/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [snowflake-webext/master] Advertise suspected NAT type to broker

2020-07-06 Thread cohosh
commit 60beedf8ddc2e322e5d668bfeafcdfa4ccd0a9d5 Author: Cecylia Bocovich Date: Wed Jun 17 10:18:24 2020 -0400 Advertise suspected NAT type to broker This compliments the poll the rate adjustment on proxy failures to address proxy matching issues. Since we cannot determine our

[tor-commits] [snowflake/master] Have broker pass client NAT type to proxy

2020-07-06 Thread cohosh
commit 046dab865f18eb12a473b1a1c1d7aa15cf5883c7 Author: Cecylia Bocovich Date: Mon Jun 22 14:04:29 2020 -0400 Have broker pass client NAT type to proxy This will allow browser-based proxies that are unable to determine their NAT type to conservatively label themselves as

[tor-commits] [snowflake/master] Add a new heap at the broker for restricted flakes

2020-07-06 Thread cohosh
commit 0052c0e10cfd8e270a57d85711064e8d9e064bf5 Author: Cecylia Bocovich Date: Tue Jun 16 17:49:39 2020 -0400 Add a new heap at the broker for restricted flakes Now when proxies poll, they provide their NAT type to the broker. This introduces a new snowflake heap of just

[tor-commits] [snowflake/master] Implement NAT discovery (RFC 5780) at the client

2020-07-06 Thread cohosh
commit bf924445e36a1990ad1da89d99faeff17db9e42f Author: Cecylia Bocovich Date: Wed Jun 10 17:16:12 2020 -0400 Implement NAT discovery (RFC 5780) at the client Snowflake clients will now attempt NAT discovery using the provided STUN servers and report their NAT type to the

[tor-commits] [snowflake-webext/master] Update proxy NAT type based on client's NAT type

2020-07-06 Thread cohosh
commit 12478006b99805c30a2d278c969937563ce507e1 Author: Cecylia Bocovich Date: Mon Jun 22 14:29:09 2020 -0400 Update proxy NAT type based on client's NAT type --- broker.js | 4 ++-- snowflake.js| 12 spec/broker.spec.js | 6 +++--- 3 files changed, 13

[tor-commits] [snowflake/master] Implement NAT discover for go standalone proxies

2020-07-06 Thread cohosh
commit f6cf9a453b0cae189e5ad6b25d57241fe418de91 Author: Cecylia Bocovich Date: Tue Jun 16 17:10:56 2020 -0400 Implement NAT discover for go standalone proxies --- broker/broker.go | 2 +- common/messages/proxy.go | 30 +++---

[tor-commits] [snowflake-mobile/master] Created new package Seriazation and moved SDPSerializer int to it, created RelaySerializatoin file to handle serialization away from service

2020-06-27 Thread cohosh
commit a05bf22b7d6b65e5f810ab51f7bf023b37f67b61 Author: Hashik Donthineni Date: Fri Jun 26 19:43:44 2020 +0530 Created new package Seriazation and moved SDPSerializer int to it, created RelaySerializatoin file to handle serialization away from service ---

[tor-commits] [snowflake-mobile/master] Added code to relay data b/w client and tor

2020-06-27 Thread cohosh
commit 8ad4410f5b4dc448dbd8b6714c4c7e9f2b24a489 Author: Hashik Donthineni Date: Fri Jun 26 18:43:10 2020 +0530 Added code to relay data b/w client and tor --- .../torproject/snowflake/MyPersistentService.java | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-)

[tor-commits] [snowflake-mobile/master] Closing the websocket when necessary

2020-06-27 Thread cohosh
commit 416041b857f14cb9211838e54721e343ce654908 Author: Hashik Donthineni Date: Fri Jun 26 18:49:18 2020 +0530 Closing the websocket when necessary --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 5 + 1 file changed, 5 insertions(+) diff --git

[tor-commits] [snowflake-mobile/master] Started WebSocket on DataChannelOpen

2020-06-27 Thread cohosh
commit 46eb111be5d24e5452bbba7821760cf398403e3b Author: Hashik Donthineni Date: Fri Jun 26 17:34:04 2020 +0530 Started WebSocket on DataChannelOpen --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 1 + 1 file changed, 1 insertion(+) diff --git

[tor-commits] [snowflake-mobile/master] Added Socket URL to GlobalApplication

2020-06-27 Thread cohosh
commit 4ff7285c94411e5c14b09fc0a2d06f7fc592ecfc Author: Hashik Donthineni Date: Wed Jun 24 14:32:17 2020 +0530 Added Socket URL to GlobalApplication --- app/src/main/java/org/torproject/snowflake/GlobalApplication.java | 5 + 1 file changed, 5 insertions(+) diff --git

[tor-commits] [snowflake-mobile/master] Fixed the mistake of setting BrokerURL for WebSocket

2020-06-27 Thread cohosh
commit 99d50f7e804f210855768ada8a18373635f7dede Author: Hashik Donthineni Date: Fri Jun 26 17:27:23 2020 +0530 Fixed the mistake of setting BrokerURL for WebSocket --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [snowflake-mobile/master] Added web-socket boiler plate code

2020-06-27 Thread cohosh
commit c2f12afc2652f9351be2efbde3cf602df3fc26ca Author: Hashik Donthineni Date: Wed Jun 24 14:54:58 2020 +0530 Added web-socket boiler plate code --- .../torproject/snowflake/MyPersistentService.java | 48 ++ 1 file changed, 48 insertions(+) diff --git

[tor-commits] [snowflake-mobile/master] Merge remote-tracking branch 'gitlab/rtc-random-sid'

2020-06-23 Thread cohosh
commit 48d6368642d03532ca651008c574380373fce054 Merge: ee8ca17 7e391ac Author: Cecylia Bocovich Date: Tue Jun 23 10:44:43 2020 -0400 Merge remote-tracking branch 'gitlab/rtc-random-sid' .../torproject/snowflake/MyPersistentService.java | 28 -

[tor-commits] [snowflake-mobile/master] Randomly generated Sid

2020-06-23 Thread cohosh
commit 5c2800b4804f3bbb04a2d3e4cb9ad787c15f8a12 Author: Hashik Donthineni Date: Fri Jun 19 16:45:43 2020 +0530 Randomly generated Sid --- .../torproject/snowflake/MyPersistentService.java | 28 - .../java/org/torproject/snowflake/SIDHelper.java | 47 ++

[tor-commits] [snowflake-mobile/master] Changed random number generation function to Base 64

2020-06-23 Thread cohosh
commit 7ec57142b40943fd2b13d4268c39651ae4951487 Author: Hashik Donthineni Date: Mon Jun 22 23:57:47 2020 +0530 Changed random number generation function to Base 64 --- app/src/main/java/org/torproject/snowflake/SIDHelper.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[tor-commits] [snowflake-mobile/master] Changed int to long in SID, changed radix 64 to 36

2020-06-23 Thread cohosh
commit 7e391ac08d261601c4490e8786951ba5d82b1f74 Author: Hashik Donthineni Date: Tue Jun 23 09:47:55 2020 +0530 Changed int to long in SID, changed radix 64 to 36 --- app/src/main/java/org/torproject/snowflake/SIDHelper.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff

[tor-commits] [snowflake-mobile/master] Handled connection termination on data channel closed event

2020-06-22 Thread cohosh
commit ee8ca17a915e83f09fe75650291d69f2b9a695e4 Author: Hashik Donthineni Date: Fri Jun 19 17:15:33 2020 +0530 Handled connection termination on data channel closed event --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 4 1 file changed, 4 insertions(+)

[tor-commits] [snowflake/master] Update documentation to include broker spec

2020-06-19 Thread cohosh
commit 1448c3885f2bdfde9d7dfc801e730cfe5301a224 Author: Cecylia Bocovich Date: Tue May 12 16:08:15 2020 -0400 Update documentation to include broker spec Add broker messaging specification with endpoints for clients and proxies. --- doc/broker-spec.txt | 113

[tor-commits] [snowflake-mobile/master] Added read time-out for OkHttpClient

2020-06-18 Thread cohosh
commit fd5ab01e54c0c271ead577b7100010cd6714afba Author: Hashik Donthineni Date: Wed Jun 17 23:24:22 2020 +0530 Added read time-out for OkHttpClient --- .../org/torproject/snowflake/services/RetroServiceGenerator.java| 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff

[tor-commits] [snowflake-mobile/master] Changed tag of WakeLock for easier debugging

2020-06-18 Thread cohosh
commit 1d96efd5a791cbf4e5a3ca7d5f0c418143d89bf3 Author: Hashik Donthineni Date: Sat Jun 13 14:53:36 2020 +0530 Changed tag of WakeLock for easier debugging --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tor-commits] [snowflake-mobile/master] Changed notification importance

2020-06-18 Thread cohosh
commit 4689fd6ee62f049225c7103d38cc0b13f0bc227c Author: Hashik Donthineni Date: Tue Jun 9 18:09:47 2020 +0530 Changed notification importance --- app/src/main/java/org/torproject/snowflake/MainActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [snowflake-mobile/master] Allowed HTTP/Unsecured calls over network

2020-06-18 Thread cohosh
commit 36c5cc1a037df26f278401e3b86311e288870a10 Author: Hashik Donthineni Date: Wed Jun 17 23:12:55 2020 +0530 Allowed HTTP/Unsecured calls over network --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [snowflake-mobile/master] Added update notification function

2020-06-18 Thread cohosh
commit 9b5cb0c0b8840b41878fbd0b8006fce20ff8314e Author: Hashik Donthineni Date: Tue Jun 9 15:28:30 2020 +0530 Added update notification function --- .../torproject/snowflake/MyPersistentService.java | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git

[tor-commits] [snowflake-mobile/master] Changed fetchOffer into a loop to avoid spaghetti code

2020-06-18 Thread cohosh
commit 2ddfebe2a80a24675a7a1320fc5562737fe5c5e5 Author: Hashik Donthineni Date: Wed Jun 17 22:59:20 2020 +0530 Changed fetchOffer into a loop to avoid spaghetti code --- .../torproject/snowflake/MyPersistentService.java | 59 ++ 1 file changed, 38 insertions(+), 21

[tor-commits] [snowflake-mobile/master] Changed time in Milliseconds to Seconds

2020-06-18 Thread cohosh
commit 95cc69443e74926c8b5a59b3d9a5dea40e763d27 Author: Hashik Donthineni Date: Wed Jun 17 13:29:32 2020 +0530 Changed time in Milliseconds to Seconds --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [snowflake-mobile/master] Added broker endpoint in Global Application

2020-06-18 Thread cohosh
commit e4ec977d104e1a31522b6bdc93b27d2a09736701 Author: Hashik Donthineni Date: Tue Jun 9 15:13:38 2020 +0530 Added broker endpoint in Global Application --- .../main/java/org/torproject/snowflake/GlobalApplication.java | 11 +++

[tor-commits] [snowflake-mobile/master] Fixed Cancel service bug, cleared all calls while destrying service

2020-06-18 Thread cohosh
commit 8cb4fb109a1761941a2e6b5daae1c8b67a88fe55 Author: Hashik Donthineni Date: Tue Jun 9 16:21:25 2020 +0530 Fixed Cancel service bug, cleared all calls while destrying service --- .../torproject/snowflake/MyPersistentService.java | 29 +++--- 1 file changed, 20

[tor-commits] [snowflake-mobile/master] Network calls to send answer and establish connection

2020-06-18 Thread cohosh
commit b0afeaa107ef9279c1c0cda38f3b5842077a66fc Author: Hashik Donthineni Date: Tue Jun 9 17:59:36 2020 +0530 Network calls to send answer and establish connection --- .../torproject/snowflake/MyPersistentService.java | 85 +-

[tor-commits] [snowflake-mobile/master] Added delay to send/re-sending offer request

2020-06-18 Thread cohosh
commit 19c1824a870623e4a475f3b647f954d89825b800 Author: Hashik Donthineni Date: Tue Jun 9 16:44:45 2020 +0530 Added delay to send/re-sending offer request --- app/src/main/java/org/torproject/snowflake/MyPersistentService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[tor-commits] [snowflake-mobile/master] Removed hardcoded headers from service and added them dynamically

2020-06-18 Thread cohosh
commit f45d55bea8b71051c1941fd6d9d605818eecc09c Author: Hashik Donthineni Date: Wed Jun 17 13:25:48 2020 +0530 Removed hardcoded headers from service and added them dynamically --- .../main/java/org/torproject/snowflake/GlobalApplication.java | 11 +++

[tor-commits] [snowflake-mobile/master] Setting remote description and SDP serialization, deserialization

2020-06-16 Thread cohosh
commit 490059722e519533b74a68f5bf3a07b2ed0f07ec Author: Hashik Donthineni Date: Tue Jun 9 14:57:00 2020 +0530 Setting remote description and SDP serialization, deserialization --- .../torproject/snowflake/MyPersistentService.java | 31 ++-

[tor-commits] [snowflake-mobile/master] Added 'fetch offer' to fetch offer from broker

2020-06-16 Thread cohosh
commit 78334a91237dee8e8dba16f2dd06e1c17fb2b042 Author: Hashik Donthineni Date: Tue Jun 9 14:42:36 2020 +0530 Added 'fetch offer' to fetch offer from broker --- .../torproject/snowflake/MyPersistentService.java | 42 ++ .../snowflake/constants/BrokerConstants.java

[tor-commits] [snowflake-mobile/master] Added WebRTC code

2020-06-16 Thread cohosh
commit 31ad93897d022677ad1195365f166ba5e09370a6 Author: Hashik Donthineni Date: Tue Jun 9 12:50:11 2020 +0530 Added WebRTC code --- .../snowflake/MyPeerConnectionObserver.java| 97 ++ .../torproject/snowflake/MyPersistentService.java | 95 -

[tor-commits] [snowflake-mobile/master] Added retrofit related interfaces, services

2020-06-16 Thread cohosh
commit cc9b845b8f4e7b175016c3c13009da7649a68f79 Author: Hashik Donthineni Date: Tue Jun 9 14:23:56 2020 +0530 Added retrofit related interfaces, services --- .../torproject/snowflake/MyPersistentService.java | 12 +-- .../org/torproject/snowflake/pojo/AnsResponse.java | 27

[tor-commits] [gettor/master] Fix typo in new gitlab links

2020-06-12 Thread cohosh
commit 3b1b0190d433281f995c989b7328b6c7a279f554 Author: Cecylia Bocovich Date: Fri Jun 12 11:45:35 2020 -0400 Fix typo in new gitlab links --- scripts/add_links_to_db | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/add_links_to_db b/scripts/add_links_to_db

[tor-commits] [gettor/master] Remove logging of successful db query

2020-06-05 Thread cohosh
commit 4ed0f9ae02de837cd278767fa84167c728f18879 Author: Cecylia Bocovich Date: Fri May 29 15:08:11 2020 -0400 Remove logging of successful db query --- gettor/utils/db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gettor/utils/db.py b/gettor/utils/db.py index d6bf153..c2e2634

[tor-commits] [snowflake-mobile/master] Added notification and notification channel

2020-06-05 Thread cohosh
commit 9c39e6bdb79a92f8c3c76f1be90f6ef04a410968 Author: Hashik Donthineni Date: Fri Jun 5 03:38:03 2020 +0530 Added notification and notification channel --- .../org/torproject/snowflake/MainActivity.java | 31 ++ .../torproject/snowflake/MyPersistentService.java | 68

[tor-commits] [snowflake-mobile/master] Added bare service class and called it from MainActivity

2020-06-05 Thread cohosh
commit cfbf2d3f4863f591d451303820476a0d5fac6f4b Author: Hashik Donthineni Date: Fri Jun 5 02:18:34 2020 +0530 Added bare service class and called it from MainActivity --- .idea/misc.xml | 2 +- app/build.gradle | 4 ++

[tor-commits] [snowflake-mobile/master] Added stopping service function

2020-06-05 Thread cohosh
commit 07b99ebf2c066de57b8ff3bdc52e4e1c98531106 Author: Hashik Donthineni Date: Fri Jun 5 04:02:15 2020 +0530 Added stopping service function --- .../torproject/snowflake/MyPersistentService.java | 57 -- 1 file changed, 52 insertions(+), 5 deletions(-) diff --git

[tor-commits] [snowflake-mobile/master] Added onStartCommand to start and stop service

2020-06-05 Thread cohosh
commit 91871788d224ba0b4bb0956b369ea6a1345c893e Author: Hashik Donthineni Date: Fri Jun 5 03:52:08 2020 +0530 Added onStartCommand to start and stop service --- .../torproject/snowflake/MyPersistentService.java | 28 ++ 1 file changed, 28 insertions(+) diff --git

[tor-commits] [snowflake-mobile/master] Added permissions and registered the service

2020-06-05 Thread cohosh
commit 712dbdd579266bbcfc1389de15cdb5cc2aa8df87 Author: Hashik Donthineni Date: Fri Jun 5 03:39:51 2020 +0530 Added permissions and registered the service --- app/src/main/AndroidManifest.xml | 12

[tor-commits] [snowflake-mobile/master] Created a workable UI and created a service class

2020-06-05 Thread cohosh
commit 49c4d5c62078d3831d66bb159d9b164fad2e90ff Author: Hashik Donthineni Date: Wed Jun 3 20:23:45 2020 +0530 Created a workable UI and created a service class --- .idea/misc.xml | 2 +- .../org/torproject/snowflake/MainActivity.java | 30

[tor-commits] [snowflake-mobile/master] Added leakcanary library

2020-06-02 Thread cohosh
commit 95950e24afd076cbdf6f15c89baa68f4abb13d51 Author: Hashik Donthineni Date: Mon Jun 1 14:39:08 2020 +0530 Added leakcanary library --- .idea/misc.xml | 2 +- app/build.gradle| 3 +++ app/src/main/res/values/strings.xml | 2 +- 3 files changed,

[tor-commits] [snowflake-mobile/master] Added Rxjava/RxAndroid library to gradle

2020-06-02 Thread cohosh
commit 733e5f3d2a7b677be91dc2db43343a7fd7bf5f32 Author: Hashik Donthineni Date: Wed May 27 18:45:20 2020 +0530 Added Rxjava/RxAndroid library to gradle --- app/build.gradle | 7 +++ 1 file changed, 7 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index

[tor-commits] [snowflake-mobile/master] Added Retrofit library

2020-06-02 Thread cohosh
commit 8c4725e5ad1db9a43d5b3a380a0bb0e59ddba267 Author: Hashik Donthineni Date: Wed May 27 18:44:29 2020 +0530 Added Retrofit library --- app/build.gradle | 6 ++ 1 file changed, 6 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 36b7b4f..43d7013 100644 ---

[tor-commits] [snowflake-mobile/master] Added WebRTC library to gradle

2020-06-02 Thread cohosh
commit 145c344946a74ecb1533f35ed9590c05485150aa Author: Hashik Donthineni Date: Sun May 31 14:41:57 2020 +0530 Added WebRTC library to gradle --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 5234369..dadaf2d 100644 ---

[tor-commits] [snowflake-mobile/master] Gradle Upgrade

2020-06-02 Thread cohosh
commit ca77c29addb7cb1dc751efbfe082b456a94a860e Author: Hashik Donthineni Date: Sun May 31 14:33:25 2020 +0530 Gradle Upgrade --- .idea/jarRepositories.xml| 25 + build.gradle | 2 +-

[tor-commits] [gettor/master] Don't assume that request has "command" key.

2020-05-29 Thread cohosh
commit b3de2e35ea73cc29c4744423a9abe60c9997f5a7 Author: Philipp Winter Date: Fri May 29 16:23:19 2020 -0700 Don't assume that request has "command" key. If GetTor deals with an autoresponder, it returns an empty request, which is then passed to parse_callback, which raises a

[tor-commits] [gettor/master] Check to see if email is from an autoresponder

2020-05-29 Thread cohosh
commit 012ef1a4020c5d7b70f027a0184d32b440c7babb Author: Cecylia Bocovich Date: Mon May 25 11:06:57 2020 -0400 Check to see if email is from an autoresponder This checks to see if an incoming request is from a known autoresponder. GetTor can get into infinite loops with itself

[tor-commits] [gettor/master] Ignore emails from Mail Delivery System

2020-05-23 Thread cohosh
commit b78bc3ff922ea53d972f994e670dd3c39f97e5d0 Author: Cecylia Bocovich Date: Fri May 22 16:36:36 2020 -0400 Ignore emails from Mail Delivery System This ignores emails with the username "MAILER-DAEMON", a common email for mail delivery systems. The goal of this is to avoid

[tor-commits] [snowflake-webext/master] Fix linting errors

2020-05-22 Thread cohosh
commit 37f1688810dc34abeea4e934108ed431b1fe5b64 Author: Cecylia Bocovich Date: Fri May 22 09:26:10 2020 -0400 Fix linting errors --- proxypair.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxypair.js b/proxypair.js index 1153ee3..96869cb 100644 ---

[tor-commits] [snowflake-webext/master] Added npm run build command to 'Testing'

2020-05-20 Thread cohosh
commit e066be4465d337ce6d7e1e586830c7061ef8993e Author: HashikDonthineni Date: Fri May 8 20:25:47 2020 +0530 Added npm run build command to 'Testing' --- README.md | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2547d0..a2d8478 100644

[tor-commits] [snowflake-webext/master] Close stale connection

2020-05-13 Thread cohosh
commit 4100963928c13ffe66e78a4eed689b21ba018a2c Author: Cecylia Bocovich Date: Thu May 7 13:22:20 2020 -0400 Close stale connection If we stop getting keep-alive pings for some timeout period, close the stale connection. This solves bug #31278 where chrome proxies hang open

[tor-commits] [snowflake/master] Reduce SnowflakeTimeout to 20 seconds

2020-05-13 Thread cohosh
commit bbf11a97e4728ca41ecb7c34117ec407de4988ec Author: Cecylia Bocovich Date: Thu May 7 09:40:49 2020 -0400 Reduce SnowflakeTimeout to 20 seconds The underlying smux layer sends a keep-alive ping every 10 seconds. This modification will allow for one dropped/delayed ping

<    1   2   3   4   5   6   >