• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

janis-commerce / oauth-native
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: APPSRN-514-permitir-versiones-con-fix-crash-de-login
DEFAULT BRANCH: master
Repo Added 31 Mar 2021 09:55PM UTC
Token kHqBRt9w9ftYbvoip7qycRWsXESSp0Z20 regen
Build 209 Last
Files 14
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH APPSRN-514-permitir-versiones-con-fix-crash-de-login
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • APPSRN-234-agregar-metodo-get-usernfo
  • APPSRN-244-cambiar-funcion-para-obtener-token-en-get-user-info
  • APPSRN-261-add-getAccessToken
  • APPSRN-360-creación-de-hoc-para-tokens-expirados
  • APPSRN-376-cambiar-funcionamiento-hoc-vencimiento-de-tokens
  • APPSRN-378-ajustes-oauth-native-para-deslogueo-en-base-a-tokens-vencidos
  • APPSRN-380-ajustes-de-hoc-para-navegación-y-renderización
  • APPSRN-435-ajuste-de-token-expirado
  • APPSRN-450-soporte-para-actualización-de-apps
  • APPSRN-458-crear-método-isuserdev
  • APPSRN-475-soporte-react-native-0.80.2
  • APPSRN-486/add-is-user-dev-sync
  • APPSRN-514-permitir-versiones-con-fix-crash-de-login
  • JDAPP-1554-ajustar-hoc-de-withtokensexpirationaccess
  • auth-token-error
  • bugfix/remove-builder-bob
  • bugfix/userdata-is-not-an-object
  • feature/oauth-utils
  • fix-authentication-utils-error-messages
  • fix-dependencies
  • fix-getUserInfo-error
  • fix-logout-validation-for-expired-token
  • master
  • refs/pull/5/merge
  • refs/tags/v1.0.0
  • refs/tags/v1.0.1
  • refs/tags/v1.1.0
  • refs/tags/v1.10.0
  • refs/tags/v1.10.1
  • refs/tags/v1.10.2
  • refs/tags/v1.11.0
  • refs/tags/v1.11.0-beta.1
  • refs/tags/v1.11.0-beta.2
  • refs/tags/v1.11.0-beta.3
  • refs/tags/v1.11.0-beta.4
  • refs/tags/v1.12.0
  • refs/tags/v1.13.0
  • refs/tags/v1.14.0-beta.0
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.2.2
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1
  • refs/tags/v1.4.0
  • refs/tags/v1.4.1
  • refs/tags/v1.4.2
  • refs/tags/v1.5.0
  • refs/tags/v1.6.0
  • refs/tags/v1.7.0
  • refs/tags/v1.8.0
  • refs/tags/v1.9.1
  • refs/tags/v2.0.0-beta.0
  • test/RN-0.74
  • test/auth-token-error

23 Jun 2026 07:31PM UTC coverage: 100.0%. Remained the same
28051608025

Pull #24

github

pablonortiz
fix: acotar techo del peer de react-native-app-auth a <8.4.0

8.4.0 sube AndroidX Browser a 1.9.0, que exige compileSdk 36 / AGP 8.9.1,
por encima del setup actual de las apps (compileSdk 34 en v1, 35 en v2). El
rango 7.1.1 a 8.3.x mantiene los mismos requisitos de build que hoy. Se
sincroniza ademas el peer en el lockfile, que habia quedado en >=6.2.0 <9.

Claude-Session: https://claude.ai/code/session_01EEe7AdZfuC6xyHHunxToNL
Pull Request #24: APPSRN-514 Ampliar peer de react-native-app-auth a >=6.2.0 <9

110 of 110 branches covered (100.0%)

Branch coverage included in aggregate %.

210 of 210 relevant lines covered (100.0%)

11.09 hits per line

Relevant lines Covered
Build:
Build:
210 RELEVANT LINES 210 COVERED LINES
11.09 HITS PER LINE
Source Files on master
  • Tree
  • List 14
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28051608025 APPSRN-514-permitir-versiones-con-fix-crash-de-login fix: acotar techo del peer de react-native-app-auth a <8.4.0 8.4.0 sube AndroidX Browser a 1.9.0, que exige compileSdk 36 / AGP 8.9.1, por encima del setup actual de las apps (compileSdk 34 en v1, 35 en v2). El rango 7.1.1 a 8.3.x mantiene los mi... Pull #24 23 Jun 2026 07:31PM UTC pablonortiz github
100.0
27654139301 refs/tags/v2.0.0-beta.0 2.0.0-beta.0 push 16 Jun 2026 11:09PM UTC pablonortiz github
100.0
27653939261 APPSRN-475-soporte-react-native-0.80.2 2.0.0-beta.0 push 16 Jun 2026 11:04PM UTC pablonortiz github
100.0
27653289395 APPSRN-514-permitir-versiones-con-fix-crash-de-login fix: subir piso del peer de react-native-app-auth a >=7.1.1 <9 La version minima 6.x conserva el crash fatal de login (NPE en onActivityResult tras process death). El piso del peer ahora exige la version que incluye el fix. Pull #24 16 Jun 2026 10:50PM UTC pablonortiz github
100.0
27653290848 APPSRN-514-permitir-versiones-con-fix-crash-de-login Merge aa5c7a3a1 into f8d793064 Pull #24 16 Jun 2026 10:50PM UTC web-flow github
100.0
27432109449 APPSRN-514-permitir-versiones-con-fix-crash-de-login Merge 8d5c0145b into f8d793064 Pull #24 12 Jun 2026 05:32PM UTC web-flow github
100.0
27432068755 APPSRN-514-permitir-versiones-con-fix-crash-de-login fix: ampliar peer de react-native-app-auth a >=6.2.0 <9 Permite a las apps subir a v7.1.1+ que corrige el NPE fatal en Android (onActivityResult tras process death durante el login). La API que consume el wrapper (authorize/refresh) es retrocompa... push 12 Jun 2026 05:31PM UTC pablonortiz github
100.0
27429371938 APPSRN-514-permitir-versiones-con-fix-crash-de-login fix: ampliar peer de react-native-app-auth a >=6.2.0 <9 Permite a las apps subir a v7.1.1+ que corrige el NPE fatal en Android (onActivityResult tras process death durante el login). La API que consume el wrapper (authorize/refresh) es retrocompa... push 12 Jun 2026 04:39PM UTC pablonortiz github
100.0
23611542720 APPSRN-486/add-is-user-dev-sync Merge 9a433773f into f8d793064 Pull #23 26 Mar 2026 06:33PM UTC web-flow github
100.0
23611435360 APPSRN-486/add-is-user-dev-sync added function to get isUserDev sync push 26 Mar 2026 06:31PM UTC christian97dd github
100.0
See All Builds (157)

Badge your Repo: oauth-native

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc