- Integrate ali_auth plugin as local package (previously pub dependency) - Fix AppCompatActivity ClassNotFoundException via proguard keep rules - Add dialog popup mode matching iOS style (white background, rounded corners) - Fix invisible login button by adding blue GradientDrawable background - Add Airhub logo to authorization dialog via logoImgPath - Fix auth page not closing after login by calling quitPage() on token success - Update .gitignore to exclude plugin examples, screenshots, docs and backups Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
74 lines
1.4 KiB
Plaintext
74 lines
1.4 KiB
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.build/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.swiftpm/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# The .vscode folder contains launch configuration and tasks you configure in
|
|
# VS Code which you may wish to be included in version control, so this line
|
|
# is commented out by default.
|
|
#.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
**/ios/Flutter/.last_build_id
|
|
.dart_tool/
|
|
.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
/coverage/
|
|
|
|
# Symbolication related
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
app.*.map.json
|
|
|
|
# Android Studio will place build artifacts here
|
|
/android/app/debug
|
|
/android/app/profile
|
|
/android/app/release
|
|
|
|
# ali_auth plugin - 不需要提交的文件
|
|
packages/ali_auth/example/
|
|
packages/ali_auth/screenshots/
|
|
packages/ali_auth/doc/
|
|
packages/ali_auth/.github/
|
|
packages/ali_auth/.metadata
|
|
packages/ali_auth/.pubignore
|
|
packages/ali_auth/.gitignore
|
|
packages/ali_auth/CHANGELOG.md
|
|
packages/ali_auth/CHANGELOG-zh.md
|
|
packages/ali_auth/CODE_OF_CONDUCT.md
|
|
packages/ali_auth/LICENSE
|
|
packages/ali_auth/README.md
|
|
packages/ali_auth/README_en.md
|
|
packages/ali_auth/release.md
|
|
packages/ali_auth/test/
|
|
|
|
# ali_auth 旧备份
|
|
packages/ali_auth_backup_*/
|
|
|
|
# 调试文档和构建脚本
|
|
ONECLICK_LOGIN_DEBUG.md
|
|
TEST_ONECLICK_LOGIN.md
|
|
UPDATE_ALIYUN_SDK.md
|
|
build_and_install_ios.sh
|
|
build_android_release.sh
|
|
rebuild_ios.sh
|