LastPipeBender/app/src
thefalsedev 892b4a15f6
Change player progress bar update from 500 ms to 1 s
Just like in the issue 7062, https://github.com/TeamNewPipe/NewPipe/issues/7062, this doesn't affect UI as it updates every one second anyway, but reduces very heavy android widget progress bar high cpu usage. With every 500s there is 6% cpu usage and with 1s only 4%. However further changes will have to be made to disable updating of player progress bar when screen is off to further reduce power consumption. With this, total power savings would be 20% in mAh consumption.
2021-09-07 00:04:05 +02:00
..
androidTest/java/org/schabi/newpipe Remove migration test, add manual testing reminder to Migrations.java 2021-08-17 08:57:03 +08:00
debug Add debug setting to enable Picasso indicators 2021-08-24 10:56:25 +02:00
main Change player progress bar update from 500 ms to 1 s 2021-09-07 00:04:05 +02:00
release/res/xml Fix release build by updating icon reference 2021-04-04 09:22:42 +02:00
test Added tests for the `TimestampExtractor` 2021-08-06 22:09:03 +02:00