-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the calendar page layout #3
Labels
Comments
leowrites
added
enhancement
New feature or request
CALENDAR
This goes to the calendar page
labels
Nov 1, 2022
madelahn
added a commit
that referenced
this issue
Dec 5, 2022
* Added basic calendar setup to the screen * Changed the minSDK in Project Configs * Updated Visuals to look like original app * Added Click Functionality
madelahn
added a commit
that referenced
this issue
Dec 5, 2022
madelahn
added a commit
that referenced
this issue
Dec 5, 2022
leowrites
pushed a commit
that referenced
this issue
Dec 5, 2022
* Added Basic Calendar Cycle Top Bar * added dependencies * Styled Calendar Cycle Top Bar * Changed TopBar to use tabs, added navigation * setup basic navigation bar and graph * added calender navgiation to FAB * modularized BottomNav * modularized FAB * moved Screen enum to NavigationGraph * Added Swiping to tabs, comments * cleanup * removed unused icon * Updated Indicator Color * removed unused colors * added dependencies and tests * Added activity to manifest - temp fix so tests run Was seeing the following issues when I run tests in NavigationTest: - android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.theperiodpurse.test/androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared <intent-filter>? - android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.theperiodpurse.test/androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared <intent-filter>? Referred to android/android-test#196 for the fix. Looks like this is fixed in androidx.test:core:1.5.0-alpha02. * removed changes to manifest * added androidTestResultsUserPreferences to gitignore * added useful contentDescription to FAB * added instrumental tests to CI * added emulator use to workflow * fixed typo in ci * test with macOS * specify system image * Added content description for testing * Added content description for testing * Added testing for tabs * added check to hide navigation bar during onboarding * better implementation for hiding nav bar * bandaid fix for tests * fix tests * create different screen to start in Calendar page * added skipOnboarding option to AppScreen * popback stack after onboarding * #3 Created the Calendar Layout (#33) * Added basic calendar setup to the screen * Changed the minSDK in Project Configs * Updated Visuals to look like original app * Added Click Functionality * Revert "#3 Created the Calendar Layout (#33)" (#38) This reverts commit 18909c4. Co-authored-by: Pierre-William Lessard <lessardpw@gmail.com> Co-authored-by: Madeline <93456777+madelahn@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create the basic layouts for the calendar page, please refer to the screenshots.
You don't need to have anything for the calendar view itself yet!
The text was updated successfully, but these errors were encountered: