Commit graph

1945 commits

Author SHA1 Message Date
jahorton
04d1b17883 fix(ios): fixed up delegate func names 2022-06-24 09:35:17 +07:00
jahorton
71bd07d381 chore(ios): the easy conversion parts 2022-06-24 09:31:36 +07:00
jahorton
b247c87a15 chore(ios): also, the set-up specific version 2022-06-24 09:14:19 +07:00
jahorton
3be58b3e9b chore(ios): converts InfoViewController from UIWebView to WKWebView 2022-06-24 09:01:58 +07:00
Marc Durdin
291a5b67c2 chore(ios): include build-utils.sh for samples 2022-06-24 12:00:29 +10:00
Marc Durdin
0730098236 chore(ios): update ios/macos build scripts to log scripts
Adds run-xcodebuild function to wrap xcodebuild calls to keep logging
and error handling consistent. Currently used only by the iOS build; the
macOS build has a corresponding execBuildCommand function which does
pretty much the same thing (changing that would belong in a separate PR
I think and low priority.)
2022-06-24 11:37:46 +10:00
Marc Durdin
bb1c6a0d57 chore(ios): add manageAppVersionAndBuildNumber=false 2022-06-24 09:18:49 +10:00
Marc Durdin
fb53bb9396 chore(ios): attempt to log script actions 2022-06-24 07:18:02 +10:00
jahorton
5f6b179a4d fix(ios): blocks Sentry event for known no-image case 2022-06-20 09:10:54 +07:00
Marc Durdin
0212727b98 chore: Merge branch 'master' into chore/beta-to-master-A16S4 2022-06-15 12:54:35 +10:00
Darcy Wong
da507b77c2
Merge pull request #6650 from keymanapp/chore/common/crowdin-es-419-with-mac
chore(android,ios,mac): Update crowdin strings for Spanish (Latin America)
2022-06-01 19:49:17 +07:00
jahorton
76e3ad71ab chore(ios): Merge branch 'beta' into fix/ios/6664-MVC-use-of-constraints 2022-05-30 15:23:50 +07:00
Joshua Horton
6dd7466a1e
Merge pull request #6654 from keymanapp/feat/ios/6599-help-content-nav
feat(ios): adds back and forward navigation buttons for in-app help
2022-05-30 15:22:35 +07:00
Joshua Horton
17fd0fdc13
Merge pull request #6672 from keymanapp/fix/ios/6536-initial-kbd-height
fix(ios): keyboard height on app load
2022-05-30 15:22:24 +07:00
jahorton
9f3a6d206e change(ios): factorizes MVC view inits 2022-05-30 08:18:40 +07:00
Marc Durdin
fcf78bcd94 chore: merge master into branch 2022-05-27 13:11:23 +10:00
jahorton
6280164691 change(ios): slightly defers initial keyboard display 2022-05-27 10:03:37 +07:00
jahorton
cb3a88902e fix(ios): missed i18n sites 2022-05-26 14:12:02 +07:00
jahorton
b802fee7b4 change(ios): MVC subviews now use constraint-based layout 2022-05-26 10:56:55 +07:00
jahorton
051864916f fix(ios): removes no-longer-needed toolbar padding 2022-05-26 10:31:49 +07:00
jahorton
d29ebae194 fix(ios): broken infoview safe area guide 2022-05-26 10:21:09 +07:00
jahorton
4c11bb2757 fix(ios): slightly better toolbar layout in safe area 2022-05-26 08:57:53 +07:00
jahorton
2f2789b176 docs(ios): fixes link when in-app 2022-05-25 10:47:43 +07:00
jahorton
ad7a7fa990 feat(ios): adds simple nav bar to help section 2022-05-25 10:47:08 +07:00
Joshua Horton
128e557ab8
Merge pull request #6631 from keymanapp/fix/ios/6595-host-page-misalignment
fix(ios): fixes OSK mispositioning bug in iOS 15
2022-05-25 08:08:51 +07:00
Darcy Wong
d247e475df chore(common): Update crowdin strings for Spanish (Latin America) 2022-05-24 08:37:34 +07:00
Shawn Schantz
030f31d48c
Merge pull request #6552 from keymanapp/fix/ios/6547-rotation-memory-leak
fix(ios): stops leaking memory on system keyboard rotation
2022-05-23 09:11:23 +07:00
sgschantz
6796d62e40 disables transparent nav bar for ios 15 2022-05-18 17:43:36 +07:00
jahorton
9dd69f4ee5 fix(ios): forces host page to use full allotted area 2022-05-18 09:48:33 +07:00
Marc Durdin
05a4c33200 chore(web): move common/core/web to common/web
Relates to #5816.

Moves folders under common/core/web to common/web:

* input-processor -> common/web/input-processor
* keyboard-processor -> common/web/keyboard-processor
* tools/recorder -> common/web/recorder
* tools/sentry-manager -> common/web/sentry-manager
* utils -> common/web/utils

Updates scripts and configuration to point to new folders.
2022-05-18 06:01:03 +10:00
Marc Durdin
1730df16cb chore(ios): fixup sentry copy 2022-05-12 17:16:52 +10:00
Darcy Wong
c6681e119a
Merge pull request #6593 from keymanapp/chore/common/crowdin-pl
chore(common): Add crowdin strings for Polish
2022-05-11 17:02:14 +07:00
Darcy Wong
61ab0799a8
Merge pull request #6598 from keymanapp/chore/ios/more-transparent
chore(ios): Set transparent background on "more" icons
2022-05-11 16:26:56 +07:00
Darcy Wong
7c3de5bbc3 chore(common): Merge remote-tracking branch 'origin/beta' into chore/common/crowdin-pl 2022-05-11 14:28:50 +07:00
Darcy Wong
2a852fc1ca chore(ios): Set dark mode icons to have transparent background 2022-05-10 11:04:32 +07:00
Darcy Wong
06919493c8 chore(ios): Also add transparent background to more-selected.png 2022-05-10 10:58:55 +07:00
Darcy Wong
ba525ead83 chore(ios): Copy png 2022-05-10 09:53:03 +07:00
Darcy Wong
29015dcd85 chore(ios): Make "more" icon background transparent 2022-05-10 08:10:48 +07:00
sgschantz
df385d4d71 add Polish localization to iOS and Mac projects 2022-05-09 20:29:39 +07:00
sgschantz
023ecc9faf add italian localization to iOS and Mac projects 2022-05-09 19:27:40 +07:00
Darcy Wong
7773cdfe22 chore(common): Add crowdin strings for Polish 2022-05-09 12:41:36 +07:00
Darcy Wong
384f8befcb chore(common): Add crowdin strings for Italian 2022-05-09 11:04:12 +07:00
Darcy Wong
e3e8e63a27 chore(common): Update Crowdin strings for Fula 2022-04-25 14:34:44 +07:00
sgschantz
3aa6cc4af9 call removeScriptMessageHandler to allow userContentController to be deallocated 2022-04-21 16:15:17 +07:00
Darcy Wong
1e42d360c6
Merge pull request #6509 from keymanapp/chore/common/crowdin-pt
chore(common): Add Crowdin strings for Portuguese (pt-PT)
2022-04-14 06:11:02 +07:00
Darcy Wong
6b2a71a76e
Merge pull request #6501 from keymanapp/chore/common/crowdin-km-spacebar
chore(common): Update km strings
2022-04-11 15:12:19 +07:00
sgschantz
691a3d3760 enabled Portugese (pt-PT) localization to Keyman for iOS project 2022-04-08 14:55:51 +07:00
Darcy Wong
229c314ac5 chore(common): Use pt-PT for iOS and macOS strings 2022-04-08 14:11:56 +07:00
Darcy Wong
3fae9cf1c4 chore(common): Remove pt files 2022-04-08 13:51:58 +07:00
Darcy Wong
f0e41833c4 chore(common): Add Crowdin strings for Portuguese 2022-04-08 11:36:18 +07:00