Commit Graph

169 Commits

Author SHA1 Message Date
sekelsenmat
b018630e7f JNI example: Small improvements
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2166 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-27 08:51:47 +00:00
sekelsenmat
694f02d26c Improvements to the JNI Test
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2165 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-27 08:36:15 +00:00
sekelsenmat
27bce8924f Adds a test project for building JNI Pascal Android apps
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2164 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-27 08:17:49 +00:00
sekelsenmat
b4eee470bc Removes the older ndk test because it is obsoleted by the new one
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2127 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-13 15:21:24 +00:00
sekelsenmat
3b42dcedbb Fixes the example for FPC 2.6+
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2126 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-13 13:41:13 +00:00
sekelsenmat
cf4e4f1a7e openg gl test: Corrects some strings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2118 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-10 12:29:32 +00:00
sekelsenmat
2290c71949 android opengl test finally working
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2117 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-10 12:16:58 +00:00
sekelsenmat
0ba2d1dfc1 android test: a bit more
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2116 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-10 10:57:22 +00:00
sekelsenmat
1e40b03735 opengl example: Adds build files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2115 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-10 10:41:48 +00:00
sekelsenmat
b334fb5c3b ndk: Starts the new opengl example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2114 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-11-10 10:36:13 +00:00
drewski207
04d7c59350 removed deprecated functions
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2085 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-22 18:52:20 +00:00
drewski207
28bd62eab3 Fixed error where certain types that are pointers to a type are not recognized
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2084 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-22 18:47:15 +00:00
drewski207
e9b9262598 Added dialogs example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2012 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-25 16:37:08 +00:00
drewski207
0ccec5aa6e Added gtk3 helloworld program. removed unused gtk subdir
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2011 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-25 14:17:20 +00:00
drewski207
3859c96b44 Updated bindings. Now flags are integers instead of records.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2010 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-25 13:46:23 +00:00
drewski207
6bae873f8a Added package for lazarus
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2008 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-25 01:59:08 +00:00
drewski207
b0fe011f89 Updated bindings with latest fixes. Things should be pretty good to test.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2007 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 21:31:51 +00:00
drewski207
3711f67697 Updated bindings. Now bitfields in records are packed correctly.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2002 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 14:05:19 +00:00
drewski207
373dc382cf updated gtk3/glib etc bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1998 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:35:47 +00:00
drewski207
7d1cbe0b11 Added bindings for glib atk pango gdk3 gtk3 and webkit generated with gir2pascal expect some bugs most likely in records with bitfields or bitpacked
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1983 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-22 00:28:15 +00:00
sekelsenmat
3b3b363ef6 android-sdk: Converts large constants to values which fit Integer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1870 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-30 09:06:04 +00:00
sekelsenmat
a71bf8ca2b android-sdk: Adds templates for all methods of a couple more classes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1837 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-26 15:48:44 +00:00
sekelsenmat
5e63f131fd android-sdk: Adds templates for all methods from EditText and TextView and View
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1835 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-26 14:21:31 +00:00
sekelsenmat
ebe2235117 Android: Adds a solution for Java methods called create
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1834 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-26 08:58:59 +00:00
sekelsenmat
c20f4e1ede Android: Finishes the large rework of the callback system. Now it can implement many more callbacks.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1833 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-26 07:29:13 +00:00
sekelsenmat
784d4d6330 android-sdk: Reworks the callback code, partially finished
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1827 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-24 11:53:37 +00:00
sekelsenmat
f92b46fd23 android: Adds dialogs and improves the error handling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1825 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-22 14:53:18 +00:00
sekelsenmat
9300c23a79 android: Adds spinner position
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1824 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-22 09:21:55 +00:00
sekelsenmat
cdc7a41075 android-sdk: Adds the possibility of having global objects
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1822 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-22 08:49:24 +00:00
sekelsenmat
2f49245f8b androidlcl: Advances to implementing reading text values
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1819 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-19 15:26:03 +00:00
sekelsenmat
692a0346c5 android-sdk: Minor improvements
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1817 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-19 13:33:19 +00:00
sekelsenmat
ff3668aa67 android-sdk: Changes interfaces to Corba because COM was crashing and adds Pascal Log support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1816 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-19 13:30:17 +00:00
sekelsenmat
a5f2737fb4 android-sdk: Improves the Adapter
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1813 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-19 11:17:56 +00:00
sekelsenmat
195bd220a6 android-sdk: Adds android.R.layout
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1812 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-19 11:05:47 +00:00
sekelsenmat
f782a492bf Adds support for String and interfaces
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1811 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-19 10:56:52 +00:00
sekelsenmat
93503cda15 android-sdk: some work on button click
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1796 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-10 13:44:23 +00:00
sekelsenmat
af49267c60 android-sdk: Moves constants to the interface
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1794 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-10 12:17:34 +00:00
sekelsenmat
1f4f513eed androidsdk: Adds Spinner and adds more error handling and Pascal exception showing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1793 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-10 11:42:56 +00:00
sekelsenmat
ef44e19afb gtk3 minor improvement
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1791 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-09 15:05:47 +00:00
sekelsenmat
699db99545 Initial commit of gtk+3 bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1790 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-09 11:41:13 +00:00
sekelsenmat
2c47f0a180 android-sdk: Fixes some bugs in the string read/write and in the object read/write
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1788 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-08 16:03:47 +00:00
sekelsenmat
36b5c94eb9 android-sdk: Fixes string methods
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1787 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-08 14:48:15 +00:00
sekelsenmat
0a1f27ea2a android-sdk: Adds addView
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1786 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-08 13:58:57 +00:00
sekelsenmat
0a80e54a1d Android-SDK: Finishes fixing all compilation errors from generated Pascal and Java
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1785 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-08 09:30:32 +00:00
sekelsenmat
f78b7dab10 Improves the android sdk bindings generator
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1749 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-21 13:32:32 +00:00
sekelsenmat
a0933073ac Improves the android bindings generator
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1747 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-18 13:33:05 +00:00
sekelsenmat
8608497d12 android-sdk: Adds more classes and support for constants, for ; and for ignoring method modifiers
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1742 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-14 09:44:35 +00:00
sekelsenmat
a822873b80 android-sdk: Now tested that it can parse correctly the CheckBox
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1681 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-15 14:45:40 +00:00
sekelsenmat
d734ddb71b More advances for the android sdk bindings gen
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1680 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-15 13:39:45 +00:00
sekelsenmat
2dbb8ee493 More advances for the android sdk bindings gen
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1679 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-15 13:32:40 +00:00