Skip to content

Commit 2a7b35a

Browse files
author
thyttan
committed
Merge branch 'swipeinv' into app-loader
2 parents 32764a0 + bfb8c93 commit 2a7b35a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/swipeinv/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ Swiping behavior that uses the `drag` event is not altered either.
1111
## TODO
1212

1313
- Add bootloader apps and widgets to the list of apps that can be individually toggled in settings?
14-
- How? Right now we look at `global.__FILE__` the active app in order to determine which events to invert. That doesn't work for widgets and bootcode. In fact they will probably be inverted along with the currently running app.
14+
- How? Right now we look at `global.__FILE__` to find the active app in order to determine which events to invert. That doesn't work for widgets and bootcode.
15+
- In fact they will probably be inverted along with the currently running app.
1516
- Refactor to invert at time of registering the event listeners?
1617
- This would make it so `swipeinv` does not depend on being first in the call list of event listeners.
17-
- Some work towards this was done in [thyttan@5cbb72e](https://github.com/thyttan/BangleApps/commit/5cbb72ee55f7fb7d335ffba228575a862a0ae612) but it it doesn't work yet.
18+
- Some work towards this was done in [thyttan@5cbb72e](https://github.com/thyttan/BangleApps/commit/5cbb72ee55f7fb7d335ffba228575a862a0ae612) but it doesn't work yet.
1819

1920
## Requests
2021

@@ -26,3 +27,4 @@ nxdefiant
2627

2728
## Contributors
2829

30+
thyttan

0 commit comments

Comments
 (0)