Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Big AddToFolderView refactor #214

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e83e9bf
Start
rafaelclaycon Oct 29, 2024
301619b
Fix subviews
rafaelschmittwt Oct 29, 2024
114c696
Bulk part of refactoring JoinFolderResearchBannerView
rafaelclaycon Oct 30, 2024
3e00903
Rename a bunch of test stuff
rafaelclaycon Oct 30, 2024
41f47b5
Add FolderResearchHelperTests
rafaelclaycon Oct 30, 2024
aab3d8f
Working on second and third tests
rafaelclaycon Oct 31, 2024
f7fde9b
Merge branch 'main' into feature/continuous-user-folder-research
rafaelclaycon Oct 31, 2024
43fb6a9
Rename FolderResearchProvider, make allFolders() always return folder…
rafaelclaycon Oct 31, 2024
eed81d9
All function working
rafaelclaycon Nov 1, 2024
67cee4f
Small view adjustments to FolderInfoEditingView
rafaelclaycon Nov 2, 2024
8454d35
Changing FolderInfoEditingView and how it's called
rafaelclaycon Nov 2, 2024
33a6eaf
Add initial run hash setting
rafaelclaycon Nov 2, 2024
2e20b2d
Change Analytics, change FakeLocalDatabase, add more tests, looks lik…
rafaelclaycon Nov 2, 2024
c90b7ce
Fix new folders not setting creationDate
rafaelclaycon Nov 2, 2024
befadc2
Remove unused test
rafaelclaycon Nov 2, 2024
60627aa
Add Folder Research sync to SyncManager
rafaelclaycon Nov 2, 2024
97dfe82
Refactor FolderResearchSettingsView
rafaelclaycon Nov 3, 2024
ae414e8
Concentrate syncing into a single place
rafaelclaycon Nov 3, 2024
8bbdc84
Fix tests
rafaelclaycon Nov 3, 2024
654f303
Fix sending on open even when not enrolled
rafaelclaycon Nov 3, 2024
3b6a662
Refactoring AddToFolderView
rafaelclaycon Nov 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 85 additions & 33 deletions MedoDelirioBrasilia.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<EnvironmentVariable
key = "api_environment"
value = "local"
isEnabled = "NO">
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
Expand Down
Loading