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

Closed
5 tasks done
hyun99999 opened this issue Feb 4, 2023 · 0 comments · Fixed by #367
Closed
5 tasks done

feat: 위젯 추가 #364

hyun99999 opened this issue Feb 4, 2023 · 0 comments · Fixed by #367
Assignees
Labels
Feat 새로운 기능 구현 Hyungyu 🐯 현규 교수님 작업

Comments

@hyun99999
Copy link
Member

hyun99999 commented Feb 4, 2023

👀 이슈 (issue)

@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 Feat 새로운 기능 구현 labels Feb 4, 2023
@hyun99999 hyun99999 self-assigned this Feb 4, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 4, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 4, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 4, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 4, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 5, 2023
- Color 를 확장하여서 위젯의 다크모드를 대응.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- WidgetsBundle 관련 파일 이동.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- Intent Definition File 에서 사용할 custom intent  를 타겟에 추가
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- Configurable Widget 에서도 동적인 선택 목록을 설정할 수 있도록 dynamic options 설정.
- MyCard 타입을 생성하여 파라미터로 설정.
- MyCard 타입에서 cardID 로 선택목록을 구분하기 위해서 property 로 설정.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- custom intent 의 타입으로 선언했던 Card 가 중복된 이름으로 여겨져서 "multiple commands produce" 에러가 생겨서 MyCard 로 변경.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 기존의 ConfigurationIntent 를 MyCardIntent 로 변경.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 정적인 선택목록을 사용하기 때문에 StaticConfiguration 을 사용.
- image 로 UI 구현.
- 위젯 선택시 동작이 예정되어 있기 때문에 widgetURL 사용.
- QRCodeWidget 을 설명하는 내용 작성.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- accessoryCircular 를 추가하여 잠금화면 위젯 구현.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 잠금화면 위젯으로만 사용하기 때문에 accessoryCircular 만 설정.
- 선택목록이 없는 위젯이기 때문에 StaticConfiguration 사용.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 잠금화면 위젯이기 때문에 accessoryCircular 만 구현.
- 위젯 설명 작성.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- Configurable Widget 에서도 동적인 선택 목록을 설정할 수 있도록 dynamic options 설정.
- MyCard 타입을 생성하여 파라미터로 설정.
- MyCard 타입에서 cardID 로 선택목록을 구분하기 위해서 property 로 설정.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- custom intent 의 타입으로 선언했던 Card 가 중복된 이름으로 여겨져서 "multiple commands produce" 에러가 생겨서 MyCard 로 변경.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 기존의 ConfigurationIntent 를 MyCardIntent 로 변경.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 정적인 선택목록을 사용하기 때문에 StaticConfiguration 을 사용.
- image 로 UI 구현.
- 위젯 선택시 동작이 예정되어 있기 때문에 widgetURL 사용.
- QRCodeWidget 을 설명하는 내용 작성.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- accessoryCircular 를 추가하여 잠금화면 위젯 구현.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 잠금화면 위젯으로만 사용하기 때문에 accessoryCircular 만 설정.
- 선택목록이 없는 위젯이기 때문에 StaticConfiguration 사용.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 잠금화면 위젯이기 때문에 accessoryCircular 만 구현.
- 위젯 설명 작성.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- Configurable Widget 에서도 동적인 선택 목록을 설정할 수 있도록 dynamic options 설정.
- MyCard 타입을 생성하여 파라미터로 설정.
- MyCard 타입에서 cardID 로 선택목록을 구분하기 위해서 property 로 설정.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- custom intent 의 타입으로 선언했던 Card 가 중복된 이름으로 여겨져서 "multiple commands produce" 에러가 생겨서 MyCard 로 변경.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 기존의 ConfigurationIntent 를 MyCardIntent 로 변경.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 선택목록을 제공하지 않기 때문에 StaticConfiguration 사용.
- image 로 UI 구현.
- 위젯 선택시 동작이 예정되어 있기 때문에 widgetURL 사용.
- QRCodeWidget 을 설명하는 내용 작성.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- accessoryCircular 를 추가하여 잠금화면 위젯 구현.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 잠금화면 위젯으로만 사용하기 때문에 accessoryCircular 만 설정.
- 선택목록을 제공하지 않기 때문에 StaticConfiguration 사용.
hyun99999 added a commit to hyun99999/NADA-iOS-ForRelease that referenced this issue Feb 6, 2023
- 잠금화면 위젯이기 때문에 accessoryCircular 만 구현.
- OpenAppLockScreenWidget 설명 작성.
hyun99999 added a commit that referenced this issue Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 Hyungyu 🐯 현규 교수님 작업
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant