1
0
mirror of https://github.com/dmsl/anyplace.git synced 2021-06-25 09:21:17 +03:00

Added tasks for CA (TODO CA)

This commit is contained in:
Paschalis Mpeis
2020-07-24 15:57:51 +03:00
parent 72a6e23166
commit 9463f4ada5

View File

@@ -1,4 +1,30 @@
# TODO Put a bash script in linux/macos from 421 on linux and macos
# TODO CA: task 0
1. Make core/lib a pure JAVA (compatible both in Android and desktop JVMs).
2. core/cli: put all stuff that will be removed from core/lib here
- core/cli/bin: put a jar file here
3. include core/lib in android-new/lib
4. `hello world` on android-new/demo
- commit !
5. merging
- remove stuff from android/ to:
+ core/lib, and
+ android-new/lib
- Deprecate stuff (while moving) from android/
+ e.g. replace ActionBarSherlock with build in libs..
* for exaple: SherlockActivity -> SupportActivity (android support lib)
- see tutorials on migrating/deprecating Sherlock
# TODO CA Put a bash script in linux/macos from 421 on linux and macos
from android:
- most stuff will end up:
+ core/lib
+ android-new/lib
Anyplace Clients