index
:
bitmask_android.git
0.9.8
develop
master
mirror_0xacab_master
[bitmask_android]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
/
se
/
leap
/
bitmaskclient
/
providersetup
Age
Commit message (
Expand
)
Author
2021-11-07
implement tor fallback mechanism for canConnect()
cyBerta
2021-11-07
catch possible IllegalStateException within stopService
cyBerta
2021-11-06
Keep preshipped and manually added provider urls as strings in ProviderManage...
cyBerta
2021-11-06
fix tor provider setup fallback mechanism
cyBerta
2021-11-06
fix potential memory leak
cyBerta
2021-11-06
fix app crash on pre Android 7
cyBerta
2021-11-06
hide connection detail UI on error handling
cyBerta
2021-11-06
implement tiomeout error handling + UI if tor doesn't start within 3 minutes
cyBerta
2021-11-05
Ensure tor state is set to OFF after snowflake completely stopped.
cyBerta
2021-10-24
remove unused service action STOP_PROXY
cyBerta
2021-10-24
cancel tor and provider setup on pressing back button
cyBerta
2021-10-23
rename usePluggableTransports prefrence to useBridges, start snowflake if use...
cyBerta
2021-10-22
show tor and snowflake connection status in provider setup screens
cyBerta
2021-10-02
* refactor startTorProxy()
cyBerta
2021-09-30
remove tor circuit setup observer once timeout reached or tor circuits have b...
cyBerta
2021-09-30
set tor setup timeout to 3 minutes
cyBerta
2021-07-21
set torService to null when tor service connection disconnected
cyBerta
2021-07-21
always stop tor service connection immediately after we got the http tunnel port
cyBerta
2021-07-21
don't set a new ClientTransportPlugin everytime a service connection has been...
cyBerta
2021-07-21
ensure that response.body().close() is always called when reading non-null AP...
cyBerta
2021-07-21
remove log in ProviderApiManagerBase
cyBerta
2021-07-21
rename method
cyBerta
2021-07-21
minor language fixes in ProviderSetupBaseActivity
cyBerta
2021-07-21
stop torService immediately instead of queueing it in provider api service
cyBerta
2021-07-21
implement ClientTransportPluginInterface to start / stop snowflake client for...
cyBerta
2021-07-21
inject IPtProxy in TorService
cyBerta
2021-07-21
show tor status info in provider setup activies
cyBerta
2021-07-21
initial tor-integration to circumvent blocking attempts of the provider api
cyBerta
2021-02-25
ensure the private api and the preshipped certificate will be used to setup t...
cyBerta
2021-02-18
add logging in ProvderApiConnector, in order to see the failing requests
cyBerta
2021-02-18
add a lot of API related error logs to log screen
cyBerta
2020-12-30
replace jetbrains.annotations by androidx.annotations
cyBerta
2020-12-29
update butterknife probably a last time
cyBerta
2020-12-29
new year cleanup: restructure messy project
cyBerta