[PR #3857] [MERGED] BITAU-96 Setup Bridge SDK #4472

Closed
opened 2025-11-26 23:44:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3857
Author: @ahaisting-livefront
Created: 9/3/2024
Status: Merged
Merged: 9/5/2024
Merged by: @ahaisting-livefront

Base: mainHead: setup-bridge


📝 Commits (3)

  • 13a2660 BITAU-92 Setup Bridge SDK
  • 732653f add note about minSdk
  • 9eb40d1 make compileSdk reverence the toml

📊 Changes

11 files changed (+161 additions, -0 deletions)

View changed files

bridge/.gitignore (+1 -0)
bridge/CHANGELOG.md (+8 -0)
bridge/CHANGELOG_FORMAT.MD (+36 -0)
bridge/README.md (+36 -0)
bridge/build.gradle.kts (+52 -0)
bridge/consumer-rules.pro (+0 -0)
bridge/proguard-rules.pro (+21 -0)
bridge/src/main/AndroidManifest.xml (+4 -0)
📝 build.gradle.kts (+1 -0)
📝 gradle/libs.versions.toml (+1 -0)
📝 settings.gradle.kts (+1 -0)

📄 Description

🎟️ Tracking

https://livefront.atlassian.net/browse/BITAU-96

📔 Objective

The goal here is to set up the absolute minimum scaffolding required for the Bridge SDK. All of the implementation of the SDK is out of scope of this PR, this is pure setup.

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/3857 **Author:** [@ahaisting-livefront](https://github.com/ahaisting-livefront) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@ahaisting-livefront](https://github.com/ahaisting-livefront) **Base:** `main` ← **Head:** `setup-bridge` --- ### 📝 Commits (3) - [`13a2660`](https://github.com/bitwarden/android/commit/13a266055711ac7135c3809f298c79ae834ca24a) BITAU-92 Setup Bridge SDK - [`732653f`](https://github.com/bitwarden/android/commit/732653f740bba5ef6a6a14a51ba3351166337f03) add note about minSdk - [`9eb40d1`](https://github.com/bitwarden/android/commit/9eb40d104dc42e537e9397bc1b9ad14e85f3154a) make compileSdk reverence the toml ### 📊 Changes **11 files changed** (+161 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `bridge/.gitignore` (+1 -0) ➕ `bridge/CHANGELOG.md` (+8 -0) ➕ `bridge/CHANGELOG_FORMAT.MD` (+36 -0) ➕ `bridge/README.md` (+36 -0) ➕ `bridge/build.gradle.kts` (+52 -0) ➕ `bridge/consumer-rules.pro` (+0 -0) ➕ `bridge/proguard-rules.pro` (+21 -0) ➕ `bridge/src/main/AndroidManifest.xml` (+4 -0) 📝 `build.gradle.kts` (+1 -0) 📝 `gradle/libs.versions.toml` (+1 -0) 📝 `settings.gradle.kts` (+1 -0) </details> ### 📄 Description ## 🎟️ Tracking https://livefront.atlassian.net/browse/BITAU-96 ## 📔 Objective The goal here is to set up the absolute minimum scaffolding required for the Bridge SDK. All of the implementation of the SDK is out of scope of this PR, this is pure setup. ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:44:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#4472