Nathan Mattes
bbebfac99d
Remove obsolete folder (IOS-194)
2023-11-20 12:13:15 +01:00
Nathan Mattes
4b298f6bd8
[WIP] Remove Core Data from Suggested Accounts/Familiar Followers (IOS-194)
2023-11-20 11:30:42 +01:00
Nathan Mattes
1400b527dc
Bump version
2023-11-15 17:52:05 +01:00
Nathan Mattes
ed426a950c
Update strings
2023-11-15 12:52:07 +01:00
Marcus Kida
e1f5d85a78
fix: weak link VisionKit to fix crash when running on iOS 16 ( #1161 )
2023-11-15 12:39:08 +01:00
Nathan Mattes
a344c3aa8a
Bump version
2023-11-15 12:09:58 +01:00
Nathan Mattes
38b4ab062e
Add Armenian Localization ( #1147 )
2023-11-10 11:05:17 +01:00
Nathan Mattes
aedade6d5b
Fix Merge-fuckups
2023-11-09 11:39:01 +01:00
Nathan Mattes
10f2358247
Migrate Followers-list to work with Mastodon.Entity.Account instead of MastodonUser
2023-11-09 11:39:01 +01:00
Nathan Mattes
38a9268abb
Move provider in the same file
2023-10-25 18:16:36 +02:00
Nathan Mattes
0951e658a2
Add loading-indicator
...
cause I'm lazy
2023-10-23 13:55:54 +02:00
Nathan Mattes
5058bac018
Migrate Kanna over to SPM
2023-10-20 12:30:49 +02:00
Nathan Mattes
785751aca4
Merge branch 'develop' into performance_experiments
2023-10-11 13:04:29 +02:00
Nathan Mattes
41c0a61de2
Add section-header "ADMINSTRATOR" (IOS-20)
2023-10-10 13:55:57 +02:00
Nathan Mattes
6397a8329b
Add a footerview that shows legal information (IOS-20)
...
This is kind of WIP as not the whole text is shown for unknown reasons
2023-10-10 13:55:57 +02:00
Nathan Mattes
cdf0aa98e6
Show thumbnail (IOS-20)
2023-10-10 13:55:57 +02:00
Nathan Mattes
cebbe04741
Show admin-account and contact (IOS-20)
2023-10-10 13:55:57 +02:00
Nathan Mattes
155f0b09cb
Move XLPagerTabStrip over to SPM and do some podfile-cleanup
2023-10-10 13:55:56 +02:00
Nathan Mattes
9f68ec3364
Add basic viewcontrollers for server details (IOS-20)
2023-10-10 13:55:56 +02:00
Nathan Mattes
afd90d62e8
Add settings-entry for server-details (IOS-14, IOS-20)
2023-10-10 13:55:56 +02:00
Marcus Kida
dff4c44889
Implement Fastlane ( #1130 )
2023-10-10 12:48:47 +02:00
Nathan Mattes
132af03bb2
Set Deployment Target to iOS 16 ( #1125 )
...
Co-authored-by: Marcus Kida <marcus.kida@bearologics.com>
2023-09-29 19:31:22 +02:00
Marcus Kida
943f3bc778
Merge branch 'develop' into performance_experiments
2023-09-29 12:43:34 +02:00
Nathan Mattes
b0886979e5
Remove old settings
2023-09-27 18:02:59 +02:00
Nathan Mattes
0e964de0df
Disable "Support"-setting for now (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
8e54da5dff
Add a hint in case notifications are disabled (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
b7399e79bf
Move files
2023-09-27 15:12:43 +02:00
Nathan Mattes
00fa7e1220
Show list of Notification-policies (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
a1d0c74617
Implement basic UI for notification-settings-screen (IOS-14)
...
No functionality (yet), but all relevant classes and protocols are there.
2023-09-27 15:12:43 +02:00
Nathan Mattes
9ec380cccd
Refactor Toggle-cell to be (more) reusable (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
c14418c440
Implement toggle-cell and improve selection-cell for general-settings (IOS-14)
...
and hook up the cell with the viewmodel.
Also: Put DiffableTableViewDataSource into its own file (and fix a typo while doing so)
2023-09-27 15:12:43 +02:00
Nathan Mattes
2f7eec48c7
Add first draft of GeneralSettings-Screen (IOS-14)
...
Setting the Appearance already works, but that's it for now.
2023-09-27 15:12:43 +02:00
Nathan Mattes
921c97b2a7
Implement links on about-mastodon-screen (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
de9bf24122
Refactor Settings-overview (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
12109808fc
Move coordinator-protocol into its own file (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
942527af7c
Style settings-cell (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
1461a2a082
[WIP] Add Entries for SettingsViewController (IOS-14)
2023-09-27 15:12:43 +02:00
Nathan Mattes
fb6116d4a6
Refactor Settings-presentation and add new viewControllers (IOS-14)
2023-09-27 15:12:42 +02:00
Nathan Mattes
44fda8fe2f
Move settings-model to their appropriate location (IOS-14)
2023-09-27 15:11:43 +02:00
Nathan Mattes
e473084038
Simplify Theme ( #1121 )
2023-09-27 15:08:12 +02:00
Marcus Kida
360bfd29f1
Merge branch 'develop' into performance_experiments
2023-09-26 10:25:26 +02:00
Nathan Mattes
fbde2a5833
More cleanup
2023-09-22 15:27:46 +02:00
Nathan Mattes
8a824e80d6
Remove flex
2023-09-22 15:27:05 +02:00
Nathan Mattes
dfa23d8c44
Bump version
2023-09-22 15:24:12 +02:00
Marcus Kida
dcfe13ac36
Merge branch 'develop' into performance_experiments
2023-09-22 11:36:57 +02:00
Nathan Mattes
92ca2a006c
Fix colors for hashtag-follow-button
2023-09-20 21:04:49 +02:00
Nathan Mattes
c1b80a73c2
Refactor navigation-logic into a coordinator (IOS-141)
2023-09-18 21:17:39 +02:00
Nathan Mattes
ce37a8eb47
Copy condensed version of user-view to collection-view in search-history (IOS-141)
2023-09-18 17:05:29 +02:00
Nathan Mattes
a7bab76f96
Add a cell for profiles in search results (IOS-141)
2023-09-18 16:12:42 +02:00
Nathan Mattes
11863b9458
Show magnifying glass next to hashtags (IOS-141)
2023-09-17 17:44:38 +02:00
Nathan Mattes
2e384f3cb5
WIP: Add some search-implementation and clean stuff (IOS-141)
...
Shame on me for such a big commit. I'm new to iOS-development, sorry :nerd:
2023-09-15 17:45:22 +02:00
Nathan Mattes
e8509a063d
Show title instead of "x" for clear-all-button (IOS-141)
...
Also: Move stuff around. It doesn't make sense for search-diffable-stuff to live in an enitrely different folder than the rest.
2023-09-15 11:38:12 +02:00
Nathan Mattes
c892034093
More cleanup (IOS-141)
2023-09-15 10:49:32 +02:00
Nathan Mattes
2b7aa652c9
Bump version
2023-09-14 15:45:39 +02:00
Nathan Mattes
cc2f7f0b8c
Hide activity indicator in case of no emojis ( #1088 )
2023-07-04 16:08:11 +02:00
Nathan Mattes
e50b9e13a6
Add belarusian localization ( #1083 )
2023-07-04 10:26:30 +02:00
Nathan Mattes
c5b5db04e4
Bump version
2023-07-03 22:01:55 +02:00
Nathan Mattes
a6a25426ee
Bump version
2023-06-28 18:47:58 +02:00
Marcus Kida
d570d3ef09
Replace MastodonAuthentication to not be backed by CoreData
2023-06-13 14:47:43 +02:00
Nathan Mattes
8804432b60
Fix Brand Color (IOS-160) ( #1054 )
2023-06-02 09:52:12 +02:00
Nathan Mattes
823a478e0f
Bump version
2023-05-26 13:17:47 +02:00
Nathan Mattes
11bab5e337
Make button-state work (IOS-157)
...
Reason for button-state not working/updating feels like to be a weird combination of Combine, UIKit, Snapshots, CoreData and me being stupid and not getting a hang on it.
2023-05-25 14:42:00 +02:00
Nathan Mattes
a1315b9006
Re-introduce viewModel for each cell and set button-state (IOS-157)
...
We need this viewModel for the button--state of the follow-button.
There's still a runtime-issue that resets the button-state to follow.
2023-05-25 14:42:00 +02:00
Nathan Mattes
e4578686e3
Follow all suggested user accounts (IOS-157)
2023-05-25 14:42:00 +02:00
Nathan Mattes
cfc60e6721
Add footer-view to follow all suggested accounts (IOS-157)
...
- Also: Rename folder as this contains not only the cell anymore
- This is just UI, follow-function is still missing
2023-05-25 14:42:00 +02:00
Nathan Mattes
66ce4802ef
Cleanup/Style TableView (IOS-157)
2023-05-25 14:42:00 +02:00
Nathan Mattes
c0532d7b56
Remove collection view from suggestion-screen (IOS-157)
2023-05-25 14:42:00 +02:00
Nathan Mattes
b3ff75b7f9
Add Greek Localization ( #1050 )
2023-05-20 13:57:09 +02:00
Nathan Mattes
c7347e7f1f
Bump version
2023-05-15 10:05:43 +02:00
Nathan Mattes
10f8584f75
Set version to match with App Store
2023-05-10 16:25:30 +02:00
Marcus Kida
5efdb3c209
Revert FollowedBlockedUserIdProviding (IOS-140)
2023-05-09 11:33:31 +02:00
Marcus Kida
92704dc7f7
Implement fetching of following / blocking for user list buttons (IOS-140)
2023-05-08 15:24:01 +02:00
Marcus Kida
4de184c85f
Merge branch 'develop' into IOS-140_Verified_Links
2023-05-05 15:40:46 +02:00
Nathan Mattes
24b1602972
Search online for hashtags (IOS-37)
2023-05-02 21:35:41 +02:00
Nathan Mattes
48ab745b5c
Set indention to 4 spaces
2023-05-02 21:35:41 +02:00
Nathan Mattes
d3680618da
Add relevant base-classes for Hashtag-Widget (IOS-37)
2023-05-02 21:35:40 +02:00
Marcus Kida
e2a05cd747
Implement follow/unfollow/block in UserView (IOS-140)
2023-04-25 12:48:53 +02:00
Nathan Mattes
c638d86cb7
Increase version
2023-04-20 14:03:53 +02:00
Jed Fox
124638a0cb
IOS-148 Updates to the media badging look & feel ( #1019 )
2023-04-19 22:38:58 +02:00
Nathan Mattes
ba372e9013
Bump version
2023-04-12 14:02:56 +02:00
Nathan Mattes
5e1e22a723
Updated Welcome-Screen (IOS-134) ( #1005 )
2023-04-08 23:10:34 +02:00
Nathan Mattes
eb826fb310
Remove wizard (IOS-135) ( #995 )
2023-03-28 21:36:32 +02:00
Nathan Mattes
3bf3efb1a8
Bump version
2023-03-16 08:16:27 +01:00
Nathan Mattes
0c224f47df
Implement post editing / edit history ( #875 )
...
Co-authored-by: Marcus Kida <marcus.kida@bearologics.com>
Co-authored-by: Jed Fox <git@jedfox.com>
2023-03-02 11:06:13 +01:00
Nathan Mattes
625ebb00fb
Bump version to 1.5
2023-03-02 10:33:00 +01:00
Nathan Mattes
2a97ae1a40
Bump version
2023-02-25 19:47:49 +01:00
Nathan Mattes
c05ee88004
Bump version to 1.4.12
2023-02-14 22:54:15 +01:00
Marcus Kida
065906c3d1
Bump v1.4.11
2023-02-08 23:48:15 +01:00
Marcus Kida
8a1a483787
chore(Widget): Add missing L10n
2023-02-07 09:33:47 +01:00
Marcus Kida
cd64668c08
chore(Widget): Import LightChart fork using SPM
2023-02-07 08:17:00 +01:00
Marcus Kida
d685b9e365
Add LatestFollowersWidget
2023-02-06 11:39:40 +01:00
Marcus Kida
9eb26d4ed8
feat(Widget): Implement MultiFollowersCountWidget for single Column
2023-01-31 14:37:49 +01:00
Marcus Kida
e05a8602d5
feat(Widget): Reorganize and rename FollowersCountWidget code
2023-01-31 11:43:45 +01:00
Marcus Kida
e2fe1263a4
feat(Widget): Implement Followers Widget chart
2023-01-30 15:28:16 +01:00
Marcus Kida
1558579a86
feat(Widget): Implement LightChartView for Small FollowerCount
2023-01-30 11:21:04 +01:00
Marcus Kida
aeaa3ea3ab
feat(Widget): Implement lockscreen widgets
2023-01-26 16:29:06 +01:00
Marcus Kida
5a3636cb22
feat(Widget): Implement FollowersCountIntent
2023-01-24 11:15:21 +01:00
Marcus Kida
3ec9e603df
Improve "Open in Mastodon" by using Search API ( #888 )
...
* feat(ActionExtension): Improve "Open in Mastodon" by using Search aPI
* Add code comment
2023-01-16 23:36:00 +01:00
Marcus Kida
5daaa5a32f
feat(AppExtension): Improve open in link validation, add L10n
2023-01-11 15:12:11 +01:00
Marcus Kida
89c808ea11
feat(ActionExtension): Improve ActionRequestHandler and Action.js, rename Extension
2023-01-10 16:40:55 +01:00