Skip to content

Commit 0b37440

Browse files
committed
Merge remote-tracking branch 'app/master' into master
2 parents d44e1ef + b2c4959 commit 0b37440

File tree

1 file changed

+3
-40
lines changed

1 file changed

+3
-40
lines changed

README.md

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Why do we not use the digital advantage to our advantage? The receipt scanner so
1212
---
1313

1414
## Features
15-
- IOS and Android application
15+
- Android application
1616
- fast and easy receipt parser using OCR
1717
- store receipts permanently in a SQL database
1818
- minimal design
@@ -22,32 +22,6 @@ Why do we not use the digital advantage to our advantage? The receipt scanner so
2222

2323
## Getting started
2424

25-
### For developers
26-
First, import the project in Android Studio. After, you have to install the flutter plugins.
27-
Now, you can build the flutter application using the android studio app.
28-
29-
**1.** Import project in android studio (and install the flutter plugin)
30-
31-
**2.** Edit `android/app/build.gradle` and change
32-
```
33-
buildTypes {
34-
release {
35-
signingConfig signingConfigs.release
36-
}
37-
}
38-
```
39-
To:
40-
```
41-
buildTypes {
42-
release {
43-
signingConfig signingConfigs.debug
44-
}
45-
}
46-
```
47-
**3.** Go to Build/Flutter/Build APK
48-
49-
**4.** Install the application
50-
5125
### For consumers
5226
Download the precombiled binary. Now, install the precompiled binaries at the release page.
5327

@@ -60,7 +34,7 @@ have to do the following.
6034
4. Generate SSL certificates
6135
5. Run the server
6236

63-
### In detail
37+
#### In detail
6438
Build and run the image server. You will find instructions in the server repository, or click [here](https://github.com/ReceiptManager/Server).
6539
Now, change the server ip. In the application go to `Settings/Server/` and edit the server ip.
6640
<p align="center">
@@ -81,17 +55,6 @@ Since mobile devices have a unacceptable performance, the parser uses a (traditi
8155

8256
---
8357

84-
### TODOS
85-
| Description | Done? | Priority | Fixed at |
86-
|---|---|---| --- |
87-
| Add loading screen indicator | yes | hight | 1.01 |
88-
| Correct date parsing | yes | hight | 1.01 |
89-
| Remove duplicate snackbar after parsing | yes | hight |1.03 |
90-
| Add new categories | yes | hight | 1.03 |
91-
| Edit categories in edit widget | no | hight | / |
92-
93-
---
94-
9558
### Privacy
9659
A lot of companies store and sell your data. This is the main reason why I started this project.
9760
I want to control my private data. Since you are hosting your own server, your don't have to
@@ -116,7 +79,7 @@ worry about that. No third party services are used.
11679
---
11780

11881
## Credits
119-
I use free logos.
82+
Thank you for providing these free logos.
12083
| Logo | Creator | Url |
12184
| --- | --- | --- |
12285
| Educator logo | Payungkead | https://www.flaticon.com/free-icon/global-education_3379636?term=education&page=1&position=28 |

0 commit comments

Comments
 (0)