e16fafeaa0
Merge branch 'master' into connect-to-db
2020-10-08 19:29:11 -04:00
Clayton Wilson
96c3f2772d
Fixes for create list dialog
2020-10-08 19:27:16 -04:00
DreamCoder23
3f0f415806
Merge branch 'master' into aaron-branch
2020-10-08 16:11:15 -07:00
Clayton Wilson
d3571cec3d
db connections finished hardcoded
2020-10-08 19:08:20 -04:00
NMerz
d071a0ceb3
Update Item to contract
...
Make Item conform to the Lambdas
2020-10-08 18:42:32 -04:00
NMerz
c9c07607b6
Update ListEntry contract
...
Conform to Lambdas
2020-10-08 18:40:09 -04:00
Aaron Sun
d293864d04
Fixing List UI-API connection v.1
2020-10-08 15:34:10 -07:00
Clayton Wilson
762e7907b8
Connect search, lists, and itemDetails to db with hardcoded user
2020-10-08 18:03:06 -04:00
Aaron Sun
2d80ff2282
Connected List UI with API
2020-10-07 21:21:59 -07:00
Clayton Wilson
bdaeb94daf
Add create list dialog to various buttons
2020-10-07 21:59:23 -04:00
55f8cf60d2
Merge branch 'master' into hamburger-menu-additions
2020-10-07 21:08:44 -04:00
053992f909
Merge pull request #33 from ClaytonWWilson/item-details-page
...
Item details page
2020-10-07 20:57:29 -04:00
Nathan Merz
0ef75e3461
Merge pull request #38 from ClaytonWWilson/ClientLambdas
...
Item Search
2020-10-06 21:55:37 -04:00
NMerz
a43776e5dc
Enforce schema matching
...
Ensure all Lambdas and tests follow the current db schema
2020-10-06 21:54:04 -04:00
NMerz
56c9a3f99d
Switch to millis for times
...
There are issues with the serialization of the time objects since the constructors are not public. Passing times around in milliseconds avoid them.
2020-10-06 21:39:23 -04:00
Aaron Sun
dcea8aa58e
Can now remove items from list
2020-10-06 18:36:14 -07:00
Aaron Sun
94e636f1d5
Can now change quantity of items
2020-10-06 14:39:21 -07:00
NMerz
68051fdaca
Item Search V1
...
Still needs testing.
2020-10-05 22:54:43 -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
Clayton Wilson
c2bac194f8
Remove auto-generated Android Studio files
2020-10-05 21:58:04 -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
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
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
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
Aaron Sun
a013a75924
Connected auth API to UI
2020-10-02 20:00:52 -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
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
Aaron Sun
1b8c08bb62
Added Code page and restructured the button flow
2020-09-30 17:37:35 -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
Nathan Merz
2cdfcc4c5c
Merge branch 'master' into ListLambdas
2020-09-27 11:56:27 -04:00
Nathan Merz
50195458b2
Merge pull request #7 from ClaytonWWilson/lambda-base
...
Lambda base
2020-09-27 11:54:48 -04:00