aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-11-01Merge pull request #100 from tonyarnold/enumsHEADmasterTomáš Znamenáček
Minor fixes and Swift improvements
2016-11-01Fix return from a NSToolTip method that expects a non-null return valueTony Arnold
Signed-off-by: Tony Arnold <tony@thecocoabots.com>
2016-11-01Use properly typedef’d enumerations to improve Swift syntaxTony Arnold
Signed-off-by: Tony Arnold <tony@thecocoabots.com>
2016-10-30Release 2.3.62.3.6Tomáš Znamenáček
2016-10-28Fix wrong header importTomáš Znamenáček
2016-10-28Using numerical value instead of the __MAC_10_12 symbolTomáš Znamenáček
2016-10-28Key mask conditional compilation fix #2Tomáš Znamenáček
2016-10-28Trying to fix conditional key mask definition on 10.12Tomáš Znamenáček
2016-10-28Use modern key mask constants instead of the ones deprecated in 10.12Tomáš Znamenáček
See #99 for details.
2016-10-28Update build warnings as suggested by Xcode 8Tomáš Znamenáček
2016-09-07Release 2.3.52.3.5Tomáš Znamenáček
2016-09-07Improve Italian localizationTomáš Znamenáček
2016-08-12Link to a commit message writing guideTomáš Znamenáček
2016-08-12Version bump to 2.3.42.3.4Tomáš Znamenáček
2016-08-08Upgrade Projects to Xcode 7Vadim Shpakovski
2016-07-15Merge pull request #94 from sfsam/masterVadim Shpakovski
Added Makefile to build from the command line
2016-07-14Added Makefile to build from the command lineSanjay Madan
2016-07-13Merge pull request #93 from pointum/masterVadim Shpakovski
ru localization update
2016-07-13ru localization updateMaxim Ananov
2016-04-14Update CHANGESTomáš Znamenáček
2016-04-14Merge pull request #89 from radex/add-translationsVadim Shpakovski
Add Korean, Dutch, Polish, Russian & update Spanish translations
2016-04-14Add ko, nl, pl, ru, es translationsradex
2016-02-14Use correct quote signs for German translation.Tomáš Znamenáček
The quotes should be like „this“, not ‘this’.
2016-02-14Shortened the new German translation strings to fit the UI.Tomáš Znamenáček
Closes #85.
2016-02-10Added 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-05Updated CHANGES.Tomáš Znamenáček
2016-02-05Merge pull request #84 from floschliep/masterVadim Shpakovski
Improve German Localization
2016-02-04Improved German LocalizationFlorian Schliep
I translated the missing strings and improved the existing ones.
2016-01-22Updated CHANGES.Tomáš Znamenáček
2016-01-22Merge pull request #83 from MichaelRow/masterTomáš Znamenáček
Simplified and traditional Chinese localizations.
2016-01-22Simplified and traditional Chinese localizations.MichaelRow
2016-01-09Version bump to 2.3.3.2.3.3Tomáš Znamenáček
2016-01-09Updated CHANGES.Tomáš Znamenáček
2016-01-09Whitespace fixes.Tomáš Znamenáček
2016-01-09Another 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-06Updated changelog.Tomáš Znamenáček
2015-12-06Merge pull request #80 from magiclantern/magiclantern/french-localizationTomáš Znamenáček
Expanded Frech localization.
2015-12-06Some suggestions for frNikita Ourazbaev
Some suggestions for the gaps in the French localization
2015-12-03Documented 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-06Even 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-04Trying 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-31Updated CHANGES.Tomáš Znamenáček
2015-10-14Merge pull request #77 from oreshinya/japanese_localizationVadim Shpakovski
Japanese localization
2015-10-14Japanese localizationshinya takahashi
2015-10-12Version bump to 2.3.2.2.3.2Tomáš Znamenáček
2015-10-12Silenced 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-08Typo fix.Tomáš Znamenáček
2015-10-08Documented the CocoaPods localization fix.Tomáš Znamenáček
2015-10-08Merge pull request #75 from beaufour/masterTomáš Znamenáček
Fixed localization when used from CocoaPods.
2015-10-07fixes localized strings when using CocoaPodsAllan Beaufour
Puts strings inside a MASShortcut resource bundle, and looks for locallized strings inside that bundle when used as a CocoaPod