aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizerTest.m
Commit message (Collapse)AuthorAge
* First cut at pruning things/updating things.Gravatar dmaclach2016-10-07
| | | | | | | | | | | | | | | Remove a bunch of code that Google stopped using/maintaining rather than trying to update it it. Some would be hard to update, some actually has system provided replacements; others are patterns that just don't seem as common now. Prune out the code related to macOS <= 10.5, start pruning some of the really old iOS support also. Get the projects mostly limping again with modern Xcodes so tests can be run. If someone ends up on this commit via history for something they still find as useful, feel free to do a pull request to bring the snippet of code back to life and update it for current SDKs.
* [Author: qsr]Gravatar gtm.daemon2011-11-18
| | | | | | Follow dmaclach review -> style changes. R=dmaclach APPROVED=dmaclach
* [Author: qsr]Gravatar gtm.daemon2011-11-16
| | | | | | | | | Handle UIButton in GTMUILocalizer To be noted: UISegmented Controls and UISearchBars were alredy working. UISwitch doesn't have any strings to be localized. R=dmaclach,thomasvl APPROVED=thomasvl
* [Author: thomasvl]Gravatar gtm.daemon2011-11-02
| | | | | | | Some quick comment cleanup. Quick switch over to properties. R=dmaclach DELTA=38 (9 added, 14 deleted, 15 changed)
* [Author: qsr]Gravatar gtm.daemon2011-10-28
Implements GTMUILocalizer for iOS. The interface is exactly the same, the implementation does walk the UIKit view hierarchy, instead of the Cocoa one. R=thomasvl APPROVED=thomasvl