-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update Master #145
Closed
Closed
Update Master #145
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix tests
* Create Directory
* Create Factory and VM * Create Factory and VM * Integrate AddCard route * Fix NavHost routing * Remove onBackPressed * Cleanup * Cleanup
* Add spacing * Imports
* Add Coil * Add placeholder
* Implement delete with SwipeToDismiss * Fix detekt
* Set theme jekyll-theme-cayman * Merge development (#68) * Add styles and labels * Extract button styles * Set button visibilities * Move quiz to bottom navigation * Change notifications to logs * Add default directory miscellaneous * Add button to insert flashcard inside a directory * Add default directory, remove delete icon if default directory * Replace adding a Flashcard logic into a Directory * Set onClickListener if has 4 Flashcards, change add button image * Replace other add icons and review icon * Rename app and packages * Update README * Fix/change directory row (#48) * Load image preview into icon * Change text position and size * Create DirectoryViewModelFactory, pass directoryId to create DirectoryViewModel, get Directory Flashcards in Review Screen * Add Bitrise logo (#49) * Fix detekt rules (#50) * Add title and description labels to DetailScreen (#51) * Add title and description labels to DetailScreen * Fix label constraints * Update README.md * Reporting/add sonarqube (#52) * Add sonarqube and jacoco test coverage reporting * Remove app name from string resources * Modify jacoco_setup (#53) * Fix/question options (#54) * Use QuestinGenerator to add question options * Fix generated questions randomness * questionGenerator from class to object * Feature/results (#55) * Create results screen, pass results via intent * Fix detekt * Add RecyclerView to show results * Fix detekt * Show results as CardView * Now clicking on a card in ResultsScreen shows details * Update .gitignore * Update README * Fix/add flashcard (#56) * Update .gitignore, update README * Add text to show tappToAdd * Fix buttons * Add EditScreen * Feature/edit flashcard (#57) * Get current values from db to fill the views * Save updated flashcard to db * Setup/di (#61) * Create Module.kt * Add Navigator * Add navigator for Quiz * Setup/dependencies (#62) * Create Module.kt * Add Navigator * Add navigator for Quiz * Regroup some dependencies * Extract all dependencies * Add base application to manage DI * Fix/directory screen observe (#63) * Send load event manually in onCreate() * Remove NotificationViewModel dependency * Remove HomeViewModel dependency * Remove NotificationsViewModel dependency (#64) * Remove NotificationsViewModel dependency * Fix FlashcardDetailScreen observe issue * Fix detekt * Create android.yml * Fix/home observe (#65) * Remove logs and directories dependencies * Fix Log observe issue * Fix detekt * Add MIT license (#66) * Improvement/readme (#67) * Add MIT license * Update README * Resolve conflicts * Move QuizGenerator into business module * Fix HomeScreen when no result * Fix HomeScreen when no result * Fix HomeScreen when no result * Fix tests * Create QuizFactory * Create Quiz and Question * Add Quiz to BottomNav Co-authored-by: Ilker Aslan <[email protected]> Co-authored-by: Dement0 <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.