erwanor / readdit

⌚️ - A reddit client for Pebble with a motion driven user interface!
MIT License
4 stars 2 forks source link

Remove unused code #3

Open erwanor opened 9 years ago

erwanor commented 9 years ago

There seems to be a lot boilerplate code that is not used, we should get rid of it. @jameswang14 Can you confirm that we are only using src/js/ ?

jameswang14 commented 9 years ago

we're actually only using src/js/app/js; everything else can be ignored. you can update the .gitignore to exclude everything else if you want

erwanor commented 9 years ago

I'll remove the other directories from the branch code-refactoring and try to build to double check that everything works fine. If we want other people to contribute we need to make the repo as simple as possible.

jameswang14 commented 9 years ago

ok sounds good

pranavanand commented 9 years ago

what about the version in C? It's just future-proofing the product. As far as I know, in order to have background apps on the Pebble, you need to have it in C right?

jameswang14 commented 9 years ago

So far we've been writing everything completely in pebble.js; we've haven't worked on the C version since HTN. We don't need any background capabilities so C isn't necessary, though in general C would probably give us more flexibility/features.

pranavanand commented 9 years ago

Doesn't the accelerometer benefit more if it becomes a background capability so it can be used with any other application?

jameswang14 commented 9 years ago

We haven't done much with the accelerometer since. The project has shifted more towards to just being a reddit client for pebble rather than "handless navigation for pebble."

pranavanand commented 9 years ago

Cool.

GautamGupta commented 8 years ago

Any progress on this?

rossem commented 8 years ago

Please respond.

GautamGupta commented 1 year ago

It's been 9 years. Any updates here?