Arc Forumnew | comments | leaders | submitlogin
Modified/updated Semi-Arc for Android
3 points by c-a-smallwood 3398 days ago | 10 comments
APK: https://docs.google.com/file/d/0B7T0CVHnS8CQUkVVa0cyVzFQNmM/edit?usp=docslist_api

Source: https://docs.google.com/file/d/0B7T0CVHnS8CQcWVmMVpIVG5YNGM/edit?usp=docslist_api

I'm not too sure where to put this or what to do with it, since it's an update on a seemingly abondoned project... So here it goes! This is not originally my work, I just started hacking on it.



2 points by c-a-smallwood 3397 days ago | link

New Source (.apk in bin folder): https://docs.google.com/file/d/0B7T0CVHnS8CQY1ptQy1Obi1mdUE/...

I want to get the networking and i/o portions working, clean up where possible and make the gui (slightly) customizable... It'd be pretty nice if I could get it to be compatible with anarki :)

-----

2 points by akkartik 3397 days ago | link

That would all be awesome.

I've been building my latest project atop anarki. It would be most interesting to try it on android: http://github.com/akkartik/mu

-----

1 point by jsgrahamus 3394 days ago | link

My Android phone gave me a security alert on the apk.

-----

2 points by c-a-smallwood 3394 days ago | link

It's not signed. Feel free to compile it from source :)

-----

1 point by akkartik 3397 days ago | link

Nice! What does the 'oa' stand for? :)

Also, can you summarize what changes you made?

-----

2 points by c-a-smallwood 3394 days ago | link

Modernized the main user interface and unified the Semi-Arc jar and apk sources. At the moment, I'm doing a cleanup/rewrite of most of the major internals because (as stated by the original author) everything is far from optimal in the performance market. After that, I plan to make a branch of anarki's arc code be the main library. So it'll be like anarki on android!

-----

1 point by akkartik 3394 days ago | link

Nice! This might get us to replace srv.arc with app-development tools. Though it would be neat to see a webserver running on my phone :p

-----

2 points by c-a-smallwood 3397 days ago | link

And the "oa" stood for "on Android". Originally, it was just a command-line .jar

-----

1 point by akkartik 3397 days ago | link

Hmm, doesn't look like all the sources are there. I think you left out those for libs/semi_arc.jar?

I think we arc folks care even more about looking at the sources than running it :)

-----

2 points by c-a-smallwood 3397 days ago | link

Whoops! I'll upload the latest one which has all of the source in one project. The original author left the sources separate like that, so I had to do some digging and splice it together.

-----