summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-24Allow emacs to exit even if session dir was removedJoel Klinghed
2017-01-12Bump version to 0.3.1Joel Klinghed
2017-01-12Support custom checkstyle output formatJoel Klinghed
2017-01-12Bump version to 0.3Joel Klinghed
2017-01-12Revert "List flycheck as a dependency for flycheck-android-experimental"Joel Klinghed
This reverts commit 420f42cda4434bacf587b5082a25cce225502d26.
2017-01-12Add temporary output dir to classpathJoel Klinghed
This means you have to do real build less often as you change the API of different classes. However, it instead means that we can end up with outdated class files if you check out new code and build without revisiting the buffer in Emacs. So, to work around that, we check that no class file is older than the ones in the real output dir. But to keep everything fast, this is launched in a background process
2017-01-11List flycheck as a dependency for flycheck-android-experimentalJoel Klinghed
2017-01-11Handle completely new files betterJoel Klinghed
First, a file that only exists as a buffer, not even saved yet: * Pick the first Java target found, it will probably work * Complain if not found instead of silently pretend the file is valid Second, a file that was added after the last gradle run so cache doesn't contain it: * If no fitting target was found, and the file exist and we used cached data, force a new gradle run
2017-01-11Bump lisp package to 0.2Joel Klinghed
2017-01-11Add support for running checkstyle after compilationJoel Klinghed
2017-01-10Speedup compilationJoel Klinghed
2017-01-10Add a cache for gradle outputJoel Klinghed
2017-01-10Add git repo to readmeJoel Klinghed
2017-01-10Remove SNAPSHOT version and add READMEJoel Klinghed
2017-01-10All the restJoel Klinghed
2017-01-10Forgot to add package fileJoel Klinghed
2017-01-10Correct path to python scriptJoel Klinghed
2017-01-10Initial commitJoel Klinghed