Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-12 | remove deprecated User and UserStatus model class | cyBerta | |
2018-02-14 | #8846 remove legacy code and files: Dashboard, LogWindow, ↵ | cyBerta | |
UserStatusFragment, FabButton library etc. | |||
2018-02-08 | Merge branch 'leap_0.9.8' into 8827_handle_switch_provider | Fup Duck | |
2018-02-07 | #8829 fixes notification handling after ui changes and fixes also memory ↵ | cyBerta | |
leak #8838 | |||
2018-02-06 | 8827 - handle switch provider correctly | Fup Duck | |
* ProviderAPI no longer stores values in SharedPreferences * use EipCommand to start / stop EIP * update NavigationDrawer after changing provider * use Broadcasts for ProviderAPI * parse more properties from definition into Provider * ProviderApi no longer uses static variables * no more static Context in ProviderApiCommand | |||
2018-01-13 | rename context from activity to context | Fup Duck | |
2018-01-13 | rename variables to CamelCase | Fup Duck | |
2018-01-09 | create LoginActivity and SignUpActivity | Fup Duck | |
2018-01-08 | seperate accountList and settingsList in drawer | Fup Duck | |
2017-12-19 | adjust Fragments | Fup Duck | |
2017-12-19 | refactor dashboard | Fup Duck | |
2017-12-14 | #8742 remove dead code | cyBerta | |
2017-12-07 | #8742 basic always-on implementation with blocking vpn if no profile is ↵ | cyBerta | |
configured | |||
2017-10-31 | remove legacy code from SessionDialog | cyBerta | |
2017-10-25 | 8757 fixes session cookie handling by implementing okHttpClient and custom ↵ | cyBerta | |
cookiejar, enables TLS 1.2 on old devices, restricts allowed cipher suites on new devices in order to harden tls based communication | |||
2015-06-12 | Transparent background of the FabButton, yay! | Parménides GV | |
2015-06-01 | Update user session button correctly on failure | Parménides GV | |
2015-05-29 | Updated libraries, simplified user status fragment | Parménides GV | |
Updated butterknife, dagger, renderers, fabbuton and gson, as well as gradle plugin. | |||
2015-05-05 | Rename user session fragment, add icon resource. | Parménides GV | |
The FabButton doesn't scale the icon as big as I want it to be, and it doesn't let me set the size to "wrap_content" because the library sets the sizes to match_parent. I'm going to try to modify my fork of FabButton to see if I can obtain what I want in its demo: just an icon and the progress indicator, the icon as big as possible. | |||
2015-05-01 | Separated tests for VpnFragment. | Parménides GV | |
2015-04-30 | Better layout, xlarge adaptation too. | Parménides GV | |
2015-04-30 | Works smoothly, correct texts. | Parménides GV | |
Next step: beautify. | |||
2015-04-29 | Functional. | Parménides GV | |
2015-04-29 | Dynamically load user session fragment. | Parménides GV | |
Tests click new button, instead of action bar's. Fixing more bugs... | |||
2015-04-29 | Creating a user session fragment. | Parménides GV | |
I've separated the user session management to it, and encapsulated ProviderAPICommand into its own class. Putting the fragment statically in dashboard.xml isn't working, Android complains about it being duplicated, so I'm going to add it dynamically. |