summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip/EipStatus.java
AgeCommit message (Expand)Author
2024-01-17replace deprectated Observer and Observables by PropertyChangeListener and Pr...cyBerta
2023-11-23replace direct call on private static currentStatus field with getInstance() ...cyBerta
2022-12-15remove EipFragmentServiceConnection, fixes memory leakscyBerta
2022-12-06restrict transition animation to connected -> disconnected state changecyberta
2022-05-18use snowflake if necessary to update invalid vpn cert. Show cert update messa...cyBerta
2021-02-26distinguish between openvpn state RECONNECTING and custom UI_CONNECTING flagcyBerta
2020-03-17switch to AndroidXcyBerta
2019-10-25increase threshold until EipStatus is set to DISCONNETED or BLOCKING - reduce...cyBerta
2019-08-02adapt error handling during eip setup: refresh UI if gateway profile could no...cyBerta
2019-07-12get rid of ics-openvpn's ProfileManager, reduces boilerplate and dead codecyBerta
2019-05-22* adds a DISCONNECTING statecyBerta
2019-03-09improve vpn shutdown regarding the new gateway selectioncyBerta
2018-12-07first shot gatewayselectioncyBerta
2018-02-12#8837 update tests and fix VPN_Paused implementation for EipStatuscyBerta
2018-02-10#8837 new handling of connection state LEVEL_VPNPAUSED - don't throw an illeg...cyBerta
2018-01-23new UI for EipFragmentFup Duck
2017-12-14fix potential memory leakcyBerta
2017-12-12#8742 add notifications for blocking vpncyBerta
2017-12-07#8742 basic always-on implementation with blocking vpn if no profile is confi...cyBerta
2017-09-21update ics-openvpn: update classes, manifest, resources and build scriptcyBerta
2015-04-22Always show the log if an error happens.Parménides GV
2015-04-22Remove textual status.Parménides GV
2015-04-15Wants to disconnect and is connecting work fine.Parménides GV
2015-03-24Remove all Logs.Parménides GV
2015-03-24Indent everything with IntelliJParménides GV
2015-03-24Revert "Remove unused imports."Parménides GV
2015-03-24Remove unused imports.Parménides GV
2015-03-249 out of 10 times, in a row, void vpn is closed.Parménides GV
2015-03-24Show log if an error is reported in last 5 log messages.Parménides GV
2015-03-24Error in last lines fixed.Parménides GV
2015-03-24Revert "Ammend."Parménides GV
2015-03-23Ammend.Parménides GV
2015-03-20Detect error in last 5 lines of the log.Parménides GV
2015-03-10Point to the log if an error occurrs while connectingParménides GV
2015-03-09Extracted a new method, refactoring.Parménides GV
2015-03-09Eip status disconnects void vpn when disconnecting.Parménides GV
2014-11-27Removed unused imports and unused .eip variablesParménides GV
2014-11-27EipStatus detects and notifies changes by itself.Parménides GV
2014-11-26Eip status messages refactored.Parménides GV
2014-11-26Extracted EipStatus, centralizing new state notifications.Parménides GV