- 11 Dec, 2016 5 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- 08 Mar, 2016 2 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- 07 Nov, 2015 5 commits
-
-
Daniel Kochmański authored
Provided by Pascal J. Bourguignon. Thanks!
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- 06 Nov, 2015 9 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Refactored slurp thread into non-blocking UI thread handler. Now the output buffer doesn't lag. Also refactor EclReplActivity to inherit from the BasicActivity which provides menu options with the eval dialog.
-
- 05 Nov, 2015 4 commits
-
-
Daniel Kochmański authored
dummy eval/about buttons so far
-
Daniel Kochmański authored
Extend the application class and ensure assets on the application start. Now we have option to create singletons.
-
Daniel Kochmański authored
Remove eval edit box and confirmation button. It made application freeze. Eval functionality will appear in the application menu. The only element now in this activity is a TextView in the scroll layouts (both vertical and horizontal to keep lines looking nice).
-
Daniel Kochmański authored
Also clean botExec (deprecated exec)
-
- 04 Nov, 2015 6 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
IntentService was bad because we were loosing context after fulfilling all the jobs user requested from us and the library crashed. This is a place for improvement - we might want to bind it by default but start a service when running the server.
-
Daniel Kochmański authored
Not that this doesn't obey anything from the printer settings in the lisp environment. We just convert the result object to string and print it in the bottom. Also simplify some calls.
-
- 30 Oct, 2015 4 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
`setup' sets the environmental variables and `start' uses them. No need to pass the absolute path multiple times.
-
Daniel Kochmański authored
Android's mambo-jambo with screen ratation made application crash like crazy when using AsyncTask. We had to use some Android Support Library's Fragment magic. All seems to work OK now. Move to the separate class.
-
Daniel Kochmański authored
This abstraction is necessary if we want to separate the repl from the ECL inferior-lisp. That should make possible to hook the other lisp if/when they'll provide appropriate IntentService.
-
- 29 Oct, 2015 4 commits
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
We don't need wrappers for start/exec since we call them from the IntentService.
-
Daniel Kochmański authored
Bridge between java and jni is an intent which can ensure the lisp and execute a statement. Now ECL boots in the background without hanging the application.
-
- 28 Oct, 2015 1 commit
-
-
Daniel Kochmański authored
-