WeAreWizards / passopolis-extensions

Continuation of the extensions code for mitro
GNU General Public License v3.0
81 stars 14 forks source link

[wrong repo] Where are the apps? / general questions #20

Open amenk opened 8 years ago

amenk commented 8 years ago

What about the Iphone and Android apps? What are they implemented in? And where are the repos to poke around?

teh commented 8 years ago

We haven't migrated any of those (though they build & work, we tested that). You can find the android and ios directories here:

https://github.com/mitro-co/mitro/tree/master/mitro-core

amenk commented 8 years ago

When do you plan to migrate them? Android seems a native java app .. what are those .m files for iOS - I don't have a clue.. :)

Our plans for mobile apps (in case we make a FOSS password manager) was to use Cordova and share most of the code with the Browser Extensions. What do you think?

teh commented 8 years ago

Certainly worth a try! I had a dig through the frontend code when doing a security review and the cryptographic code is fairly self contained and should therefore be easy to extract. The jQuery frontend code is another story and relies very much on the exact DOM layout.

I'm excited to see someone pick this up!

amenk commented 8 years ago

I am wondering how much man-power is being put from We Are Wizards into passopolis?

teh commented 8 years ago

We spend

And a few hours now and then to make the server deployment publishable.

amenk commented 8 years ago

Anything new about the apps?

amenk commented 8 years ago

Anything new about the apps :) ?

amenk commented 8 years ago

bump What's up?

skinlayers commented 8 years ago

I would love to see updated instructions on building the Android app with Android Studio. I'm attempting to follow the ones in the old mitro repo using Eclipse and Ant, but a lot has changed, and I'm having trouble mimicking the build environment they describe on my Mac.

amenk commented 7 years ago

Anything new? Anywhere we can help? The mobile apps are really crucial for us ...

amenk commented 7 years ago

Maybe we really should try to make a cordova app, to reuse the browser plugin codebase ... trying to dig into that ...