summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/fragments/EipFragment.java
AgeCommit message (Expand)Author
2024-01-17replace deprectated Observer and Observables by PropertyChangeListener and Pr...cyBerta
2023-10-31disable location button in EipFragment in case there's only 1 Location availablecyBerta
2023-10-31Remove old Provider setup flow. In order to update to Gradle 8, we finally sa...cyBerta
2023-10-23tint actionbar subtitle and icons according to actionbar title colorcyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
2023-07-17always switch to encrypted shared preferencescyBerta
2022-12-28fix crash when trying to animate a drawable after Fragment is not in resumed ...cyBerta
2022-12-15center and capitalize actionbar title, in Bitmask, center but not capitalize ...cyBerta
2022-12-15remove superfluous parameter in MainButtons update methodcyBerta
2022-12-15remove EipFragmentServiceConnection, fixes memory leakscyBerta
2022-12-09show connecting state background when vpn is actually blocking for nowcyBerta
2022-12-06restrict transition animation to connected -> disconnected state changecyberta
2022-12-06repeat connecting animation, fade out before restartingcyberta
2022-12-02add another setText() method in LocationButton that allows to pass a string r...cyberta
2022-12-02fix colorscyberta
2022-12-02implement transition animation between connected and disconnected state for R...cyberta
2022-12-02implement connecting animation for riseupcyberta
2022-12-02rearranging assets, split them into normal and custom flavorcyberta
2022-11-30move EipFragment to normal and custom flavor for nowcyberta
2022-08-07unbind openvpn service in EipFragment if openvpn was turned offcyBerta
2022-08-05don't show load during obfuscation proxy pinningcyBerta
2022-05-20add missing importcyBerta
2022-05-20remove unnecessary method call during EipFragment layoutingcyBerta
2022-05-19add providerObservable as member variable to EipFragment, ensure the Fragment...cyBerta
2022-05-19show in EipFragment bridge status message if bridges are used to update the V...cyBerta
2022-05-19allow to cancel connection attempt during vpn certificate updates, if tor is ...cyBerta
2022-05-18use snowflake if necessary to update invalid vpn cert. Show cert update messa...cyBerta
2022-02-05remove insecure hint in EipFragment if VPN is connecting or reconnectingcyBerta
2022-02-05avoid short animation when turning off the VPNcyBerta
2021-12-10use guaranteed non-null Context object to start provider APIcyBerta
2021-12-10always use application context in EipCommand to start eip servicecyBerta
2021-11-28use 'recommended location' or the location name instead of 'select location' ...cyBerta
2021-11-26use already translated stringscyBerta
2021-11-23calculate and show gateway load related to transportcyBerta
2021-11-21Merge branch 'custom_font' into 'simply_secure_UI_changes'cyberta
2021-11-20show lightning bold instead of text 'You're connected to the recommended loca...cyBerta
2021-11-19show select location on location selector button if vpn is offcyBerta
2021-11-19make UI less noisy on (re-)connectscyBerta
2021-11-19show connection secure if vpn is running, but no internet connection is avail...cyBerta
2021-11-19always show the location selector button, just as on DesktopcyBerta
2021-11-19fix blocking vpn hint on eip fragmentcyBerta
2021-11-16replace all TextViews with AppCompatTextViewscyBerta
2021-11-16add bridge indicator to bottom panelcyBerta
2021-11-15Merge branch 'main_btn' into simply_secure_UI_changescyBerta
2021-11-15Add BuildConfig to disable color filtering of the main screen background, if ...cyBerta
2021-11-15cleanupcyBerta
2021-11-15add missing vpn button statecyBerta
2021-11-15avoid layout jumpingcyBerta
2021-11-15initial implementation of classic on-off push buttoncyBerta
2021-11-15adapt EIP main screen and strings to simply secure proposalscyBerta