NMerz
0151fa7db2
Revert "Can now display splashscreen when first entering the app v.2"
...
This reverts commit 55d07f23e8 .
2020-10-09 01:40:48 -04:00
Nathan Merz
491e32b07f
Merge pull request #61 from ClaytonWWilson/aaron-branch
...
Aaron branch
2020-10-09 01:39:41 -04:00
Aaron Sun
55d07f23e8
Can now display splashscreen when first entering the app v.2
2020-10-08 22:37:14 -07:00
43bd0a7fb4
Merge pull request #60 from ClaytonWWilson/layout-improvements
...
Layout improvements
2020-10-09 01:36:45 -04:00
Aaron Sun
61d7c88e1a
Can now display splashscreen when first entering the app v.1
2020-10-08 22:35:38 -07:00
Clayton Wilson
c1a8103da8
Various layout improvements
2020-10-09 01:35:16 -04:00
NMerz
a7ac3d6ec9
Enforce synchronous updates for quanitity
...
Also added a new delete method to requestor to allow for a receiver.
2020-10-09 01:16:42 -04:00
Aaron Sun
702a83ff85
Can now save quantity after changing it in List v.1
2020-10-08 22:03:45 -07:00
Aaron Sun
23fc181fc0
Removed upper limit for quantity -- not needed
2020-10-08 21:31:43 -07:00
Aaron Sun
e7d2ec333a
Implemented Confirm Password and quantity fetching from shopping list v.1
2020-10-08 21:30:08 -07:00
Aaron Sun
4680103dd2
Can now display auth error message
2020-10-08 20:59:15 -07:00
Aaron Sun
cd1dbf2589
Can now remove items from database
2020-10-08 20:14:25 -07:00
DreamCoder23
cd13f96be4
Merge pull request #54 from ClaytonWWilson/aaron-branch
...
Aaron branch
2020-10-08 18:59:27 -07:00
Aaron Sun
725724738e
Halfway through removing items from database
2020-10-08 18:58:50 -07:00
NMerz
5cf3a6a647
Allow for deleting an instance of a class
2020-10-08 21:40:09 -04:00
DreamCoder23
2028e5c628
Merge pull request #51 from ClaytonWWilson/aaron-branch
...
Aaron branch
2020-10-08 18:21:55 -07:00
Aaron Sun
6e57f34581
Can now change password
2020-10-08 18:21:27 -07:00
Clayton Wilson
981fb9ebda
Update search results and item details layout
2020-10-08 20:54:12 -04:00
379a45fcd0
Merge pull request #46 from ClaytonWWilson/connect-to-db
...
Connect to db
2020-10-08 20:11:04 -04:00
Clayton Wilson
2c9eaee1be
Removed hardcoded db interaction
2020-10-08 20:10:28 -04:00
DreamCoder23
98eadc6a70
Merge pull request #45 from ClaytonWWilson/PasswordReset
...
Add backend password reset functionality
2020-10-08 17:03:26 -07:00
Aaron Sun
83a929fd51
Can now delete account
2020-10-08 16:57:01 -07:00
Clayton Wilson
73639b50e2
Connect ListsFragment to ListPage
2020-10-08 19:37:48 -04:00
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
NMerz
35dd4a5106
Add backend password reset functionality
2020-10-08 19:26:05 -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