- 05 Nov, 2012 6 commits
-
-
Leo Burd authored
- copied ZipAlign tool from the Mac/Linux/Windows Android SDKs to their respective folder under appinventor/lib/android/tools/{linux,windows,mac} - updated appinventor/buildserver/build.xml to include the change above - updated appinventor/buildserver/src/com/google/appinventor/buildserver/Compiler.java to call the ZipAlign tool as part of the Compiler::compile() method Change-Id: I852d0ba3f0acc8cc276cff3ea5b68b82fe74badf
-
Ryan Bis authored
Change-Id: I18b30064a90d55759f52388c9a413242d1861b85
-
Weihua Li authored
Change-Id: If0559d38cd9045f2c50c5b2636961265d2679918
-
halatmit authored
Remove unused import. Fix empty commit Change-Id: I827b5e625ef19c38052c6e04fe88d212fbca0b2e
-
halatmit authored
Change-Id: I46303e2781b886a93e8030c6405f5f4b846795a9
-
halatmit authored
Change-Id: Ice9d69516b1ec6e54800eabe95e736c53fd06e36
-
- 01 Nov, 2012 1 commit
-
-
Jeffrey I. Schiller authored
III has something listening on 127.0.0.1:9997 which interfere's with the Companion App's binding of 9997 for Yail download. Change-Id: I41cceeefeff9578d6e56dc67ae871616fa7af06c
-
- 31 Oct, 2012 1 commit
-
-
halatmit authored
Change-Id: Ib35cf2db6e9de252a57655966f2c5bc25337df90
-
- 30 Oct, 2012 1 commit
-
-
Weihua Li authored
Change-Id: I960460a6d87cc2ab2c54b39adfa8b0a211e19dd4
-
- 28 Oct, 2012 1 commit
-
-
Vance Turnewitsch authored
The use of onShow in the FullScreenVideoUtil has been replaced with the use of onStart. The exact code called in the onShow method is now called in onStart so that older versions of Android will not generate errors when trying to access the classes associated with onShow. Change-Id: I3d8a607f7b8958d63e7319c0ca87f918f632049b
-
- 26 Oct, 2012 2 commits
-
-
halatmit authored
Mark old fling blocks bad, and update young_android_version to 65 Add necessary files to commit Change-Id: Ifd5202a6e0c802aee4c9776487d49a351593cfc2
-
Ralph Morelli authored
Change-Id: I8da45fd4111cadd8f233d6f93d76e0fcb49616a5
-
- 24 Oct, 2012 1 commit
-
-
Ralph Morelli authored
The implementation follows V1 migration guide: https://developers.google.com/fusiontables/docs/v1/migration_guide The main changes are: * The API has a new URL: https://www.googleapis.com/fusiontables/v1/query * Oauth 2.0 authentication is used with an API key. Developers must now register with Google and get an API key. * The Google AccountManager is used to select an account and obtain an access_token that is used in all queries. (Similar to old approach) * Google API client libraries are used in the implementation. * The new API uses GET, POST differently than deprecated API. * All queries use the client library's Sql object to make the actual requests. This is similar to the deprecated version. * A new method, SendQuery, is added to perform API v1 requests. The updated FusiontablesControl is backwards compatible. Previously written program, using DoQuery, will still work until the end of the year. 10/05 - Added an ApiKey property and the reinstated the ForgetLogin method. - Fixed the problem of expired tokens by always acquiring a fresh token. - Refactored OAuth2Helper to make it simpler and completely independent of FusiontablesControl. - Refactored FusiontablesControl to simplify and clarify OAuth - Updated the documentation, including notready.html. 10/06 - Added SdkLevel < Eclair check. Alerts user and exits if attempting to run a Fusiontables app on 1.6 or lower. 10/09 - Added doPostRequest() method to support 'CREATE TABLE' queries. 10/09 - Minor revisions to BlockSaveFIle, FormUpgrader, and notready.html. 10/13 - Modified httpResponseParser to fix a but. 10/15 - Removed unused jars from lib/fusiontables and updated build files. 10/16 - Removed additional unused jars from lib/fusiontables. 10/16 - Added license for libs; added UsesLibraries; merged with HEAD. Change-Id: Ibc13d0e7a4e8ce10039baf0cc358543091fbf29f
-
- 18 Oct, 2012 1 commit
-
-
Jeffrey I. Schiller authored
debugging turned on. Change-Id: I987268cc35b1cce65088fef0e798401cf2bb63ca
-
- 16 Oct, 2012 1 commit
-
-
halatmit authored
Rearraged method definitions Change-Id: Ic4668e2fc78009bf8758fa65f48eb860c316b6a7
-
- 15 Oct, 2012 1 commit
-
-
Ralph Morelli authored
The main result of this change is that libraries are now conditionally loaded into the packaged app depending on what libraries are used by the components in the app. (Repl still loads all libraries for all components.) Adds the new class components/annotations/UsesLibraries.java and revises scripts/ComponentListGenerator.java and ComponentProcess.java, which are used to process annotations. Revised Compiler.java to dynamically construct the classpath and the dxCommand line from the annotations. Revised Twitter component to add an annotation: @UsesLibraries(libraries = "twitter4j.jar") Tested on existing projects, such as HelloPurr to confirm that Twitter library is not loaded into HelloPurr.apk. 10/14: This changes does not affect the Ya version number or the Twitter component version. 10/15: Fixed copyright, removed commented-out code, as per reviewer's suggestions. Change-Id: I7acb5d8e2702d47b8f2bdc8f0746ef7d550963c2
-
- 08 Oct, 2012 1 commit
-
-
Vance Turnewitsch authored
A welcome dialog is now displayed to users with no saved projects. The method createWelcomeDialog has been created in Ode to build and optionally display the dialog. Change-Id: I86fce03802a0855d9c58ff30ae4a9b3888bc8429
-
- 06 Oct, 2012 1 commit
-
-
Weihua Li authored
Change-Id: I11147091a0a58cc95bcbb187a1f67116f7d5ed53
-
- 26 Sep, 2012 2 commits
-
-
Jeffrey I. Schiller authored
Change-Id: Ie15ef92b6dcdd38f3309c8af512909e259207e30
-
Katie Laverty authored
were the same as one of the variable names used in the add-component macro used in the Yail. This was internal issue #210. I am running a version of this on: katieappinventor.appspot.com Change-Id: If60edeb5005a4ccca3ae47cdb8a862f0be24e5c8
-
- 25 Sep, 2012 1 commit
-
-
Ralph Morelli authored
in the Designer when their X or Y property values are changed in the text fields (Issue #225). Upddated the onPropertyChanged() method in MockBall and MockSprite to handle changes to the text fields and added methods setXProperty() and setYProperty() to match the setZProperty() method. Changing any of the X, Y, or Z coordinates now updates the Ball's or ImageSprite's location on the Designer. Change-Id: I5a2e614c64cd52588bf4e21b75bcd582a4efd8a5
-
- 23 Sep, 2012 1 commit
-
-
Ryan Bis authored
Change-Id: Iabd6a220ecd1eecc72a2b734fef8fe8d1b649cfb
-
- 21 Sep, 2012 1 commit
-
-
Jeffrey I. Schiller authored
queries to the datastore caused by the servlet. The cached lifetime is currently hardcoded at 10 minutes. Change-Id: Iec5d37966b836f2a7c52c19ceaeda28ea55859cf
-
- 20 Sep, 2012 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: Icef32ae716206f2927261c39b44ff7deb78ba314
-
- 11 Sep, 2012 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: Idaf6955a5ded5e572b1f5831d648a9b02f34bd15
-
- 05 Sep, 2012 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: I64f6d8dc37ec53ec1c71d54f68b2fcce74dbd484
-
- 04 Sep, 2012 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: Ifa2245e7032ad00b54624ba96de85396af4c1560
-
- 02 Sep, 2012 1 commit
-
-
Jeffrey I. Schiller authored
Inventor still works on Android 1.6. Unfortunately we have to give an "unsupported" error if someone attempts full screen mode on Android 1.6 or older. Change-Id: I56660a649b1a4559a0f5aa6104cc6a20b9ca0a27
-
- 27 Aug, 2012 1 commit
-
-
Katie Laverty authored
Change-Id: Ia33939b12105a3fdc4c9d360568bb182cb6e1bec
-
- 24 Aug, 2012 1 commit
-
-
Hal Abelson authored
Change-Id: I4309819d77346bb45bead0f13fd43d1860af0e75
-
- 21 Aug, 2012 1 commit
-
-
Vance authored
Change-Id: Ica112991b56c830fcd42eb436b3921f63ce81723
-
- 20 Aug, 2012 1 commit
-
-
Ryan Bis authored
Change-Id: I5351cbe8142e10c5264b66e65f81aee38c66d9fa
-
- 17 Aug, 2012 1 commit
-
-
Jeffrey I. Schiller authored
Change-Id: Idd7c4d8f3dc0bbb1e3ddaa1dcd49693d37f2e7f9
-
- 14 Aug, 2012 4 commits
-
-
hal authored
Visibility
-
Ralph Morelli authored
Change-Id: Ie6678e61bf643bf515334cbdb0d6614acf4acf6d
-
halatmit authored
-
halatmit authored
-
- 13 Aug, 2012 3 commits
-
-
hal authored
Revised checkbox label replacing invisible with hidden
-
Ralph Morelli authored
Change-Id: I5eadf0612cf46f162801419ed83d023499c6ca08
-
Ralph Morelli authored
-