Commit graph

1945 commits

Author SHA1 Message Date
Marc Durdin
c244eded35
Merge pull request #5175 from keymanapp/fix/common/build-script-help-param
fix(common): build script help param
2021-05-31 11:08:36 +10:00
jahorton
4449646312 chore(ios): Merge branch 'master' into feat/ios/resource-file-check 2021-05-28 13:07:58 +07:00
jahorton
d1e673f38a fix(ios): error log msg typo 2021-05-28 11:30:26 +07:00
jahorton
5326927bed chore(ios): Merge branch 'master' into change/ios/workspace-reorg 2021-05-28 11:25:37 +07:00
jahorton
fb69e6b4be chore(ios): removes dev artifact (empty //) 2021-05-28 11:00:06 +07:00
jahorton
af839a51ea fix(ios): proper file-existence checking, default kbd loading 2021-05-28 10:47:49 +07:00
jahorton
b48cc63e8e change(ios): kbd resets to default on initial loading error, loading errors 2021-05-28 10:19:24 +07:00
jahorton
90203e4570 feat(ios): resource file validation before use 2021-05-28 08:45:01 +07:00
jahorton
1d7dc54cee fix(ios): forgot to actually log breadcrumb messages 2021-05-28 08:44:31 +07:00
jahorton
d98af34e71 chore(ios): Merge branch 'master' into change/ios/workspace-reorg 2021-05-28 07:19:14 +07:00
jahorton
fcdb04ec14 chore(ios): Merge branch 'master' into chore/ios/handled-error-logging 2021-05-28 07:17:15 +07:00
Joshua Horton
8e95d0fb8e
Merge pull request #5173 from keymanapp/chore/ios/rename-app-selectors
chore(ios): renames problematic app selectors
2021-05-28 07:15:41 +07:00
Marc Durdin
5fac633fb6 fix(common): build script help param
When working on a new build script, I tripped over the `-?` question
mark help parameter here, as it needs to be escaped. Opted to fix all
the instances in our scripts, although AFAICT there would not have been
current bugs arising from this, as there were no conflicting one
character options lower in the case list.
2021-05-28 09:50:40 +10:00
Joshua Horton
58cd1b1b9f
Merge pull request #5168 from keymanapp/change/ios/min-of-ios-12
change(ios): minimum iOS version -> 12.1
2021-05-28 06:36:58 +07:00
Joshua Horton
126d5762ea
Merge pull request #5120 from keymanapp/chore/ios/update-sentry-dep
chore(ios): dependencies - update sentry-cocoa to 6.2.1
2021-05-28 06:36:45 +07:00
jahorton
3a1587310b chore(ios): renames problematic app selectors 2021-05-28 06:29:14 +07:00
jahorton
a556e09ac1 chore(ios): addresses some new deprecations 2021-05-27 14:34:38 +07:00
jahorton
c04ef72f5b change(ios): drops conditional iOS <= 11 checks 2021-05-27 14:13:27 +07:00
jahorton
32bab3a248 change(ios): sets minimum iOS target version to 12 2021-05-27 13:57:05 +07:00
Joshua Horton
6c482e8fc4
Merge pull request #5158 from keymanapp/change/ios/help-always-offline
change(ios): help always offline
2021-05-27 13:42:33 +07:00
Joshua Horton
d63336e1fa
Merge pull request #5157 from keymanapp/feat/common/offline-help-styling
feat(common): offline help css
2021-05-27 13:42:16 +07:00
jahorton
4296a1a4fd change(ios): pass 6 - folders before leaf files 2021-05-27 13:20:33 +07:00
jahorton
7157e667ee change(ios): consolidation of obsoletions 2021-05-27 13:10:17 +07:00
jahorton
d11fe4c64d change(ios): pass 5, more reorganization 2021-05-27 12:53:43 +07:00
jahorton
582d587ad5 chore(ios): pass 4 - keyboard-related reorg, some dead code removal 2021-05-27 12:17:11 +07:00
Joshua Horton
1b1b85944d
Merge pull request #5164 from keymanapp/fix/ios/no-app-ex-framework-embedding
fix(ios): link, but NOT embed KeymanEngine.xcframework in app exs
2021-05-27 12:03:51 +07:00
jahorton
4a285ec3a8 fix(ios): link, but NOT embed KeymanEngine.xcframework in app exs 2021-05-27 11:01:35 +07:00
jahorton
8fe133ea22 chore(ios): part 3 - (mostly) alphabetizes app source files 2021-05-27 10:00:05 +07:00
jahorton
e280e25ca4 chore(ios): moves app classes with Classes group 2021-05-27 09:38:04 +07:00
jahorton
8af3f820a9 chore(ios): removes old Obj-C headers 2021-05-27 09:32:23 +07:00
jahorton
b2e98c58bb chore(ios): entitlement, plists, old .pch files - cleanup + reorg 2021-05-27 09:24:00 +07:00
jahorton
aa1a929bf7 fix(ios): drops redundant lib/Reachability (already Carthage dependency) 2021-05-27 09:03:14 +07:00
jahorton
373f25b318 change(ios): pass 2 - explicit demo section, better structure mirroring 2021-05-27 08:48:47 +07:00
jahorton
a0ea6c3168 change(ios): pass 1 - workspace reorg 2021-05-27 08:43:37 +07:00
jahorton
5bf76d9136 docs(ios): small help tweak 2021-05-27 08:17:27 +07:00
jahorton
c916d9acd0 fix(ios): archive-only build without code-signing 2021-05-27 07:59:48 +07:00
jahorton
fef3d9935f fix(ios): replaces TC build var 2021-05-27 07:54:35 +07:00
jahorton
148255c4c6 change(ios): help always offline 2021-05-26 16:03:41 +07:00
jahorton
8f1e1dc65a feat(common): offline help css 2021-05-26 15:40:45 +07:00
jahorton
0260a84cd3 feat(ios): some log.info -> breadcrumb conversion 2021-05-26 13:21:18 +07:00
jahorton
8cdca7372a feat(ios): more log.error conversion 2021-05-26 13:12:53 +07:00
jahorton
910e8d65b9 change(ios): -no-codesign -> .xcarchive by default 2021-05-26 12:21:20 +07:00
jahorton
eaf4b1c322 fix(ios): re-enables skip install 2021-05-26 12:19:53 +07:00
jahorton
5187dfff17 chore(ios): connects many log cmds to Sentry 2021-05-26 09:59:19 +07:00
jahorton
d088e33830 feat(ios): adds combo capture+logging methods for DRYness 2021-05-26 08:00:55 +07:00
Joshua Horton
28d8cd6eb0
Merge pull request #4847 from keymanapp/refactor/ios/engine/shouldReloadKeyboard
refactor(ios/engine): "should reload keyboard" now a property of the keyboard
2021-05-25 13:34:00 +07:00
Joshua Horton
abd9b17b85
Merge pull request #5140 from keymanapp/chore/ios/xcframework-artifact-upload
chore(ios): imports iOS artifact-upload script for CI use
2021-05-25 13:28:22 +07:00
jahorton
83f6bad6b6 chore(ios): /usr/bin/env bash 2021-05-25 12:50:53 +07:00
jahorton
31d384c926 chore(ios): imports iOS artifact-upload script for CI use 2021-05-25 11:25:30 +07:00
jahorton
6661a8733c chore(ios): Merge branch 'chore/ios/keyman-engine-xcframework' into chore/ios/update-sentry-dep 2021-05-25 10:26:28 +07:00