Skip to content
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

feat: 위젯 추가 (#364) #367

Merged
merged 19 commits into from
Feb 17, 2023
Merged

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    673cb5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e863c20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faba04a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5ab3f5 View commit details
    Browse the repository at this point in the history
  5. add: Color+Extension (TeamNADA#364)

    - Color 를 확장하여서 위젯의 다크모드를 대응.
    hyun99999 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    7b55b55 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. feat: WidgetsBundle 에 위젯들 추가 (TeamNADA#364)

    - WidgetsBundle 관련 파일 이동.
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5edf32a View commit details
    Browse the repository at this point in the history
  2. chore: 사용할 intent 를 target 에 추가 (TeamNADA#364)

    - Intent Definition File 에서 사용할 custom intent  를 타겟에 추가
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    789a9d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33e2a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b70d7a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c12b148 View commit details
    Browse the repository at this point in the history
  6. feat: MyCardIntent 동적인 intent 생성 (TeamNADA#364)

    - Configurable Widget 에서도 동적인 선택 목록을 설정할 수 있도록 dynamic options 설정.
    - MyCard 타입을 생성하여 파라미터로 설정.
    - MyCard 타입에서 cardID 로 선택목록을 구분하기 위해서 property 로 설정.
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    be82fd5 View commit details
    Browse the repository at this point in the history
  7. bug: Card type 이름 변경 (TeamNADA#364)

    - custom intent 의 타입으로 선언했던 Card 가 중복된 이름으로 여겨져서 "multiple commands produce" 에러가 생겨서 MyCard 로 변경.
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6d92327 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f8a38b View commit details
    Browse the repository at this point in the history
  9. fix: Configurable Widget 에 intent 적용 (TeamNADA#364)

    - 기존의 ConfigurationIntent 를 MyCardIntent 로 변경.
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ccc8c99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    946f863 View commit details
    Browse the repository at this point in the history
  11. feat: QRCodeWidget 구현 (TeamNADA#364)

    - 선택목록을 제공하지 않기 때문에 StaticConfiguration 사용.
    - image 로 UI 구현.
    - 위젯 선택시 동작이 예정되어 있기 때문에 widgetURL 사용.
    - QRCodeWidget 을 설명하는 내용 작성.
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bc8d1c1 View commit details
    Browse the repository at this point in the history
  12. feat: QRCodeWidget LockScreen Widget 구현 (TeamNADA#364)

    - accessoryCircular 를 추가하여 잠금화면 위젯 구현.
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3808d37 View commit details
    Browse the repository at this point in the history
  13. add: OpenAppLockScreenWidget 생성 (TeamNADA#364)

    - 잠금화면 위젯으로만 사용하기 때문에 accessoryCircular 만 설정.
    - 선택목록을 제공하지 않기 때문에 StaticConfiguration 사용.
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2084931 View commit details
    Browse the repository at this point in the history
  14. feat: OpenAppLockScreenWidget 구현 (TeamNADA#364)

    - 잠금화면 위젯이기 때문에 accessoryCircular 만 구현.
    - OpenAppLockScreenWidget 설명 작성.
    hyun99999 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6d3a398 View commit details
    Browse the repository at this point in the history