Skip to content

Releases: thevickypedia/Filebrowser-iOS

v1.19.1

08 Aug 20:30
Compare
Choose a tag to compare
  • 4f75539 chore: Release v1.19.1
  • eb0623f style: Create an adaptive grid view for iPad and potrait mode
  • ea16dc3 refactor: Move view structs into view style module
  • 29d66ba chore: Update release notes for v1.19.0

v1.19.0

08 Aug 20:10
Compare
Choose a tag to compare
  • 366fa87 chore: Release v1.19.0
  • 0dd758b feat: Support ViewStyle.globalScale adaptive for different devices and orientations
  • 6ba4870 perf: Introduce globalScale to handle viewStyle without touching multiple frames
  • cc55f02 refactor: Use a centralized ViewStyle to handle sizing
  • ed8b068 refactor: Reduce code redundancy
  • 8409f65 fix: Disable navigation when selectionMode is enabled
  • 5fb2e7b style: Retain the original orientation when selection mode is enabled in all 3 views
  • bd4cbe2 style: selectionMode should not shrink or alter the layout in grid/module view
  • df3f883 style: Display systemIcons in list view when selectionMode is enabled
  • a5b2c4a fix: Mismatch when fetching system icons for different file types
  • e0cf455 style: Update module view to be significantly different from grid
  • fcd4c49 style: Use Picker instead of individual buttons for view options
  • 73d902b style: Update styling in grid view
  • 6009caa style: Update grid view to expand thumbnail containers
  • 1a9c4de style: Update grid view to support arbritary values
  • c5329df refactor: Move grid size options to func level variables
  • 32153b3 style: Add a new view option module
  • 5da1137 style: Move view options button inside it's own menu
  • 23ecfbd chore: Update release notes for v1.18.0

v1.18.0

08 Aug 03:49
Compare
Choose a tag to compare
  • 798b03c chore: Release v1.18.0
  • adef899 style: Include an option to arbitrarily resize thumbnails to fit grid view
  • ac38dd0 style: Improve styling in grid view
  • 4e21966 fix: Get grid view working for file and folder navigation
  • c0f0440 fix: Replicate list view coding options in grid
  • 8268235 style: Improve error message when failed to parse file list
  • a23ab76 feat: Include a view option for list vs grid types
  • c9f4369 chore: Update release notes for v1.17.1

v1.17.1

07 Aug 22:35
Compare
Choose a tag to compare
  • 6bf1c09 chore: Release v1.17.1
  • 8ecf94e style: Update status messages
  • bcc7cf4 fix: Ensure preparing to upload banner is reset after interval
  • 91b7a04 style: Minor updates to upload status
  • 0aaeb20 style: Include more status indicators
  • e66e5e5 chore: Update release notes for v1.17.0

v1.17.0

07 Aug 18:00
Compare
Choose a tag to compare
  • cf33552 chore: Release v1.17.0
  • 7ee4237 feat: Display disappearing lables to indicate status in settings page
  • c2ae5f8 chore: Update release notes for v1.16.6

v1.16.6

07 Aug 15:06
Compare
Choose a tag to compare
  • 28821cf chore: Release v1.16.6
  • 8d30264 lint: Make linting happy
  • 9456a59 style: Improve the text options view to modify font and size
  • 00fad44 feat: Add a new feature to change font and size for text files
  • 0c498b1 feat: Implement copyable text view to improve reading experience
  • c2d04c7 feat: Make all text attributes copy-able
  • 2f3b0bd revert: Binary check on text files
  • e5d8819 feat: Include a binary check on text files to avoid misrepresented extensions causing memory leak
  • 6e9f343 chore: Update release notes for v1.16.5

v1.16.5

07 Aug 06:51
Compare
Choose a tag to compare
  • 3d9280e chore: Release v1.16.5
  • 7653446 style: Update styling on session information
  • 88be7ec refactor: Replace condition blocks with function calls for session information
  • 27b4e68 style: Parse JWT to display session information in settings view
  • 2414f6b chore: Update release notes for v1.16.4

v1.16.4

07 Aug 01:54
Compare
Choose a tag to compare
  • e3403f3 chore: Release v1.16.4
  • 8b6b4cc style: Include a percentage indicator in upload progress view
  • 3c997a2 chore: Update release notes for v1.16.3

v1.16.3

07 Aug 01:31
Compare
Choose a tag to compare
  • aa1c7dc chore: Release v1.16.3
  • 5564806 perf: Replace giant condition block for systemIcons with a dictionary
  • 2704748 chore: Extend UTF8 text formats for supported extensions
  • 464ef16 chore: Extend system icons
  • 86ccb15 chore: remove non-UTF8 text formats from supported extensions
  • 637656c style: Display a preparing for upload banner to cover propagation delay
  • 706c464 style: Display current uploaded file size along with total file size in upload progress view
  • ef8d8ea fix: Avoid remembering password
  • bd9470c style: Show file type icons during file upload progress view
  • b369cd9 chore: Update release notes for v1.16.2

v1.16.2

06 Aug 21:54
Compare
Choose a tag to compare
  • 40f9c82 chore: Release v1.16.2
  • 1f1b905 ci: Avoid running linter for each change
  • 5a73ab6 perf: Switch caching mechanism to memory-mapped loading
  • 12a839f refactor: Set generic loading label for media progress view
  • 19cdbbe refactor: Cap chunk size options
  • 0ec93eb chore: Update release notes for v1.16.1