-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creates Ability to Purchase Translations in Localization Editor Window #783
base: develop
Are you sure you want to change the base?
Commits on Jun 18, 2014
-
Created a new translation window. Will commit more frequently in the …
…future. Check comments for explanations
Benjamin Koatz committedJun 18, 2014 Configuration menu - View commit details
-
Copy full SHA for 76a3633 - Browse repository at this point
Copy the full SHA 76a3633View commit details -
Merge branch 'develop' of https://github.com/spritebuilder/SpriteBuilder
Benjamin Koatz committedJun 18, 2014 Configuration menu - View commit details
-
Copy full SHA for 7b4560d - Browse repository at this point
Copy the full SHA 7b4560dView commit details
Commits on Jun 19, 2014
-
Benjamin Koatz committed
Jun 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 157ff6a - Browse repository at this point
Copy the full SHA 157ff6aView commit details
Commits on Jun 20, 2014
-
Merge branch 'develop' of https://github.com/spritebuilder/SpriteBuilder
Benjamin Koatz committedJun 20, 2014 Configuration menu - View commit details
-
Copy full SHA for 1aef6b9 - Browse repository at this point
Copy the full SHA 1aef6b9View commit details -
Moved the numerous items and messages that overlapped under the 'tran…
…slate from' menu into separate views of a single tab view, some other small formatting edits.
Benjamin Koatz committedJun 20, 2014 Configuration menu - View commit details
-
Copy full SHA for 1319546 - Browse repository at this point
Copy the full SHA 1319546View commit details -
Translate window changes that I forgot to put in last commit (whoops)…
…. Also now if you delete the last active language, the window is updated to reflect the 'no active langs' error message with appropriate reloading/hiding/setting of table and drop down menu and info button
Benjamin Koatz committedJun 20, 2014 Configuration menu - View commit details
-
Copy full SHA for 3d8fbbb - Browse repository at this point
Copy the full SHA 3d8fbbbView commit details
Commits on Jun 23, 2014
-
Made it so that clicking elsewhere in the window closes the translate…
… info popover if it is open. Also did some formatting changes to make the code a bit clearer.
Benjamin Koatz committedJun 23, 2014 Configuration menu - View commit details
-
Copy full SHA for a062ac2 - Browse repository at this point
Copy the full SHA a062ac2View commit details -
just the project file from the pref commit
Benjamin Koatz committedJun 23, 2014 Configuration menu - View commit details
-
Copy full SHA for c4e0658 - Browse repository at this point
Copy the full SHA c4e0658View commit details
Commits on Jun 24, 2014
-
Coordinated with the server to get language downloading and estimatio…
…n working, and added a few more error views along with some internal error checking and code cleaning
Benjamin Koatz committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 61b30dd - Browse repository at this point
Copy the full SHA 61b30ddView commit details -
Reorganized a bunch of code and added pragma marks, along with adding…
… the feature that languages are added to the active languages of the Language Window if they are translated to in the translate window. Buying still doesn't work that much but it's getting there.
Benjamin Koatz committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 005161f - Browse repository at this point
Copy the full SHA 005161fView commit details
Commits on Jun 25, 2014
-
Stylized the window better (read: more compactly). Also got receipt v…
…alidation to work on client, end still waiting for server capabilities
Benjamin Koatz committedJun 25, 2014 Configuration menu - View commit details
-
Copy full SHA for e2a1b30 - Browse repository at this point
Copy the full SHA e2a1b30View commit details -
Started working on putting translation progress in the Language Windo…
…w. And changed the name of the button from Translate! to Buy Translations
Benjamin Koatz committedJun 25, 2014 Configuration menu - View commit details
-
Copy full SHA for bafbf72 - Browse repository at this point
Copy the full SHA bafbf72View commit details -
Finally got the translate window to be key and modal. Also did a bunc…
…h of context-based enabling/disabling and started working on the translation bar in the Language Window.
Benjamin Koatz committedJun 25, 2014 Configuration menu - View commit details
-
Copy full SHA for d4fcefe - Browse repository at this point
Copy the full SHA d4fcefeView commit details -
A couple compiler errors/warnings in the last commit, fixed.
Benjamin Koatz committedJun 25, 2014 Configuration menu - View commit details
-
Copy full SHA for a6ca5a2 - Browse repository at this point
Copy the full SHA a6ca5a2View commit details
Commits on Jun 26, 2014
-
Continued working on cancel functionality. Created window, set up the…
… disabling/enabling, etc. So currently everything works except for actually canceling. So, don't press 'yes' on the cancel window
Benjamin Koatz committedJun 26, 2014 Configuration menu - View commit details
-
Copy full SHA for cc3264d - Browse repository at this point
Copy the full SHA cc3264dView commit details -
Got rid of (in my opinion) a lot of cool functionality, but functiona…
…lity that depended on the translation window not being modal. Also some cancelation changes and general code cleaning. Weird bug in the purchasing mechanism but I think it's related to sandbox environment. Can't find examples online.
Benjamin Koatz committedJun 26, 2014 Configuration menu - View commit details
-
Copy full SHA for 715dba8 - Browse repository at this point
Copy the full SHA 715dba8View commit details
Commits on Jun 27, 2014
-
Fixed payment mechanism even on edge cases
Benjamin Koatz committedJun 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 17ef128 - Browse repository at this point
Copy the full SHA 17ef128View commit details -
fixed receipt uploading and parsing issues, and received the first va…
…lid response message to a translation request!!
Benjamin Koatz committedJun 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 41dea2c - Browse repository at this point
Copy the full SHA 41dea2cView commit details
Commits on Jun 28, 2014
-
Implemented more functionality for dealing with the server. Get trans…
…lations not working yet but it will be, I have faith! Also a method in EditorLanguage that simplifies my life.
Benjamin Koatz committedJun 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 4071009 - Browse repository at this point
Copy the full SHA 4071009View commit details
Commits on Jul 1, 2014
-
Cached and serialized the data about downloading languages and update…
…d the way the Language Window does bindings accordingly. Also made some minor UI changes in accordance with Apple's guidelines
Benjamin Koatz committedJul 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 1649ada - Browse repository at this point
Copy the full SHA 1649adaView commit details
Commits on Jul 2, 2014
-
More caching and state-saving, better use of project settings to do s…
…o and more edge cases fixed. No more crashes after editor window is closed and reopened. Also, downloads restart automatically when a language window is reopened
Benjamin Koatz committedJul 2, 2014 Configuration menu - View commit details
-
Copy full SHA for c205603 - Browse repository at this point
Copy the full SHA c205603View commit details
Commits on Jul 3, 2014
-
Add more error handling and working parsing for translations (though …
…the server-side of the parsing is not working yet). Have to handle cancels with errors and more server interaction once that is ready. Also commented, cleaned and styled code.
Benjamin Koatz committedJul 3, 2014 Configuration menu - View commit details
-
Copy full SHA for b7d1d93 - Browse repository at this point
Copy the full SHA b7d1d93View commit details
Commits on Jul 7, 2014
-
Error handling for payment errors, fixed small bugs with project sett…
…ings and some weird stuff about windows and alerts
Benjamin Koatz committedJul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 9738133 - Browse repository at this point
Copy the full SHA 9738133View commit details
Commits on Jul 8, 2014
-
Smarter error handling for server timeouts and receipt validation fix…
…es along with small bug fixes and apple stylization stuff. Also a new alert to inform people of long download times
Benjamin Koatz committedJul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for f3fe986 - Browse repository at this point
Copy the full SHA f3fe986View commit details -
Some very small code changes and error stuff
Benjamin Koatz committedJul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 97192d2 - Browse repository at this point
Copy the full SHA 97192d2View commit details -
Merge branch 'temp' into develop
Conflicts: SpriteBuilder/SpriteBuilder.xcodeproj/project.pbxproj SpriteBuilder/ccBuilder/ProjectSettings.h SpriteBuilder/ccBuilder/SBErrors.h SpriteBuilder/ccBuilder/SBErrors.m
Benjamin Koatz committedJul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for c2b0f47 - Browse repository at this point
Copy the full SHA c2b0f47View commit details -
Benjamin Koatz committed
Jul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for f13b3aa - Browse repository at this point
Copy the full SHA f13b3aaView commit details -
Merge branch 'develop' of https://github.com/spritebuilder/SpriteBuilder
Benjamin Koatz committedJul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 3b29b56 - Browse repository at this point
Copy the full SHA 3b29b56View commit details
Commits on Jul 11, 2014
-
Redid payment queue logic so it works, redid project setting and loca…
…lization editor handler logic so it works even when the downloading project isn't the current one, along with other small changes.
Benjamin Koatz committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 2bb1c2b - Browse repository at this point
Copy the full SHA 2bb1c2bView commit details -
small changes to make reloading and background translations work seam…
…lessly.
Benjamin Koatz committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 16bb9e2 - Browse repository at this point
Copy the full SHA 16bb9e2View commit details
Commits on Jul 14, 2014
-
Just changed some error checking stuff
Benjamin Koatz committedJul 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 76dc3b4 - Browse repository at this point
Copy the full SHA 76dc3b4View commit details -
Merge branch 'develop' of https://github.com/spritebuilder/SpriteBuilder
Benjamin Koatz committedJul 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 65f556c - Browse repository at this point
Copy the full SHA 65f556cView commit details
Commits on Jul 17, 2014
-
Improved the refresh mechanism for translation window after editor wi…
…ndow is changed, created a tooltip for translation progress.
Benjamin Koatz committedJul 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 2d38731 - Browse repository at this point
Copy the full SHA 2d38731View commit details
Commits on Jul 18, 2014
-
Fixed product requests to only ask for the products needed. Also adde…
…d 9 more products.
Benjamin Koatz committedJul 18, 2014 Configuration menu - View commit details
-
Copy full SHA for 3ce8dd4 - Browse repository at this point
Copy the full SHA 3ce8dd4View commit details -
Benjamin Koatz committed
Jul 18, 2014 Configuration menu - View commit details
-
Copy full SHA for c9617b1 - Browse repository at this point
Copy the full SHA c9617b1View commit details -
Moved In App PID plist into resources folder of project
Benjamin Koatz committedJul 18, 2014 Configuration menu - View commit details
-
Copy full SHA for e8e4072 - Browse repository at this point
Copy the full SHA e8e4072View commit details
Commits on Jul 22, 2014
-
Starts downloads on app start and disables the "Localize" check butto…
…n in the main window when there is a download Also cancels non-translation urlsessiontasks on closing the translate window. And now correctly handles the case when a project with a pending translation is moved or deleted.
Benjamin Koatz committedJul 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 96238b2 - Browse repository at this point
Copy the full SHA 96238b2View commit details
Commits on Aug 5, 2014
-
Made small changes to UI for clarity of text and layout
Benjamin Koatz committedAug 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 1a707c1 - Browse repository at this point
Copy the full SHA 1a707c1View commit details
Commits on Aug 11, 2014
-
Merge branch 'develop' of https://github.com/spritebuilder/SpriteBuilder
into develop Conflicts: SpriteBuilder/ccBuilder/AppDelegate.h SpriteBuilder/ccBuilder/AppDelegate.m SpriteBuilder/ccBuilder/ProjectSettings.m
Benjamin Koatz committedAug 11, 2014 Configuration menu - View commit details
-
Copy full SHA for b1061da - Browse repository at this point
Copy the full SHA b1061daView commit details
Commits on Aug 14, 2014
-
A bunch of stylistic and comment changes in preparation for pull request
Benjamin Koatz committedAug 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 5d076a2 - Browse repository at this point
Copy the full SHA 5d076a2View commit details -
Added all 85 sprite builder translation tiers
Benjamin Koatz committedAug 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 63638fb - Browse repository at this point
Copy the full SHA 63638fbView commit details -
Merge branch 'develop' of https://github.com/spritebuilder/SpriteBuilder
Benjamin Koatz committedAug 14, 2014 Configuration menu - View commit details
-
Copy full SHA for d96e40c - Browse repository at this point
Copy the full SHA d96e40cView commit details -
Add pragma mark to app delegate for restarting project translation do…
…wnloads
Benjamin Koatz committedAug 14, 2014 Configuration menu - View commit details
-
Copy full SHA for de05d39 - Browse repository at this point
Copy the full SHA de05d39View commit details -
Add ifdefs to handle the appropriate behavior for sprite builder v sp…
…rite builder pro Makes it so the buy translations button disappears on sprite builder pro, and translation downloads aren't attempted to be updated in the app delegate
Benjamin Koatz committedAug 14, 2014 Configuration menu - View commit details
-
Copy full SHA for f2fdc42 - Browse repository at this point
Copy the full SHA f2fdc42View commit details -
Change properties from strong to copy and weak where needed
NSStrings became copies and parent-child references that would've resulted in retain cycles were fixed
Benjamin Koatz committedAug 14, 2014 Configuration menu - View commit details
-
Copy full SHA for b43ac93 - Browse repository at this point
Copy the full SHA b43ac93View commit details
Commits on Aug 15, 2014
-
Deal with localization editor window state for closed v open projects…
… in both Spritebuilder Pro and regular Spritebuilder Revolves around hasOpenFile and uses the fact whether project settings is null or not.
Benjamin Koatz committedAug 15, 2014 Configuration menu - View commit details
-
Copy full SHA for de1eacb - Browse repository at this point
Copy the full SHA de1eacbView commit details -
Updates process for parsing translations into background translation …
…request, now using resourcePaths
Benjamin Koatz committedAug 15, 2014 Configuration menu - View commit details
-
Copy full SHA for 726726e - Browse repository at this point
Copy the full SHA 726726eView commit details -
Merge branch 'develop' of https://github.com/spritebuilder/SpriteBuilder
Benjamin Koatz committedAug 15, 2014 Configuration menu - View commit details
-
Copy full SHA for dad94b5 - Browse repository at this point
Copy the full SHA dad94b5View commit details