summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/ProviderAPICommand.java
AgeCommit message (Collapse)Author
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-07-26JobIntentServices leak activity context in APIs < 25, use application ↵cyBerta
context instead
2020-07-23implement gateway selection based on geoip servicecyBerta
2020-06-11ProviderAPI as JobIntentServicecyBerta
2020-06-03catch IllegalStateException when app is not in a state that allows to start ↵cyBerta
the provider API service
2018-02-068827 - handle switch provider correctlyFup 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
2015-04-29Creating 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.