About Subnet Mask App
Hello, everyone!
Thanks to use my app.
About Subnet Mask App is available on Android and iOS.
안녕하세요. 여러분!
제 앱을 사용해주셔서 감사합니다.
About Subnet Mask 앱은 안드로이드와 iOS에서 모두 사용 가능합니다.
Android Release Note
[3.1.0]
• Released 3.1.0 (2024.12.08.)
• Fixed double clicking a navigation button get empty screen (2024.12.08.)
• Added Private IP section. (2024.12.07. ~ 2024.12.08.)
• Fixed load Ads recursively as failed to load an Ad (2024.12.03.)
• Adjusted an OSS library theme to match compose theme (2024.11.30.)
• Added `Container transform` motion (2024.11.29.)
[3.0.0]
• Released the App, version 3.0.0 (2024.11.24.)
• Improved StatusBar text visibility, 100%, when it was in night mode (2024.11.24.)
• Fixed the App UI was overlayed on System UI when rotate a screen (2024.11.24.)
• Prevented the App had been removed when an Instrumented test done (2024.11.17.)
• Set EdgeToEdge, and Fixed SnackBar overlay with a System UI (2024.11.17.)
• Migrated all Views to Compose, 97% except AdMob View (2024.08.21. ~ 2024.11.16.)
• Removed all Fragments, 100% (2024.10.20. ~ 2024.11.09.)
• Added Github Action CI, Unit test, Instrumented test (API 21, API 35) (2024.10.31.)
• Removed Activity for lauch screen and manage it on MainActivity (2024.10.09. ~ 2024.10.19.)
• Replaced to new logo (2024.10.09. ~ 2024.10.19.)
• Added dynamic color (2024.08.31. ~ 2024.09.04.)
• Created Room DB migration test, version 4 to version 5 (2024.09.02. ~ 2024.09.03.)
[2.0.0]
• Release version 2.0.0 (2024.08.19.)
• Change lifecycle onStart → onCreate. Duplicated call bug fix (2024.08.19.)
• Use Semantic versioning, 61.0 → 2.0.0. Improve maintainability (2024.08.14.)
• Apply Gradle Composite. Easy to maintenance and apply Plugins (2024.08.11. ~ 2024.08.13.)
• Change Gradle and JVM configuration. Reduce build time probable maximum 9.7s → 2.5s, 73%(2024.08.09.)
• Collect Birthday and save it in Proto DataStore. Connect it UMP(User Messaging Platform) and AdMob (2024.07.31. ~ 2024.08.09.)
• Remove redundant instrumented test build. Reduce test build time 3m → 30s, 83% (2024.07.19.)
• Change LiveData → Flow. Easy to test (2024.07.18. ~ 2024.07.29.)
• Remove Databinding. Remove Kapt (2024.07.18. ~ 2024.07.29.)
• Change Jetpack Navigation XML → Kotlin DSL, and apply Multi-module and Dependency of Official android architecture (2024.07.11. ~ 2024.07.13)
• Apply Modularization and Official android architecture. Easy to maintain, test, and reduce a build time (2024.07.05. ~ 2024.07.13)
• Apply Hilt. Easy to maintain a DI (2024.06.30. ~ 2024.07.13)
• Change Groovy DSL → Kotlin DSL. Reduce a build time, and improve a productivity (2024.06.27.)
• Apply version catalog. Easy to manage dependency (2024.06.27.)
안드로이드 출시 노트
[3.1.0]
• 앱 출시 3.1.0 (2024.12.08.)
• 해결, 화면 이동 버튼 두 번 클릭 시, 빈 화면 나오는 문제 (2024.12.08.)
• 추가, 사설 IP 항목 (2024.12.07. ~ 2024.12.08.)
• 해결, 광고 로드 실패 시, 재귀적으로 호출 되는 문제 (2024.12.03.)
• 조정, OSS 라이브러리 테마를 Compose 테마와 일치 (2024.11.30.)
• 추가, `Container transform` 모션 (2024.11.29.)
[3.0.0]
• 앱 출시, 버전 3.0.0 (2024.11.24.)
• 야간 모드에서 StatusBar 가시성 100% 향상 (2024.11.24.)
• 화면 회전 시, 시스템 UI에 앱 UI가 겹치는 현상 해결 (2024.11.24.)
• Instrumented 테스트 이후 앱 삭제 방지 (2024.11.17.)
• EdgeToEdge 설정 그리고 SnackBar가 시스템 UI에 겹치는 현상 해결 (2024.11.17.)
• 모든 Views를 Compose로 전환, AdMob View 제외 97% (2024.08.21. ~ 2024.11.16.)
• 모든 Fragments 100% 제거 (2024.10.20. ~ 2024.11.09.)
• Github Action CI 추가, Unit 테스트, Instrumented 테스트 (API 21, API 35) (2024.10.31.)
• lauch 화면을 위한 Activity 제거 및 MainActivity로 병합 (2024.10.09. ~ 2024.10.19.)
• 새로운 로고로 변경 (2024.10.09. ~ 2024.10.19.)
• 다이나믹 색상 추가 (2024.08.31. ~ 2024.09.04.)
• Room DB 마이그레이션 테스트 추가, 버전 4에서 버전 5 (2024.09.02. ~ 2024.09.03.)
[2.0.0]
• 버전 2.0.0 출시 (2024.08.19.)
• onStart → onCreate lifecycle 변경. Bug fix 중복 호출 제거 (2024.08.19.)
• Semantic versioning 사용, 61.0 → 2.0.0 변경. 앱 관리 용이 (2024.08.14.)
• Gradle Composite 적용. Plugin 관리 및 적용 용이 (2024.08.11. ~ 2024.08.13.)
• Gradle 및 JVM 설정 변경. 9.7초 → 2.5초 build 시간 최대 73% 감소 (2024.08.09.)
• 생일 수집 및 Proto DataStore에 저장. UMP(User Messaging Platform)과 AdMob 연동 (2024.07.31. ~ 2024.08.09.)
• 불필요한 instrumented test build 제거. 3분 → 30초 test build 시간 83% 단축 (2024.07.19.)
• LiveData → Flow 변경. Test 용이 (2024.07.18. ~ 2024.07.29.)
• Databinding 제거. Kapt 제거 (2024.07.18. ~ 2024.07.29.)
• Jetpack Navigation을 XML → Kotlin DSL 변경 그리고 Multi-module 및 Official android architecture의 Dependency 적용 (2024.07.11. ~ 2024.07.13)
• Modularization 및 Official android architecture 적용. 유지보수, 테스트 그리고 Build 시간 단축 (2024.07.05. ~ 2024.07.13)
• Hilt 적용. DI 관리 용이 (2024.06.30. ~ 2024.07.13)
• Groovy DSL → Kotlin DSL 변경. Build 시간 단축 및 생산성 향상 (2024.06.27.)
• Version catalog 적용. 손쉬운 Dependency 관리 (2024.06.27.)
댓글
댓글 쓰기
궁금한 점은 댓글 달아주세요.
Comment if you have any questions.