-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from jdavo/master
Pull request with new features
- Loading branch information
Showing
97 changed files
with
4,298 additions
and
1,681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/jarlist.cache | ||
/NonMavenAndroidSQLLiteOrm.apk | ||
/res | ||
/AndroidSqLiteOrm.apk | ||
/NonMavenAndroidSQLLiteOrmMerged.apk | ||
/classes.dex | ||
/resources.ap_ | ||
/classes |
Binary file not shown.
Binary file modified
BIN
+519 Bytes
(100%)
bin/classes/com/perfectworldprogramming/mobile/orm/AndroidSQLiteTemplate.class
Binary file not shown.
Binary file modified
BIN
-651 Bytes
(93%)
bin/classes/com/perfectworldprogramming/mobile/orm/CursorAdapter.class
Binary file not shown.
Binary file modified
BIN
+24 Bytes
(100%)
bin/classes/com/perfectworldprogramming/mobile/orm/Main.class
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(99%)
bin/classes/com/perfectworldprogramming/mobile/orm/annotations/Column.class
Binary file not shown.
Binary file modified
BIN
+1.5 KB
(220%)
bin/classes/com/perfectworldprogramming/mobile/orm/annotations/ColumnType.class
Binary file not shown.
Binary file modified
BIN
+191 Bytes
(100%)
...sses/com/perfectworldprogramming/mobile/orm/creator/SQLLiteCreateStatementGenerator.class
Binary file not shown.
Binary file modified
BIN
+194 Bytes
(140%)
bin/classes/com/perfectworldprogramming/mobile/orm/exception/DataAccessException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...classes/com/perfectworldprogramming/mobile/orm/exception/EmptySQLStatementException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/perfectworldprogramming/mobile/orm/exception/ExtraResultsException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...es/com/perfectworldprogramming/mobile/orm/exception/InvalidCursorExtractorException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/perfectworldprogramming/mobile/orm/exception/InvalidQueryTypeException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...classes/com/perfectworldprogramming/mobile/orm/exception/NoPrimaryKeyFieldException.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/perfectworldprogramming/mobile/orm/exception/NoRowsReturnedException.class
Binary file not shown.
Binary file modified
BIN
+365 Bytes
(110%)
bin/classes/com/perfectworldprogramming/mobile/orm/helper/AndroidSQLLiteOpenHelper.class
Binary file not shown.
Binary file modified
BIN
+214 Bytes
(110%)
bin/classes/com/perfectworldprogramming/mobile/orm/helper/DBHelper.class
Binary file not shown.
Binary file modified
BIN
+1.18 KB
(120%)
bin/classes/com/perfectworldprogramming/mobile/orm/reflection/DomainClassAnalyzer.class
Binary file not shown.
Binary file modified
BIN
+1.28 KB
(110%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/AndroidSQLiteTemplateTests.class
Binary file not shown.
Binary file modified
BIN
-255 Bytes
(90%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/creator/TableCreatorTest.class
Binary file not shown.
Binary file modified
BIN
+154 Bytes
(110%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/domain/Account.class
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/domain/Address.class
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/domain/NoPKDomain.class
Binary file not shown.
Binary file modified
BIN
+1.89 KB
(130%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/domain/Person.class
Binary file not shown.
Binary file modified
BIN
-162 Bytes
(93%)
...ses/com/perfectworldprogramming/mobile/orm/test/helper/AndroidSQLLiteOpenHelperTest.class
Binary file not shown.
Binary file modified
BIN
-47 Bytes
(98%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/helper/DBHelperTests.class
Binary file not shown.
Binary file modified
BIN
-896 Bytes
(66%)
...asses/com/perfectworldprogramming/mobile/orm/test/interfaces/AddressCursorExtractor.class
Binary file not shown.
Binary file modified
BIN
-564 Bytes
(68%)
...asses/com/perfectworldprogramming/mobile/orm/test/interfaces/AddressCursorRowMapper.class
Binary file not shown.
Binary file modified
BIN
+14 Bytes
(100%)
...classes/com/perfectworldprogramming/mobile/orm/test/interfaces/CursorExtractorTests.class
Binary file not shown.
Binary file modified
BIN
+402 Bytes
(110%)
...classes/com/perfectworldprogramming/mobile/orm/test/interfaces/CursorRowMapperTests.class
Binary file not shown.
Binary file modified
BIN
-835 Bytes
(69%)
...lasses/com/perfectworldprogramming/mobile/orm/test/interfaces/PersonCursorExtractor.class
Binary file not shown.
Binary file modified
BIN
-794 Bytes
(61%)
...lasses/com/perfectworldprogramming/mobile/orm/test/interfaces/PersonCursorRowMapper.class
Binary file not shown.
Binary file modified
BIN
+496 Bytes
(110%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/interfaces/SampleDataHelper.class
Binary file not shown.
Binary file modified
BIN
-54 Bytes
(99%)
...ses/com/perfectworldprogramming/mobile/orm/test/reflection/DomainClassAnalyzerTests.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package com.perfectworldprogramming.mobile.orm; | ||
|
||
public final class R { | ||
public static final class attr { | ||
} | ||
public static final class drawable { | ||
public static final int icon=0x7f020000; | ||
} | ||
public static final class layout { | ||
public static final int main=0x7f030000; | ||
} | ||
public static final class string { | ||
public static final int app_name=0x7f040001; | ||
public static final int hello=0x7f040000; | ||
} | ||
} | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package com.perfectworldprogramming.mobile.orm; | ||
|
||
public final class R { | ||
public static final class attr { | ||
} | ||
public static final class drawable { | ||
public static final int icon=0x7f020000; | ||
} | ||
public static final class layout { | ||
public static final int main=0x7f030000; | ||
} | ||
public static final class string { | ||
public static final int app_name=0x7f040001; | ||
public static final int hello=0x7f040000; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.