Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
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: AndrewDongminYoo/segway-ble-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: AndrewDongminYoo/segway-ble-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 13 commits
  • 47 files changed
  • 2 contributors

Commits on Apr 7, 2023

  1. build(deps): bump vm2 from 3.9.14 to 3.9.15

    Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.14 to 3.9.15.
    - [Release notes](https://github.com/patriksimek/vm2/releases)
    - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
    - [Commits](patriksimek/vm2@3.9.14...3.9.15)
    
    ---
    updated-dependencies:
    - dependency-name: vm2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    de8d22c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Merge pull request #1 from AndrewDongminYoo/dependabot/npm_and_yarn/v…

    …m2-3.9.15
    
    build(deps): bump vm2 from 3.9.14 to 3.9.15
    AndrewDongminYoo authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    8fbe807 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. chore(react): 🚧 seems to be a problem - fixing

    WIP :: This seems to be an issue with either the
    Kotlin or Gradle version of Android. Working on it
    AndrewDongminYoo committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    3515d81 View commit details
    Browse the repository at this point in the history
  2. fix(react): 🚑️ vulnerabilities found - jsdoc > taffydb

    TaffyDB can allow access to any data items in the DB
    
    https://www.npmjs.com/advisories/1089386
    AndrewDongminYoo committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    f598c80 View commit details
    Browse the repository at this point in the history
  3. fix(android): 🐛 kt-gradle version downgrade

    This seems to be an issue with either
    the Kotlin or Gradle version of Android.
    I lowered the Kotlin compilation version
    from 1.8.10 to 1.8.0 and filled in the
    empty settings.
    AndrewDongminYoo committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    f2b653a View commit details
    Browse the repository at this point in the history
  4. fix(android): dynamic version error resolved

    Things like the Android gradle version and the
    kotlin compilation version were set differently
    here and there, and unifying them all to be the
    same solved the problem.
    
    Signed-off-by: Dongmin,Yoo <ydm2790@gmail.com>
    AndrewDongminYoo committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    0e709a4 View commit details
    Browse the repository at this point in the history
  5. chore(android): 🔥 removed unused code and files

    I still seem to have the same problem. What could be the problem...
    AndrewDongminYoo committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    4b412de View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. docs: 📝 module's interface consists

    Requires the level of expertise of the readme of a popular NPM library.
    AndrewDongminYoo committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    bd19729 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. feat(android): ⬆️ sd_ble_sdk restroed

    Segway Ninebot module burned due to incorrectly entering the Git ignore. Recovered it again.
    AndrewDongminYoo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1401513 View commit details
    Browse the repository at this point in the history
  2. chore(android): 🚚 renamed android library directory name

    Renamed the android static module directory due to git caching issues.
    AndrewDongminYoo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7bb57b3 View commit details
    Browse the repository at this point in the history
  3. style(example): 🍱 add Icon Image Assets

    AppIcon.appiconset updated
    AndrewDongminYoo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1330e6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6789d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a287c09 View commit details
    Browse the repository at this point in the history
Loading