summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient
AgeCommit message (Expand)Author
2020-01-25initiate configuring taskcyberta
2020-01-25stop setting up firewall if su was not permittedcyberta
2020-01-25implement tethering firewall rules pt.1cyberta
2020-01-24rearrange firewalling code, move to separate packagecyberta
2020-01-24add some copyright headerscyBerta
2020-01-24Don't change the wifi tethering state if a check fails with an exception, uni...cyBerta
2020-01-24implement bluetooth tethering detection, refactor TetheringObservablecyBerta
2020-01-24implement simple detection for usb tetheringcyBerta
2020-01-24detect hotspot state and disable/enable controls in TetheringDialog accordinglycyBerta
2020-01-24remove logscyBerta
2020-01-24rename battery flag in navigation drawercyBerta
2020-01-24implement basic UI for VPN tetheringcyBerta
2020-01-24add new strings for tetheringcyBerta
2020-01-24add new icons for tetheringcyBerta
2020-01-23fix potention NPEsin Provider classcyberta
2020-01-23cleanup in PreferenceHelpercyberta
2020-01-23save provider api ip to shared preferencescyberta
2020-01-23remove unnecessary conversion in ProviderApiSetupBroadcastReceivercyberta
2020-01-23minor refactoring in ProviderApiManagerBasecyberta
2020-01-23set provider used in dns fallback resolution in ProviderApi servicecyberta
2020-01-23add api ip to provider class, implement ip lookup based on given provider hos...cyberta
2020-01-21remove lint warningscyberta
2020-01-21remove unused importscyberta
2020-01-21remove unnecessary null checkcyberta
2020-01-21implement no-dns fallback using okhttp's Dns interfacecyberta
2020-01-13remove unused code - move constant 'danger_on' for insecure test builds to Co...cyBerta
2019-12-30adapt log strings a little bitcyBerta
2019-12-30reduce log pollutioncyBerta
2019-12-30reduce code duplication in PreferenceHelpercyBerta
2019-12-30reduce su calls, add logging, save if su exists and was allowed to preferencescyBerta
2019-12-30initial firewall implementation to fix #8939cyBerta
2019-12-13improve better server balancing: update eip-service.json every 3 days after a...cyBerta
2019-12-13reset UI State if blocking VPN was finishedcyBerta
2019-12-11wrap dialogs in try catch clause for nowcyBerta
2019-11-19implement reconnect mechanism for shapeshifter that gets triggered before a n...cyBerta
2019-11-01start void vpn if no more gateways available during setupcyBerta
2019-11-01unify error id between provider api service and eip servicecyBerta
2019-11-01remove buggy and annoying hint how to open the navigation drawercyBerta
2019-10-31rename save battery alert, it's not experimental anymorecyBerta
2019-10-31show blocking state on EipFragmentcyBerta
2019-10-29don't start void vpn when switching between a running openvpn connection and ...cyBerta
2019-10-27implement java shapeshifter logging interface, replaces blocking method call ...cyBerta
2019-10-25increase threshold until EipStatus is set to DISCONNETED or BLOCKING - reduce...cyBerta
2019-10-25implement error handling for edge case when AndroidcyBerta
2019-10-25handle errors during the initiation of a pt connection separatelycyBerta
2019-10-20show dialog if end of provider's gateway list is reached (#8964)cyBerta
2019-10-20fix endless setup loop on pre-P devices, differentiate security provider betw...cyBerta
2019-10-19fix #8966, battery dialog reopeningcyBerta
2019-10-19don't fade progress animation out as it causes laggy ui feeling during switch...cyBerta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta