0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update links in readme More... over 5 years ago
hg -> git More... over 5 years ago
hg -> git More... over 5 years ago
make actual HTTP requests and return JSON More... almost 10 years ago
build URLs without encoding special characters (so we can pass something like "tasks/search" as the `path`) More... almost 10 years ago
new AsyncTask for API requests More... almost 10 years ago
use either HttpURLConnection or HttpsURLConnection depending on URL More... almost 10 years ago
check http status code More... almost 10 years ago
only disconnect connection when it's not null More... almost 10 years ago
deserialize JSON and return authentication token More... almost 10 years ago
change default server URL to http (https doesn't work yet) More... almost 10 years ago
add google-gson library More... almost 10 years ago
authenticate with Basic Auth to get session token More... about 10 years ago
UrlBuilder to create custom URLs based on server URL from the preferences More... about 10 years ago
load serverURL from the preferences More... about 10 years ago
move authentication into AsyncTask (for future network operations) More... about 10 years ago
move toasts to the middle of the screen More... about 10 years ago
error message when user/password are empty More... about 10 years ago
...everywhere More... about 10 years ago
move toast notification to separate class More... about 10 years ago
show message when login has failed More... about 10 years ago
kill LoginActivity after opening MainActivity (to prevent back button going back to LoginActivity) More... about 10 years ago
fake successful login for testing More... about 10 years ago
if login returns a token, save it and try to open the main screen More... about 10 years ago
basic functionality for login button More... over 10 years ago
add "About" item to login action bar / use MenuOpener class to open the menu items More... over 10 years ago
move menu opening code to separate class More... over 10 years ago
Backed out changeset: 6d9714646cb3 -> we DO need a menu on the login screen More... over 10 years ago
text boxes and button on login screen More... over 10 years ago
if there's an auth token in the settings, directly go to the main screen More... over 10 years ago