Commit graph

68 commits

Author SHA1 Message Date
Ben Chatelain
521df64b51 ♻️ Refactor lookupURL, searchURL
Resolves unused protocol method lint warnings by moving updated implementations back to StoreSearch. Added `country` to MasStoreSearch, set to fixed fvalue for tests.
2024-02-17 23:47:02 -07:00
Ben Chatelain
5aafd4c0aa 🎨 Format swift 2024-02-17 22:58:11 -07:00
Ben Chatelain
86b25590c7 🩹 Fix merge mistakes 2024-02-17 14:04:01 -07:00
Chris Araman
a7f8dfea22 👀 Scrape the app page only for lookup, not search 2024-02-17 14:04:01 -07:00
Chris Araman
ad8d6fe1dd 🔍 Search for compatible iPad and iPhone apps 2024-02-17 14:04:01 -07:00
Chris Araman
c9378046a6 🦾 Check for Apple Silicon 2024-02-17 14:04:01 -07:00
Chris Araman
844131ff2e ️ Remove impossible error case 2024-02-17 14:04:01 -07:00
Ben Chatelain
f7dd98811f ♻️ Move URL builders to MasStoreSearch 2024-02-17 14:04:01 -07:00
Ben Chatelain
41a20f11d4
Merge branch 'main' into main 2024-02-17 10:33:11 -07:00
Ross Goldberg
e6e2ccab0d Updated swift source by running:
swiftformat Sources Tests
2024-02-05 16:03:51 -05:00
Edward
9116ec1798
🔧 Check for mac update only
Idea from https://github.com/mangerlahn/Latest . Thank you!
2023-11-07 20:09:35 +08:00
Ben Chatelain
036dc05981 🚨 Remove extra linefeed 2022-10-08 14:49:42 -06:00
Ben Chatelain
610257f292 🔇 Add --verbose flag to outdated command 2022-10-08 14:46:12 -06:00
Ben Chatelain
f54b1883c3 💡 Document print utility functions 2022-10-08 14:22:42 -06:00
Ben Chatelain
892ad7e199 🔇 Remove redundant error statements 2022-10-03 19:46:06 -06:00
Ben Chatelain
62a09bdbb7 🔊 Log errors using printError 2022-10-03 18:40:47 -06:00
Ben Chatelain
94e4927545 🚨 Wrap long line 2022-09-22 20:08:02 -06:00
Ben Chatelain
a6c6cef4b9 🚨 Change loadData from open to public
Non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
2022-09-21 19:23:48 -06:00
Ross Goldberg
160efd4177 Improved mas upgrade output
Resolves #393
2022-09-14 20:44:23 -04:00
Ben Chatelain
6cc248b83e 🚨 FIx lint warning with new #unavailable 2022-07-04 17:29:51 -06:00
Daniel Kraus
f3371d61bc
🐛 Fix link to known issues
The corresponding section header starts with "⚠️", which needs to be
encoded in the link. Otherwise, the anchor doesn't work.
2022-01-16 14:35:21 +01:00
Chris Araman
560c89af2c 🌍 Localize queries 2021-12-20 15:41:54 -08:00
Chris Araman
fb2218d951 🧹 Lint 2021-12-10 15:23:47 -08:00
Chris Araman
7f38f3537c ♻️ Simplify pointer dance 2021-12-10 15:23:47 -08:00
Chris Araman
73f2ca58d8
⚠️ Remove warning 2021-11-03 16:03:54 -07:00
Chris Araman
a499822dd8
🐛 Allow redownloads on macOS 12 2021-11-03 14:11:13 -07:00
Chris Araman
c7a104a250
🐛 Disable account command on macOS 12
Documents #417.
2021-11-03 14:11:12 -07:00
Chris Araman
4660b4505b
🐛 Disable purchase command on macOS 10.15
Documents #289.
2021-11-03 14:11:12 -07:00
Chris Araman
bfed0a7605
📄 Direct all disabled command warnings to #known-issues 2021-11-03 14:11:12 -07:00
Chris Araman
02ceea49cd ⚠️ Add a temporary warning about macOS Monterey 2021-11-02 20:16:17 -07:00
Chris Araman
9305160b2e 🧹 Lint 2021-11-02 20:16:17 -07:00
Chris Araman
3dc5789cdf 🐛 Print warnings and errors to stderr
Fixed #351.
2021-11-02 20:16:17 -07:00
Ben Chatelain
7a74278657 🚨 Remove TODO (leaving comment) 2021-10-19 07:19:31 -07:00
Ben Chatelain
8ef416cf35 👌🏻Address review comments 2021-10-12 19:54:08 -06:00
Ben Chatelain
1fe4b5b3e2 🍏 Ignore min OS for iOS apps 2021-10-12 19:54:08 -06:00
Ben Chatelain
75d6d39bd3 📋 Add kind property to SearchResult 2021-10-12 19:54:08 -06:00
Ben Chatelain
073ff08b87 🚨 Fix lint issue 2021-10-12 19:54:08 -06:00
Ben Chatelain
84461fa5c6 🐛 Don't consider an app outdated if the update can't be installed on the current OS
Fixes #420
2021-10-12 19:54:08 -06:00
Chris Araman
085bd002db ⬆️ Periphery (2.7.0) 2021-07-12 20:54:28 -07:00
Matthew Toohey
26fe7f1e30
🩹 Display decimal progress percentage (#399) 2021-06-27 11:06:30 -07:00
Chris Araman
2e498380ce ♻️ Simplify max length calculation 2021-06-04 15:58:30 -07:00
Chris Araman
0f0c5b1b93
🧹 Remove unused StderrOutputStream 2021-05-28 11:41:12 -07:00
Chris Araman
9904707152
🧹 Lint 2021-05-12 11:19:12 -07:00
Chris Araman
d39058c7be 🏡 Ignore applications moved outside the system Applications folder
Fixes #309.
2021-05-12 11:05:45 -07:00
Chris Araman
4dee61d467
♻️ Retry downloads upon network failure up to three times 2021-05-08 21:16:55 -07:00
Chris Araman
c3ef7b40b7
♻️ Remove loadDataSync 2021-05-08 21:16:54 -07:00
Chris Araman
25045fa0dd
🔥 Attempt all downloads, reject with first error 2021-05-08 21:14:17 -07:00
Chris Araman
9f340bdce9
🤞🏼 Rephrase Downloader as Promises 2021-05-08 21:14:17 -07:00
Chris Araman
9494dea403
🤞🏼 Rephrase StoreSearch as Promises 2021-05-08 21:14:16 -07:00
Chris Araman
a9b018854d
🤞🏼 Rephrase MasStoreSearch as Promises 2021-05-08 21:14:16 -07:00