Commit graph

74 commits

Author SHA1 Message Date
ece116a411 Start saving data to proto datastore from successful rest api requests 2024-11-28 07:00:11 -05:00
78a4b75acd Display a toast message when submitting invalid login credentials 2024-11-24 18:49:32 -05:00
836e24247e Mostly complete the user registration flow 2024-11-23 11:12:58 -05:00
83d477f6bb Redirect to confirmation screen from the confirmation email 2024-11-19 16:09:11 -05:00
f107994f0b Create confirmation screen 2024-11-19 15:13:20 -05:00
f3eb73ee42 Change format of verification email 2024-11-15 22:37:26 -05:00
26c26ed054 Starting process of retrieving login credentials from credential manager 2024-11-15 20:46:10 -05:00
2a69fbcef7 Show toast message when registering 2024-11-14 15:38:21 -05:00
a343f2e2a0 Store user credentials after registration 2024-11-14 14:32:51 -05:00
da1cebe02d Starting to define the app's theme 2024-11-10 13:22:24 -05:00
39da8e66ef Better navigation animations and starting to make a theme 2024-11-09 12:56:06 -05:00
d19e489c9f Navigate back to the login screen after registering 2024-11-08 15:06:46 -05:00
4847c1bb21 Create new user registration processes 2024-11-08 12:38:37 -05:00
149ce13e3e Finish laying out registration screen 2024-11-02 10:35:51 -04:00
dd0cc9ba2f I think I got navigation working? 2024-10-31 23:48:14 -04:00
db7264c3b9 Remove username, just use email address 2024-10-31 14:37:55 -04:00
40ff448d59 Navigate to registration screen when button is clicked 2024-10-31 14:37:35 -04:00
fac5a55251 Extract login and credentials verification logic into usecases 2024-10-31 09:14:48 -04:00
511a36516b Handle login errors 2024-10-27 09:45:46 -04:00
29893f9ee7 Provide the prefs data store, also separate out the retrofit client into its own di module 2024-10-26 22:43:08 -04:00
87ac520896 Make sure login data is in proper camel case 2024-10-26 22:35:14 -04:00
f9b3e35939 Finally set up proper dependency injection 2024-10-26 22:32:08 -04:00
5b8179ade1 Add protobuf datastore 2024-10-09 17:48:00 -04:00
82b38dacab Use loopback device IP address directly 2024-10-09 15:15:27 -04:00
f774812563 Change keyboard action on password field to 'Send' 2024-10-09 15:15:03 -04:00
03f201f50d Redo the app. Everything is working now! 2024-10-09 14:32:08 -04:00
a4324043ea Nuking the Android app from orbit, starting again... 2024-10-09 11:33:55 -04:00
803abfc015 Rename expiration to expiresAt 2024-10-09 09:50:56 -04:00
6879012cf5 Update login screen to prompt for regular credentials 2024-10-08 14:14:42 -04:00
f7972b4365 Nest user routes, like with auth 2024-10-07 17:11:40 -04:00
e275d0b71f Change log filter to INFO 2024-10-07 16:58:28 -04:00
e6615454cd Implement route to generate a new session 2024-10-07 16:48:50 -04:00
6057c8295d Create session objects during login, also store auth token for users 2024-10-06 14:08:26 -04:00
e24cf5c0b8 Display an error when attempting to log in to an account that doesn't exist 2024-10-06 07:14:44 -04:00
680114f467 Return the proper error if trying to verify an expired token 2024-10-05 13:39:16 -04:00
3768cd26e6 Change status code associated with missing session 2024-10-05 13:20:53 -04:00
24a7fdd4ef Fetch the temporary session during validation 2024-10-05 10:45:41 -04:00
d41a92d07a Adding a service to handle caching 2024-10-05 08:10:32 -04:00
8d4a987f0d Change requests to return an AppError on failure 2024-10-03 15:55:38 -04:00
8e222ff2e9 Remove the requests folder, it's unnecessary 2024-10-03 15:28:03 -04:00
e2cb989560 Re-enable the verification route 2024-10-03 15:27:30 -04:00
c908123a74 Further logging changes, and include some additional log messages when creating new users 2024-10-03 10:14:24 -04:00
f83757702a Create a special logging formatter for release builds 2024-10-02 12:45:10 -04:00
8c6ffbfb5c Add logging 2024-09-30 00:15:19 -04:00
864ce0c13d Moving back to using passwords for authentication 2024-09-29 09:57:02 -04:00
6a5bbfd2a8 Once again, change the app's package structure 2024-09-24 13:53:16 -04:00
eb93eb34b7 Still figuring out why axum won't start 2024-08-25 13:06:29 -04:00
29dca09ac7 Refactor step one of user registration 2024-08-24 13:23:01 -04:00
5596724ba9 Beginning to rip apart the API 2024-08-22 17:29:24 -04:00
4c752b4a0f Settling in on an auth screen design that I like... 2024-08-22 12:59:10 -04:00