Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: razinj/context_launcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.8
Choose a base ref
...
head repository: razinj/context_launcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0
Choose a head ref
  • 7 commits
  • 87 files changed
  • 2 contributors

Commits on Jan 28, 2023

  1. Slight refactoring (#14)

    * Execute launch app chores first
    
    * Refactor close menu call
    
    * Use recommended method for bottom sheet modal
    
    * Update dev dependencies
    razinj authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    cd27f2d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Add testers link

    razinj authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    872edae View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Implement GitHub Actions to run TS/Jest tests (#15)

    * Add test workflow
    
    * Use actions/checkout@v3
    
    * Update tests workflow name
    razinj authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    2e2ee35 View commit details
    Browse the repository at this point in the history
  2. Update test.yml

    razinj committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    a248cc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Truncate search query in not found message (#17)

    * Truncate search query in not found message
    
    * Add string utils unit tests
    razinj authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d5690d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Implement TS/Jest unit tests (#16)

    * Refactoring for testing
    
    * Test <Search /> component
    
    * Update test.yml
    
    * Mock react-native-vector-icons/MaterialCommunityIcons
    
    * Allow custom context values passed to providers
    
    * Update Search tests name
    
    * Add <AllAppsIcon /> unit tests
    
    * Remove un-needed snapshot test
    
    * Add <SettingsIcon /> unit tests
    
    * Add <SettingsItemLabel /> unit tests
    
    * Move test data to a dedicated file
    
    * Fix wrong data paths
    
    * Improve CI test command
    
    * Use correct action description + Add test IDs
    
    * Remove unnecessary spies
    
    * Add <AdvancedSettings /> unit tests
    
    * Refactor tests to use APIs from 'screen' instead of using them from deconstructing
    
    * Use proper test setup (refactor)
    
    * Extend jest APIs with react-native package
    
    * Add <SettingsBottomSheet /> unit tests
    
    * Add <AllAppsLetterIndex /> unit tests
    
    * Add <HighlightText /> unit tests
    
    * Improvements to <HighlightText /> component
    
    * Change jest toBeDefined matcher with toBeOnTheScreen
    razinj authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b67d7a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Add Pins & App-wide refactoring (#18)

    * Upgrade RN from 0.71.1 to 0.71.4
    
    * Add Pinned apps & Refactor existing codebase
    
    * Refactor
    
    * Bump app version & remove un-needed font
    razinj authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fba09f9 View commit details
    Browse the repository at this point in the history
Loading