Skip to content

Commit

Permalink
#249 - (version/0.12.0)
Browse files Browse the repository at this point in the history
Co-authored-by: Hoang Nguyen <[email protected]>
Co-authored-by: Giuseppe Delle Cave <[email protected]>
  • Loading branch information
3 people authored Feb 22, 2024
1 parent ea2af32 commit 8e1ca67
Show file tree
Hide file tree
Showing 78 changed files with 3,880 additions and 2,923 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tsx": true,
"modules": true
},
"ecmaVersion": 6,
"ecmaVersion": 11,
"project": "./tsconfig.json",
"sourceType": "module"
},
Expand Down
6 changes: 3 additions & 3 deletions .github/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

### If you're using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.

![img_1.png](img_1.png)
![img_1.png](HELP/img_1.png)
1. Go to `/profile`
2. Create a new Oauth client with redirect URI: `abacusfiiiapp://redirect`

![img.png](img.png)
![img.png](HELP/img.png)

3. Copy and paste `Oauth Client ID` it will be a number (required, Example: `4`).

4. No need to use the secret client but if you do so copy and paste it in the `Oauth Client Secret` field.

<img alt="img_2.jpeg" height="670" src="img_2.jpeg" width="300"/>
<img alt="img_2.jpeg" height="670" src="HELP/img_2.jpeg" width="300"/>

### Personal Access Token

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: BUG_
title: 'Bug: '
labels: bug
assignees: victorbalssa
assignees: 'victorbalssa'

---

Expand All @@ -24,9 +24,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Version [e.g. 22]
- Device: [e.g. iPhone 15]
- OS: [e.g. iOS 17]
- Version [e.g. 0.11.0]

**Additional context**
Add any other context about the problem here.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
title: 'Feature Request: '
labels: 'feature request'
assignees: 'victorbalssa'

---

Expand Down
23 changes: 3 additions & 20 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
---
name: Pull request
about: Suggest an idea for this project
title: FEATURE_
labels: feature
assignees: victorbalssa

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
**Summary**
A clear and concise description of what you created.
-
Binary file removed .github/img/chart.jpeg
Binary file not shown.
Binary file removed .github/img/demo-old-2022.gif
Binary file not shown.
Binary file removed .github/img/transaction.jpeg
Binary file not shown.
Binary file removed .github/img/transactions-list.jpeg
Binary file not shown.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
![size](https://img.shields.io/github/repo-size/victorbalssa/abacus?style=for-the-badge)
![licence](https://img.shields.io/github/license/victorbalssa/abacus?style=for-the-badge)
![stars](https://img.shields.io/github/stars/victorbalssa/abacus?style=for-the-badge)
[![sdk](https://img.shields.io/badge/SDK-49.0.0-purple?style=for-the-badge&label=EXPO%20SDK)](https://www.npmjs.com/package/expo)
[![sdk](https://img.shields.io/badge/SDK-50.0.7-purple?style=for-the-badge&label=EXPO%20SDK)](https://www.npmjs.com/package/expo)
[![pr](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](http://makeapullrequest.com)
[![sponsor](https://img.shields.io/github/sponsors/victorbalssa?style=for-the-badge&color=ff69b4)](https://github.com/sponsors/victorbalssa)

Expand Down Expand Up @@ -64,20 +64,16 @@ No external API calls nor Analytics API, not even sentry / crashlytics.

### 📡 Technologies

- __Expo SDK 49__ Framework and a Platform for universal React applications. [docs.expo.io](https://docs.expo.io/)
- __Expo SDK 50__ Framework and a Platform for universal React applications. [docs.expo.io](https://docs.expo.io/)
- __Routing and navigation__ React Navigation
V6. [https://reactnavigation.org/docs](https://reactnavigation.org/docs/getting-started)
- __Tests__ on simulator/emulator before each EAS build with [@wix/Detox](https://github.com/wix/Detox)
- __Redux architecture__
- __Store arch__
- Rematch core [@rematch/core](https://github.com/rematch/rematch)
- Rematch plugin [@rematch/loading](https://rematchjs.org/docs/plugins/loading)
- Rematch persist [@rematch/persist](https://rematchjs.org/docs/plugins/persist)
- __UX/UI Library__
- Native Base [https://nativebase.io](https://nativebase.io/)
- Loading plugin [@rematch/loading](https://rematchjs.org/docs/plugins/loading)
- Persist plugin [@rematch/persist](https://rematchjs.org/docs/plugins/persist)
- __Linting__
- Airbnb's Linting : [https://github.com/airbnb/javascript](https://github.com/airbnb/javascript)
- __Splash Screen Animated__
- React Native Splash Screen : [npmjs](https://www.npmjs.com/package/react-native-animated-splash-screen)

---

Expand Down
11 changes: 5 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"privacy": "public",
"platforms": [
"ios",
"android",
"web"
"android"
],
"version": "0.11.1",
"version": "0.12.4",
"orientation": "portrait",
"updates": {
"enabled": true,
Expand All @@ -35,7 +34,7 @@
"usesNonExemptEncryption": false
},
"bundleIdentifier": "abacus.ios.app",
"buildNumber": "0.11.1"
"buildNumber": "0.12.4"
},
"android": {
"icon": "./src/images/icon-abacus.png",
Expand All @@ -53,7 +52,7 @@
},
"playStoreUrl": "https://play.google.com/store/apps/details?id=abacus.fireflyiii.android.app",
"package": "abacus.fireflyiii.android.app",
"versionCode": 13
"versionCode": 18
},
"web": {
"bundler": "metro"
Expand All @@ -71,7 +70,7 @@
"plugins": [
"expo-localization",
"./plugins/withAndroidManifest",
"@config-plugins/detox"
"expo-build-properties"
],
"userInterfaceStyle": "automatic"
}
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = (api) => {
module.exports = function async(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
Expand Down
4 changes: 1 addition & 3 deletions metro.config.js → metro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Learn more https://docs.expo.io/guides/customizing-metro
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { getDefaultConfig } = require('expo/metro-config');
import { getDefaultConfig } from 'expo/metro-config';

/** @type {import('expo/metro-config').MetroConfig} */
const config = getDefaultConfig(__dirname, {
Expand Down
Loading

0 comments on commit 8e1ca67

Please sign in to comment.