Commit Graph

443 Commits

Author SHA1 Message Date
Nathan Merz
92c9108f90
Merge pull request #30 from ClaytonWWilson/ClientLambdas
Client lambdas
2020-10-05 22:30:24 -04:00
NMerz
c96a40f0df Disable examples
Examples should be disabled by default
2020-10-05 22:30:12 -04:00
NMerz
8c526d3b8d SignOut and forced signout on delete
Added signout functionality and forced signout on delete.
2020-10-05 22:27:24 -04:00
DreamCoder23
59764eb41b
Merge pull request #35 from ClaytonWWilson/master
Merge pull request #34 from ClaytonWWilson/aaron-branch
2020-10-05 19:07:42 -07:00
DreamCoder23
ce24e2861c
Merge pull request #34 from ClaytonWWilson/aaron-branch
Aaron branch
2020-10-05 19:07:03 -07:00
Aaron Sun
9f992ee8ee Merge remote-tracking branch 'origin/master' into aaron-branch 2020-10-05 19:06:29 -07:00
Clayton Wilson
c2bac194f8 Remove auto-generated Android Studio files 2020-10-05 21:58:04 -04:00
NMerz
e0fa35bb45 Merge branch 'aaron-branch' into ClientLambdas 2020-10-05 21:52:20 -04:00
b16f0ce413
Merge branch 'master' into item-details-page 2020-10-05 21:51:23 -04:00
Clayton Wilson
ea9eabd398 Create-new-list dialog added to item details page 2020-10-05 21:49:21 -04:00
Clayton Wilson
5fe666fbbb Add-to-list dialog and functionality on item details page 2020-10-05 21:24:50 -04:00
Adam Ding
99cb715500
Merge pull request #32 from ClaytonWWilson/Krogger-Auth-Token
Krogger auth token
2020-10-05 20:13:19 -04:00
Clayton Wilson
12bee4c48c Add floating action button to lists fragment 2020-10-05 19:57:39 -04:00
NMerz
fe846fb81f Delete Lambda prototype
Prototype the User DELETE lambda. Amplify does not include this functionality, so putting it in a Lambda with the fine-grained API. This currently does not invalidate outstanding tokens nor does it clean up the database.
@claytonwwilson You will want to add the clean up code instead of the deleted stuff in UserDeleter
2020-10-05 12:29:28 -04:00
Clayton Wilson
dd13995ffe Fix bug in search results sorting 2020-10-04 21:17:02 -04:00
4a1bab2001 Display users lists 2020-10-04 19:48:00 -04:00
Adam Ding
cfa558bb34 Removed main method out of file 2020-10-04 15:48:22 -04:00
Adam Ding
4636a1b419 Added get function to get Krogger Auth token 2020-10-04 15:45:21 -04:00
64d4fb0192 Fix search results not filtering by store selection 2020-10-04 00:47:27 -04:00
afe15703ee Adapter and ShoppingList class for displaying shopping lists 2020-10-04 00:13:31 -04:00
NMerz
1907dc6ce5 Merge branch 'master' into ClientLambdas 2020-10-03 23:05:26 -04:00
NMerz
81b4673766 Lamdba Integration
Test Lamdbas with full pipeline of client through database
2020-10-03 23:00:19 -04:00
b269bc6e78 Item details layout 2020-10-03 21:50:21 -04:00
NMerz
1f361cf401 Finish V1 of List and Item Lambdas
List and Item Lambdas and client calls should be roughly finished (pending full testing once databse config is done).
2020-10-03 18:35:27 -04:00
790d935e40 Layout for item details page 2020-10-03 17:48:28 -04:00
NMerz
f107ab023d GET strcuture
Build out infrastructure for get requests (along with the first couple).

This includes changing the request engine from Volley to OKHTTP due to issues get Volley's callbacks to call back.
2020-10-03 17:37:46 -04:00
b951983112 Fix for long titles on search results 2020-10-03 16:52:11 -04:00
DreamCoder23
6051be68d8
Merge pull request #29 from ClaytonWWilson/master
Merge pull request #28 from ClaytonWWilson/aaron-branch
2020-10-03 13:29:22 -07:00
DreamCoder23
27f22a9724
Merge pull request #28 from ClaytonWWilson/aaron-branch
Aaron branch
2020-10-03 13:28:52 -07:00
Aaron Sun
9228f6876a Able to display List page 2020-10-03 13:28:13 -07:00
NMerz
69572b3a1f Generify endpoint groups as IntelliJ Modules
This allows them to be built sperately decreasing JAR size and also creates a better structure for generic service functions and business logic.
2020-10-03 11:22:35 -04:00
b498220d9f Fixed search results not being cleared after new search 2020-10-03 01:34:26 -04:00
DreamCoder23
387afc9670
Merge pull request #27 from ClaytonWWilson/master
Merge pull request #26 from ClaytonWWilson/aaron-branch
2020-10-02 20:02:34 -07:00
DreamCoder23
c0c2d599f8
Merge pull request #26 from ClaytonWWilson/aaron-branch
Aaron branch
2020-10-02 20:01:38 -07:00
Aaron Sun
a013a75924 Connected auth API to UI 2020-10-02 20:00:52 -07:00
DreamCoder23
fb7fb9b98f
Merge pull request #25 from ClaytonWWilson/master
Get latest version from master (added List UI page)
2020-10-01 12:57:49 -07:00
DreamCoder23
47dab12c24
Merge pull request #24 from ClaytonWWilson/aaron-branch
Aaron branch
2020-10-01 12:54:54 -07:00
Aaron Sun
d9f1130c97 Added List UI page 2020-10-01 12:54:10 -07:00
dff6c9deb3
Merge pull request #23 from ClaytonWWilson/display-search-results
Display search results
2020-10-01 15:45:34 -04:00
Clayton Wilson
2119b63696 Merge remote-tracking branch 'origin/master' into display-search-results 2020-10-01 15:43:05 -04:00
Clayton Wilson
ef2a58d23f Layout for sort and filter dialog on search results page 2020-10-01 15:34:34 -04:00
DreamCoder23
68524fbc76
Added Code page and restructured the button flow
Added Code page and restructured the button flow
2020-09-30 17:41:58 -07:00
DreamCoder23
5f05c8bc26
Merge pull request #21 from ClaytonWWilson/aaron-branch
Added Code page and restructured the button flow
2020-09-30 17:41:19 -07:00
Aaron Sun
1b8c08bb62 Added Code page and restructured the button flow 2020-09-30 17:37:35 -07:00
DreamCoder23
fcbec9617b
Added Forgot Password and Reset Password pages
Added Forgot Password and Reset Password pages
2020-09-30 11:58:46 -07:00
DreamCoder23
bfaa757d49
Added Forgot Password and Reset Password pages
Added Forgot Password and Reset Password pages
2020-09-30 11:57:55 -07:00
Aaron Sun
b4fdf3cdb8 Added Forgot Password and Reset Password pages 2020-09-30 11:56:29 -07:00
Clayton Wilson
550483a708 Dialog for sorting search results 2020-09-29 12:53:31 -04:00
DreamCoder23
a5d1319494
Merge pull request #18 from ClaytonWWilson/master
Merge pull request #17 from ClaytonWWilson/aaron-branch
2020-09-28 17:09:21 -07:00
DreamCoder23
d71f51ae6f
Merge pull request #17 from ClaytonWWilson/aaron-branch
Merge pull request #16 from ClaytonWWilson/master
2020-09-28 17:08:08 -07:00