Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#110 searchable spinner arrayadapter #895

Open
wants to merge 147 commits into
base: master
Choose a base branch
from

Conversation

JeanGarf
Copy link

Hi,

With this contribution, when you click on a transaction other account, you'll get a "Searchable Spinner" pop-up.

It display all the available account, but the list may be filtered by entering text in the search field.

Very usefull when you have lots of accounts.

Best regards,

pnemonic78 and others added 30 commits June 22, 2017 16:05
# Conflicts:
#	app/src/main/res/raw/iso_4217_currencies.xml
Increase text margins for RTL text in transaction details screen - fixes codinguser#790
Update crashlytics dependency version
Fixes add button disappearing after rotation - fixes codinguser#812
For each split in every exported transaction, the code fetched the whole
Account instance, including all its transactions with all their splits.
This resulted in hundreds of thousands of requests with a medium-sized
ledger.

There was a cache mechanism, but it was local to one single transaction,
thus essentially useless.

Now, each split generates two requests, to get the account's name and
full name. A better cache mechanism would speed this up further.
Caching allows us to decrease the number of database requests. We did
two requests per exported split before this commit; now we only do two
requests per unique account in all splits.
Update to Latest commodities referenced in GnuCash desktop
Update gradle wrapper to 4.4 and plugin to 3.1.4
Upgrades support library version
Migrate legacy tests to use ActivityTestRule
Update Java source compatibility to Java 8
Update Travis CI build configuration
…ingTextFilter + Add isFoundInItem() that can be overridden
…ccount Full Name of the item instead of item.toString()
… have no customized color, because black is too hard
…se() the computation of the accounts allowed for a transfer
@JeanGarf JeanGarf changed the title #110 searchable spinner arayadapter #110 searchable spinner arrayadapter Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants