aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutValidator.m
AgeCommit message (Collapse)Author
2015-09-10Changed MASLocalization.h to explicit import, trying to appease CocopaPods.Tomáš Znamenáček
2015-08-18Added Czech localization.Tomáš Znamenáček
2015-01-08Ignore disabled system shortcuts.Tomáš Znamenáček
This was implemented before in 0633545a, but lost during the rebase.
2015-01-07Whitespace fixes.Tomáš Znamenáček
2015-01-07Introduced a standalone MASShortcutValidator class to validate shortcuts.Tomáš Znamenáček
It’s a natural simplification of the MASShortcut class. All MASShortcutView objects use a shared validator by default, but can be reconfigured to use a different validator if needed through the shortcutValidator property.