196 Commits

Author SHA1 Message Date
a47324b846 Fixed some outdated naming through-out the Xcode project. 2023-04-14 18:24:44 +02:00
b09d605641 Removed unused test targets from the Xcode project. 2023-04-14 18:17:54 +02:00
496b75d880 Fixed README file. 2023-04-14 14:49:30 +02:00
61e37a87fe
Merge pull request #20 from rock-n-code/wrapping-things-up
Fixes: Wrapping things up
2022-12-20 03:42:53 +01:00
3ecf5c7468 Fixed the initialisation of the keychain storage in the GetUserUseCase use case 2022-12-20 03:34:24 +01:00
e9a7e8b33b Fixed the "logUserOut()" function in the ProfileView view for the Profile module to actually remove the account from the keychain storage. 2022-12-20 03:33:03 +01:00
d8efab9c31 Tweaked the README file a bit more. 2022-12-20 02:58:40 +01:00
d0dae4a7eb Removed the BeReal unit test target and arranged the folder structure of the BeReal app target. 2022-12-20 02:57:16 +01:00
9682a78f80 Tweaked the README file a bit more. 2022-12-20 02:49:26 +01:00
5aeec04e19 Filter newline characters from the "textField(_: shouldChangeCharactersIn: replacementString: )" function in the InputAlertView component for the Browse module. 2022-12-20 02:09:19 +01:00
b77f1b758c Added support for content types PNG in the DocumentView view for the Browse module. 2022-12-20 02:05:57 +01:00
dc00fa66cb Defined the app icon for the App target. 2022-12-20 02:01:52 +01:00
8f2a5dbdb7 Written the README file. 2022-12-20 01:49:43 +01:00
82bc7a3981 Added the README file to the Xcode project. 2022-12-19 12:07:29 +01:00
ca5072e660
Merge pull request #19 from rock-n-code/improvements/progress-indicator-login
Improvement: Progress indicator in the Login view
2022-12-18 16:13:41 +01:00
9045853db9 Updated the LoginView and the ContentView views based on the changes to the GetuseUseCase use case. 2022-12-18 16:12:56 +01:00
c25ca4cf0f Improved the GetUserUseCase use case by moving some logic to this use case. 2022-12-18 16:12:09 +01:00
76814cfe8b Fixed the progress indicator in the login button of the LoginView view for the Login module. 2022-12-18 15:06:38 +01:00
011401a855
Merge pull request #18 from rock-n-code/improvements/browse-pull-to-refresh
Improvement: Pull to refresh in the Browse view
2022-12-18 15:04:27 +01:00
b6a18b8ad9 Moved the LoadingView component to the overlay of the content of the BrowseView view for the Browse module. 2022-12-18 14:48:28 +01:00
fdb4e16d32 Improved the LoadingView component for the Browse module. 2022-12-18 14:47:36 +01:00
32c5fda8f1 Added throttle to the "loadItems()" function in the BrowseView view for the browse module. 2022-12-18 14:38:29 +01:00
6d1cf6f93e Implemented the pull to refresh for the list of the BrowseView view for the Browse module. 2022-12-18 13:57:02 +01:00
5b2b462ba3
Merge pull request #17 from rock-n-code/feature/download-file
Feature: Download file
2022-12-18 01:09:24 +01:00
21d6f2fb2a Integrated the DocumentView view and the DocumentToolbar toolbar into the DocumentView view for the Browse module. 2022-12-18 01:08:38 +01:00
d242171c6e Implemented the DocumentToolbar toolbar content for the Browse module. 2022-12-18 01:07:04 +01:00
e78a326595 Integrated the DownloadView view into the BrowseView view for the Browse module. 2022-12-18 01:06:11 +01:00
49b9b78f57 Implemented the DownloadView view for the Browse module. 2022-12-18 01:04:47 +01:00
76a2fa89fb Implemented the SaveDocumentPicker component for the Browse module. 2022-12-18 01:03:32 +01:00
7d737cb12b Renamed the DocumentPicker component as SelectDocumentPicker for the Browse module. 2022-12-18 00:58:29 +01:00
b0bba71288
Merge pull request #16 from rock-n-code/feature/upload-file
Feature: Upload file
2022-12-17 21:08:11 +01:00
5482d8fcbb Integrated the UploadView view into the BrowseView view for the Browse module. 2022-12-17 21:07:07 +01:00
1c04a67184 Implemented the UploadView view for the Browse module. 2022-12-17 21:06:30 +01:00
b35544b014 Implemented the UploadFileUseCase use case for the Browse module. 2022-12-17 11:56:41 +01:00
c968982355 Implemented the DocumentPicker component for the Browse module. 2022-12-17 11:48:25 +01:00
692fd99c5d Renamed the InputAlertView component in the Browse module as InputAlert. 2022-12-17 11:40:45 +01:00
fbef849423
Merge pull request #15 from rock-n-code/feature/create-folder
Feature: Create folder
2022-12-17 00:10:00 +01:00
c0c7d0a4df Integrated the create folder feature into the BrowseView view for the Browse module. 2022-12-17 00:05:07 +01:00
55a89975be Implemented the CreateFolderViewModifier view modifier for the Browse module. 2022-12-17 00:04:29 +01:00
e66b027c66 Implemented the CreateFolderUseCase use case for the Browse module. 2022-12-17 00:03:30 +01:00
120356bf8e Implemented the "localise(key: )" static function in the String+Helper extension for the Browse module. 2022-12-17 00:01:08 +01:00
8247870e1e Implemented the InputAlertView component for the Browse module. 2022-12-16 23:59:26 +01:00
225e4994f8
Merge pull request #14 from rock-n-code/feature/delete-item
Feature: Delete items from the folders
2022-12-16 17:34:49 +01:00
10b686c118 Integrated the item deletion into the BrowseView view for the Browse module. 2022-12-16 17:22:31 +01:00
b333c7acac Implemented the item deletion in the DeleteItemViewModifier view modifier for the Browse module. 2022-12-16 17:22:02 +01:00
13010816e1 Replaced the FileSystemItemable protocol with the FileSystemItem one for the Browse module. 2022-12-16 17:20:19 +01:00
228438454f Implemented the DeleteItemUseCase use case for the Browse module. 2022-12-16 16:38:48 +01:00
d357c1a069 Renamed the FileSystemItemIdentifiable protocol as FileSystemItemable for the Browse module. 2022-12-16 16:37:49 +01:00
34f7813a5c Implemented the "delete(item:)" view modifier in the BrowseView view for the Browse module. 2022-12-16 10:48:21 +01:00
27df9d3ffd Implemented the DeleteItemViewModifier view modifier. 2022-12-16 10:47:20 +01:00