Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / openwallet-foundation-labs/identity-credential issues and pull requests

#100 - AppHolder crashes without notifying a user when the lock is not set

Issue - State: open - Opened by jayhuanryu over 2 years ago - 3 comments
Labels: appholder

#99 - Use StrongBox implementation of Android KeyStore when available.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#97 - BLE: Specify that GATT connections are expected to only be to LE devices

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#96 - NFC: Handle extended length encoding for READ_BINARY command

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#95 - Minor fixes related to NFC engagement.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#94 - Handle the case where no biometrics are enrolled on the device.

Pull Request - State: closed - Opened by davidz25 over 2 years ago - 1 comment

#93 - Fix double-wrapping of IssuerSignedItem.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#92 - Ignore milliseconds on timestamps

Pull Request - State: closed - Opened by sethmoo over 2 years ago

#91 - coseSign1Sign inconsistent with SECP521R1

Issue - State: open - Opened by mvidacovich over 2 years ago
Labels: library

#90 - Get device only after receiving read characteristic call back

Pull Request - State: closed - Opened by eduardo-flores-ul over 2 years ago - 2 comments

#89 - reader: Fix crash when presenting received mDL.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#88 - Partially break dependency on android.icu

Pull Request - State: closed - Opened by sethmoo over 2 years ago - 1 comment

#87 - Include unit tests and add CBOR type helpers

Pull Request - State: closed - Opened by sethmoo over 2 years ago - 1 comment

#86 - Introduce interface for sending NFC response back to mdoc reader.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#84 - Switch egress hardening to audit mode

Pull Request - State: closed - Opened by sethmoo over 2 years ago

#83 - Don't throw if transport-specific termination is unsupported

Pull Request - State: closed - Opened by sethmoo over 2 years ago

#82 - Test PR checks with an intentionally busted PR

Pull Request - State: closed - Opened by sethmoo over 2 years ago - 1 comment

#81 - Allow actions to access more domains

Pull Request - State: closed - Opened by sethmoo over 2 years ago

#80 - Add services.gradle.org to the host allow list

Pull Request - State: closed - Opened by sethmoo over 2 years ago

#77 - Chunk credential data before encrypting.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#76 - IllegalStateException when multiple requests are received subsequently

Issue - State: open - Opened by spheroid over 2 years ago - 1 comment
Labels: library

#75 - Implement basic continuous integration

Pull Request - State: closed - Opened by sethmoo over 2 years ago

#74 - Assert that Util.base16(null) throws NullPointerException.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#73 - identity: Add locking around counter used for setting up transports.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#72 - Fix error-prone featureVersion / ICS.getDefaultInstance() API.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago - 4 comments

#69 - Rename UtilTests -> UtilTest.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago - 3 comments

#68 - Tweak and fix Util methods around hex/base16 encoding/decoding

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago - 2 comments

#67 - Util.fromHex() fails to reject invalid hex characters

Issue - State: closed - Opened by 15characterlimi over 2 years ago

#66 - De-duplicate repetitive boiler plate code around type casting.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#65 - Add IdentityCredentialTest.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#64 - Switch all CBOR integer handling to use long

Pull Request - State: closed - Opened by sethmoo over 2 years ago - 1 comment

#63 - Fix malformed javadoc {@link }.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#62 - Drop unused NfcOptions class.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago - 1 comment

#61 - Move variable declarations to where they're initialized.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#60 - Clean up unused import of StandardCharsets.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#59 - Simplify HardwareIdentityCredentialStore.getSupportedDocTypes().

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#58 - Fix compilation.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#57 - Avoid default Locale for String.format("%d", ...).

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#56 - Some more lint tweaks, hopefully uncontroversial.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#55 - CredentialData: Fix misnamed variable confusing time units.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#54 - Refactor occurrences of new Thread(new Runnable() { ...

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#53 - static import StandardCharsets.UTF_8.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#52 - Address various lint warnings in PresentationHelper.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#51 - Limit log TAGs to 23chars.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago - 1 comment

#50 - Update reader and issuer certificates for upcoming test event.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#49 - Add docker-compose files

Pull Request - State: closed - Opened by roffel over 2 years ago - 2 comments

#48 - Add progress listener when device response is sent

Pull Request - State: closed - Opened by joshrl-clearme over 2 years ago - 4 comments

#47 - Feature request: add callback when device response has completed

Issue - State: closed - Opened by joshrl-clearme over 2 years ago - 2 comments

#46 - Map Android platform ResultData.Status codes to our own.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago - 1 comment

#45 - Util.java: Specify a Locale for SimpleDateFormat instances.

Pull Request - State: closed - Opened by 15characterlimi over 2 years ago

#44 - Upgrade Android Gradle plugin to the latest version.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#43 - Feature/l2cap

Pull Request - State: closed - Opened by eduardo-flores over 2 years ago

#42 - Preserve order when replacing NULL in IssuerSignedItemBytes CBOR.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#41 - Parse additional DeviceResponse fields and show in verifier app

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#40 - identity: Add generateApiDoc target.

Pull Request - State: closed - Opened by davidz25 over 2 years ago

#39 - Fix up typos

Pull Request - State: closed - Opened by davidz25 almost 3 years ago

#38 - Rename project and update README.md

Pull Request - State: closed - Opened by davidz25 almost 3 years ago

#37 - Sync with latest IC library code and move it into com.android.identit…

Pull Request - State: closed - Opened by davidz25 almost 3 years ago

#36 - Added support to BLe L2CAP

Pull Request - State: closed - Opened by eduardo-flores about 3 years ago - 1 comment

#35 - Fix index out of bounds exception for certificate names with escaped commas

Pull Request - State: closed - Opened by joshrl-clearme about 3 years ago - 5 comments

#34 - Add fine location permission back

Pull Request - State: closed - Opened by sethmoo over 3 years ago

#33 - Prompt user to enter settings on missing permissions

Pull Request - State: closed - Opened by sethmoo over 3 years ago

#32 - Get apps running on Android 12

Pull Request - State: closed - Opened by sethmoo over 3 years ago

#31 - Adjust reader authentication

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#30 - Fix view to support to dark mode.

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#29 - Feature/gmdl 443

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#28 - Feature/add close connection

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#27 - Feature/gmdl 441

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago - 2 comments

#26 - Build fails on Android Studio MAC

Issue - State: closed - Opened by phisakel over 3 years ago - 1 comment

#25 - Age over

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#24 - Test event

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#23 - Reader certificates

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#22 - Feature/gmdl 440

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#21 - Feature/gmdl 440

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#20 - Feature/gmdl 439

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#19 - Bluetooth connection never starts

Issue - State: closed - Opened by prefectAtEarth over 3 years ago - 1 comment

#18 - app holder crashes on start on Google Pixel 3a

Issue - State: closed - Opened by prefectAtEarth over 3 years ago - 3 comments

#17 - Feature/gmdl 438

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#16 - Feature/gmdl 424

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#15 - CoseSign1 missing AccessControlProfiles(?)

Issue - State: closed - Opened by roffel over 3 years ago - 4 comments

#14 - Feature/gmdl 413

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#13 - Updating app Holder

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#12 - Feature/gmdl 395

Pull Request - State: closed - Opened by eduardo-flores over 3 years ago

#11 - Update IC API library

Pull Request - State: closed - Opened by eduardo-flores almost 4 years ago

#10 - Execution failed for task ':app:generateSafeArgsDebug'

Issue - State: closed - Opened by murdak about 4 years ago - 1 comment

#9 - Created age attestation feature

Pull Request - State: closed - Opened by eduardo-flores over 4 years ago

#8 - Delete unused code after UI/UX refactoring

Pull Request - State: closed - Opened by eduardo-flores over 4 years ago

#7 - New UI/UX given the app an easier usability

Pull Request - State: closed - Opened by eduardo-flores over 4 years ago - 1 comment

#6 - Interop with iOS

Issue - State: closed - Opened by advatar over 4 years ago - 1 comment

#5 - Added NFC transfer support

Pull Request - State: closed - Opened by eduardo-flores over 4 years ago - 1 comment

#4 - Fix EphemeralKeyTest

Pull Request - State: closed - Opened by advatar over 4 years ago - 3 comments

#3 - Split app in reader and holder

Pull Request - State: closed - Opened by eduardo-flores over 4 years ago - 5 comments

#2 - - Split app in reader and holder

Pull Request - State: closed - Opened by eduardo-flores over 4 years ago - 9 comments

#1 - WebAPI & OIDC

Issue - State: closed - Opened by advatar over 4 years ago - 3 comments