Anton Gavrilov
Anton Gavrilov
I suppose this error only happens on MacOS. When I use libpcap in my project and link it and try to compile it using CMake, it fails with error: `lib/third_party/libpcap/version:1:1:...
For now, Profitocracy calculates expenses only from the first to the last day of a month. It is okay, but would be better if a user will be able to...
There can be a bug if a user somehow escape from the first profile creation page, they will continuously face an error saying "Profile was not found" until they create...
Profitocracy may contain some bugs and errors which can lead to a corrupted persisted application state. As we store all the user data locally on a user's device, we can't...
To publish the Profitocracy on the Google Play Market we need a group of testers for Android devices. So if you want to become a tester you can find my...
## Feature Request Need to add a support for the German language. For that we need to create a new file called `AppResources.de.resx` at `/profitocracy/src/Profitocracy.Mobile/Resources/Strings`.
## Feature Request Need to add a support for the Turkish language. For that we need to create a new file called `AppResources.tr.resx` at `/profitocracy/src/Profitocracy.Mobile/Resources/Strings`.
## Feature Request Need to add a support for several new languages. For that we need to create a set of new files called `AppResources..resx` at `/profitocracy/src/Profitocracy.Mobile/Resources/Strings`.
I suggest to add a new section to the Home Screen with cumulative daily amounts. For example, a user has $30 for today and he spent nothing. That means that...
Surprisingly, there is still no unit tests for the business logic. It should be fixed, I think, so I will implement unit tests for the core components of the application....