| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-10 | Added basic German localization to the demo project. | Tomáš Znamenáček | |
| This makes it possible to test the German MASShortcut localization on the demo project. | |||
| 2016-02-05 | Updated CHANGES. | Tomáš Znamenáček | |
| 2016-02-05 | Merge pull request #84 from floschliep/master | Vadim Shpakovski | |
| Improve German Localization | |||
| 2016-02-04 | Improved German Localization | Florian Schliep | |
| I translated the missing strings and improved the existing ones. | |||
| 2016-01-22 | Updated CHANGES. | Tomáš Znamenáček | |
| 2016-01-22 | Merge pull request #83 from MichaelRow/master | Tomáš Znamenáček | |
| Simplified and traditional Chinese localizations. | |||
| 2016-01-22 | Simplified and traditional Chinese localizations. | MichaelRow | |
| 2016-01-09 | Version bump to 2.3.3.2.3.3 | Tomáš Znamenáček | |
| 2016-01-09 | Updated CHANGES. | Tomáš Znamenáček | |
| 2016-01-09 | Whitespace fixes. | Tomáš Znamenáček | |
| 2016-01-09 | Another approach to try a fix for the CocoaPods localization bundle problem ↵ | Nikita Ivanchikov | |
| (#74). Checking if resources bundle was copied inside framework bundle, then falling back to old search methods | |||
| 2015-12-06 | Updated changelog. | Tomáš Znamenáček | |
| 2015-12-06 | Merge pull request #80 from magiclantern/magiclantern/french-localization | Tomáš Znamenáček | |
| Expanded Frech localization. | |||
| 2015-12-06 | Some suggestions for fr | Nikita Ourazbaev | |
| Some suggestions for the gaps in the French localization | |||
| 2015-12-03 | Documented that we don’t accept Option-Shift shortcuts by default. | Tomáš Znamenáček | |
| The reason is that Option-Shift shortcuts are often already used by system to insert some special characters. See `MASShortcutValidator` for details, including how to enable support for these shortcuts. Fixes #79. | |||
| 2015-11-06 | Even more elaborate workaround for the CocoaPods localization problem (#74). | Tomáš Znamenáček | |
| Just testing if the CocoaPods bundle is present didn’t work, so now we even try to load a localized string from the bundle. | |||
| 2015-11-04 | Trying a fix for the CocoaPods localization bundle problem (#74). | Tomáš Znamenáček | |
| This change simply doesn’t try to detect which bundle we should use and tries both bundles, the CocoaPods one first. The chosen bundle is then cached to avoid the overhead on subsequent requests. | |||
| 2015-10-31 | Updated CHANGES. | Tomáš Znamenáček | |
| 2015-10-14 | Merge pull request #77 from oreshinya/japanese_localization | Vadim Shpakovski | |
| Japanese localization | |||
| 2015-10-14 | Japanese localization | shinya takahashi | |
| 2015-10-12 | Version bump to 2.3.2.2.3.2 | Tomáš Znamenáček | |
| 2015-10-12 | Silenced a potential “tautological compare” warning in MASShortcutView. | Tomáš Znamenáček | |
| Fixes #76. I considered putting the #pragma just around the particular compare line, but I think having it around the whole block is more readable and there’s little chance of having some legitimate warnings silenced. | |||
| 2015-10-08 | Typo fix. | Tomáš Znamenáček | |
| 2015-10-08 | Documented the CocoaPods localization fix. | Tomáš Znamenáček | |
| 2015-10-08 | Merge pull request #75 from beaufour/master | Tomáš Znamenáček | |
| Fixed localization when used from CocoaPods. | |||
| 2015-10-07 | fixes localized strings when using CocoaPods | Allan Beaufour | |
| Puts strings inside a MASShortcut resource bundle, and looks for locallized strings inside that bundle when used as a CocoaPod | |||
| 2015-09-10 | Updated localization and accessibility status in README. | Tomáš Znamenáček | |
| 2015-09-10 | Release 2.3.1.2.3.1 | Tomáš Znamenáček | |
| 2015-09-10 | Changed MASLocalization.h to explicit import, trying to appease CocopaPods. | Tomáš Znamenáček | |
| 2015-09-10 | Release 2.3.0.2.3.0 | Tomáš Znamenáček | |
| 2015-09-10 | Added basic localization for German, Spanish, French, Italian, and Japanese. | Tomáš Znamenáček | |
| 2015-08-18 | Mentioned Carthage in the installation options. | Tomáš Znamenáček | |
| 2015-08-18 | Use an absolute URL for the demo screenshot. | Tomáš Znamenáček | |
| An absolute URL works better on the CocoaPods website. | |||
| 2015-08-18 | Updated contributing guidelines (backward compatibility, commit messages). | Tomáš Znamenáček | |
| 2015-08-18 | Removed an obsolete Localizable.string file. | Tomáš Znamenáček | |
| 2015-08-18 | Added Czech localization. | Tomáš Znamenáček | |
| 2015-08-18 | Updated CHANGES, Info.plist and podspec for the 2.2.0 release.2.2.0 | Tomáš Znamenáček | |
| 2015-08-10 | Merge pull request #71 from Stillness-2/master | Vadim Shpakovski | |
| Some fix | |||
| 2015-08-09 | fix for keyboard navigation | Roman Sokolov | |
| Tab key must pass through. This is important if you want to do keyboard navigation through this control. | |||
| 2015-08-09 | Fix | Roman Sokolov | |
| Fix problem: Set hotkey [TheSameHOTKEY], then mousedown on delete button, then set hotkey again [TheSameHOTKEY], then this hotkey do not work. | |||
| 2015-04-10 | Merge pull request #69 from pfandrade/master | Tomáš Znamenáček | |
| Not declaring MASShortcutGlyph as a variable in the header. Prevents duplicate symbol errors. | |||
| 2015-04-09 | Not declaring MASShortcutGlyph as a variable in the header | Paulo F. Andrade | |
| 2015-03-09 | Namespaced the testing build scheme name (Tests → MASShortcutTests). | Tomáš Znamenáček | |
| 2015-03-09 | Updated CHANGES. | Tomáš Znamenáček | |
| 2015-03-09 | Merge pull request #67 from brow/carthage | Vadim Shpakovski | |
| Support installation with Carthage | |||
| 2015-03-08 | add Carthage compatibility flag to README | Tom Brow | |
| 2015-03-08 | missing import? | Tom Brow | |
| 2015-03-08 | module map | Tom Brow | |
| 2015-03-08 | DEFINES_MODULE = YES | Tom Brow | |
| 2015-03-05 | Removed support for dots and spaces in user defaults keys (#64). | Tomáš Znamenáček | |
| I could find no way to make the feature work, so I have pulled it from the code. I have also inserted asserts to warn library users who would attempt to use illegal characters in user defaults keys in the future. In short, you want your user defaults keys to be something identifier-like. | |||
