|
CodeStructure
Overview of the Implementation
Phase-Design Location of CodeThe Repository is located on gitorious: http://gitorious.org/kolab-android/kolab-android The Source Code of each released version is cloned to googles code project SVN Repository. Local LibrariesThe bulk of the source code are local copies of the javamail library and the JAF (Java Activation Framework) which are necessary to access the IMAP store. These parts are stored in the javamail/ and activation/ subdirectories. The two libraries contain slight modifications to work without AWT and other non-android-supported APIs. KolabDroidThe real functionality is located in the src/ subdirectory. There are the following packages:
|