ankidroid / Anki-Android

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
GNU General Public License v3.0
8.59k stars 2.22k forks source link

Remove Animations with "Safe Display" Enabled #7163

Open david-allison opened 4 years ago

david-allison commented 4 years ago

If at all possible, when animations are disabled, a swipe up or down on the deck list should probably move the list a proportionate amount without actually showing the scrolling animation.

Originally posted by @dotancohen in https://github.com/ankidroid/Anki-Android/issues/7114#issuecomment-695342582

david-allison commented 4 years ago

I did have an attempt at removing the syncing progress bar a couple days ago when it first came up and it was more complex than I'd expected due to the way the progress spinner was hardcoded.

github-actions[bot] commented 3 years ago

Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically

dotancohen commented 3 years ago

still searching for solutions

github-actions[bot] commented 3 years ago

Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically

dotancohen commented 3 years ago

still searching for solutions

github-actions[bot] commented 3 years ago

Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically

dotancohen commented 3 years ago

still looking for solutions

mikehardy commented 3 years ago

One of these days :-)

dae commented 1 year ago

@dotancohen are you still using that device? Sadly this doesn't look like something we'll find time for soon.

dotancohen commented 1 year ago

@dotancohen are you still using that device? Sadly this doesn't look like something we'll find time for soon.

Yes, we have two of them in use, both are of this configuration:

shell@ntx_6sl:/ $ getprop ro.build.version.release
4.4.2

shell@ntx_6sl:/ $ getprop ro.build.version.sdk
19

shell@ntx_6sl:/ $ getprop ro.product.cpu.abi
armeabi-v7a

shell@ntx_6sl:/ $ cat /proc/cpuinfo
Processor       : ARMv7 Processor rev 10 (v7l)
BogoMIPS        : 790.52
Features        : swp half thumb fastmult vfp edsp neon vfpv3n
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x2
CPU part        : 0xc09
CPU revision    : 10

Hardware        : Freescale i.MX 6SoloLite NTX Board
Revision        : 60200
Serial          : 162709d4ea9ce69b

I really don't mind if the current bugs are not fixed, as the most recent AnkiDroid version that device can run is v2.13.5. So long as that version can still sync with AnkiWeb, we'll be fine. Thank you!