Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
include:
- platform: "ios"
os: "macos-15"
os: "macos-16"
- platform: "android"
os: "ubuntu-latest"

Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
SENTRY_PROJECT=${{ secrets.SENTRY_PROJECT }} \
GOOGLE_SERVICES_ANDROID_BASE64=${{ secrets.GOOGLE_SERVICES_ANDROID_BASE64 }} \
SENTRY_DISABLE_AUTO_UPLOAD=true \
GRADLE_OPTS="-Xmx4096m -XX:MaxMetaspaceSize=4096m" \
eas build --local \
--non-interactive \
--output=./out \
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v23.7.0
v24.1.0
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [3.0.1]

### Fixed

- Bug fixes

## [3.0.0] - 2026-02-09

### Changes

- Notification links now open in external browser
Expand Down Expand Up @@ -138,7 +146,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- First release on the stores

[unreleased]: https://github.com/zaniluca/ping-4-gitlab/compare/v2.2.0...HEAD
[unreleased]: https://github.com/zaniluca/ping-4-gitlab/compare/v3.0.1...HEAD
[1.0.1]: https://github.com/zaniluca/ping-4-gitlab/releases/tag/v1.0.1
[1.0.2]: https://github.com/zaniluca/ping-4-gitlab/releases/tag/v1.0.2
[1.1.0]: https://github.com/zaniluca/ping-4-gitlab/releases/tag/v1.1.0
Expand All @@ -154,3 +162,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[2.1.5]: https://github.com/zaniluca/ping-4-gitlab/releases/tag/v2.1.5
[2.1.6]: https://github.com/zaniluca/ping-4-gitlab/releases/tag/v2.1.6
[2.2.0]: https://github.com/zaniluca/ping-4-gitlab/releases/tag/v2.2.0
[3.0.0]: https://github.com/zaniluca/ping-4-gitlab/releases/tag/v3.0.0
[3.0.1]: https://github.com/zaniluca/ping-4-gitlab/releases/tag/v3.0.1
7 changes: 5 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const getIconForBuildEnv = () => {
) {
return `./assets/icon-${process.env.EAS_BUILD_PROFILE}.png`;
} else {
return "./assets/icon.png";
return "./assets/app.icon";
}
};

Expand All @@ -21,7 +21,10 @@ type CustomConfig = Omit<ConfigContext, "config"> & {

export default ({ config }: CustomConfig): ExpoConfig => ({
...config,
icon: getIconForBuildEnv(),
ios: {
...config.ios,
icon: getIconForBuildEnv(),
},
plugins: [
...(config.plugins || []),
[
Expand Down
4 changes: 3 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scheme": "ping4gitlab",
"description": "Multiplatform react-native app that sends you instant notifications about gitlab activities",
"slug": "ping4gitlab",
"version": "3.0.0",
"version": "3.0.1",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"githubUrl": "https://github.com/zaniluca/ping-4-gitlab",
Expand All @@ -24,6 +24,7 @@
},
"assetBundlePatterns": ["**/*"],
"ios": {
"newArchEnabled": true,
"supportsTablet": false,
"bundleIdentifier": "com.zaniluca.ping4gitlab",
"config": {
Expand All @@ -33,6 +34,7 @@
"associatedDomains": ["webcredentials:pfg.app"]
},
"android": {
"newArchEnabled": true,
"googleServicesFile": "./google-services.json",
"icon": "./assets/android-icon.png",
"adaptiveIcon": {
Expand Down
Binary file added assets/app.icon/Assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions assets/app.icon/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"fill": {
"linear-gradient": [
"display-p3:0.98824,0.42745,0.14902,1.00000",
"srgb:0.77255,0.22745,0.13725,1.00000"
],
"orientation": {
"start": {
"x": 0.5,
"y": 0
},
"stop": {
"x": 0.5,
"y": 0.7
}
}
},
"groups": [
{
"layers": [
{
"image-name": "logo.png",
"name": "logo",
"position": {
"scale": 2,
"translation-in-points": [0, 0]
}
}
],
"shadow": {
"kind": "neutral",
"opacity": 0.5
},
"translucency": {
"enabled": true,
"value": 0.5
}
}
],
"supported-platforms": {
"squares": ["iOS"]
}
}
5 changes: 1 addition & 4 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
},
"build": {
"base": {
"autoIncrement": true,
"cache": {
"key": "expo53"
}
"autoIncrement": true
},
"development": {
"extends": "base",
Expand Down
77 changes: 43 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"dev": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore",
"eas-build-pre-install": "echo $GOOGLE_SERVICES_ANDROID_BASE64 | base64 --decode > ./google-services.json",
"prepare": "husky install",
Expand All @@ -17,44 +17,43 @@
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@sentry/react-native": "~6.14.0",
"@shopify/flash-list": "1.7.6",
"@sentry/react-native": "~7.2.0",
"@shopify/flash-list": "2.0.2",
"@shopify/restyle": "2.0.0",
"@tanstack/react-query": "^4.0.10",
"axios": "^0.27.2",
"expo": "^53.0.0",
"expo-application": "~6.1.5",
"expo-clipboard": "~7.1.5",
"expo-constants": "~17.1.7",
"expo-device": "~7.1.4",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-insights": "~0.9.3",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.7",
"expo-localization": "~16.1.6",
"expo-notifications": "~0.31.4",
"expo-secure-store": "~14.2.3",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.10",
"expo-updates": "~0.28.16",
"expo-web-browser": "~14.2.0",
"expo": "^54.0.33",
"expo-application": "~7.0.8",
"expo-clipboard": "~8.0.8",
"expo-constants": "~18.0.13",
"expo-device": "~8.0.10",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-insights": "~0.10.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-localization": "~17.0.8",
"expo-notifications": "~0.32.16",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-updates": "~29.0.16",
"expo-web-browser": "~15.0.10",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"posthog-react-native": "^3.6.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-feather": "^1.1.2",
"react-native-progress": "^5.0.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-toast-message": "^2.1.5",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5",
"react-native-web": "^0.21.2",
"react-native-webview": "13.15.0",
"yup": "^0.32.11"
},
"devDependencies": {
Expand All @@ -63,13 +62,23 @@
"@commitlint/config-conventional": "^18.6.0",
"@tanstack/eslint-plugin-query": "^4.29.4",
"@types/node": "^17.0.24",
"@types/react": "~18.2.79",
"@types/react": "~19.1.10",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-universe": "^11.0.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"typescript": "~5.3.3"
"typescript": "~5.9.2"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-progress",
"react-native-feather"
]
}
}
}
}
Loading
Loading