Simple-Accounting
Simple-Accounting copied to clipboard
Android app that helps you balance
**Crash logs** ``` FATAL EXCEPTION: main Process: com.emmanuelmess.simpleaccounting, PID: 13390 java.lang.IndexOutOfBoundsException: Index: 2, Size: 2 at java.util.ArrayList.set(ArrayList.java:453) at java.util.Collections.swap(Collections.java:539) at com.emmanuelmess.simpleaccounting.fragments.settings.a.b(CurrencyPickerFragment.java:329) at com.emmanuelmess.simpleaccounting.fragments.settings.a.a(CurrencyPickerFragment.java:38) at com.emmanuelmess.simpleaccounting.fragments.settings.a$4.a(CurrencyPickerFragment.java:252) at com.emmanuelmess.simpleaccounting.fragments.settings.a$4.onTouch(CurrencyPickerFragment.java:224) at android.view.View.dispatchTouchEvent(View.java:11773) at...
- I have searched the history bug list, and have not found a similar bug. - The bug was found on the latest version 1.6 on google play (can be...
> While being on it: would you mind placing your screenshots into [fastlane file structure](https://gitlab.com/snippets/1895688), so they show up on F-Droid as well? Same way you could btw manage most...
#### Project Name: Simple Accounting #### Project Repository: https://github.com/EmmanuelMess/Simple-Accounting #### My Github Account: https://github.com/adewararilwan #### EXPECTED BEHAVIOUR I expected that the app should create a new reference where i can...
Crash
``` 12-24 20:54:05.631 18192-18192/com.emmanuelmess.simpleaccounting E/AndroidRuntime: FATAL EXCEPTION: main Process: com.emmanuelmess.simpleaccounting, PID: 18192 java.lang.IndexOutOfBoundsException at java.util.Collections.swap(Collections.java:1937) at com.emmanuelmess.simpleaccounting.activities.dialogs.CurrencyPicker.swap(CurrencyPicker.java:431) at com.emmanuelmess.simpleaccounting.activities.dialogs.CurrencyPicker.access$1000(CurrencyPicker.java:42) at com.emmanuelmess.simpleaccounting.activities.dialogs.CurrencyPicker$4.move(CurrencyPicker.java:354) at com.emmanuelmess.simpleaccounting.activities.dialogs.CurrencyPicker$4.onTouch(CurrencyPicker.java:326) at android.view.View.dispatchTouchEvent(View.java:9293) ```
Swapping the Credit and Debit Columns does not swap the values beneath them. Hence the Credit Values are under the debit and vice versa. But the balance calculation is not...