Skip to content

Releases: sunilsharma08/XNLogger

Updated minimum support to iOS 12

22 Jun 16:46
2dde424
Compare
Choose a tag to compare
  • Moved minimum support from iOS 9 to 12
  • Enabled secure encoding for log data
  • Removed deprecated class
  • Updated project settings

Minor Bug Fixes

25 May 04:53
Compare
Choose a tag to compare
  • Typo fix in word "Response"
  • POST request curl command bug fix
  • Project Settings update

Shortcut key to present/dismiss XNLogger

26 Dec 19:03
e6e4275
Compare
Choose a tag to compare
  • Added shortcut key to present/dismiss XNLogger UI
  • Minor bug fixes

Fixed curl command bugs

15 Dec 05:23
4239530
Compare
Choose a tag to compare
  • Fixed curl command issue where it does not work in some cases
  • Now cookie will be displayed in logs

Save to desktop for Simulator

12 Sep 02:37
Compare
Choose a tag to compare

Features

  • Save to desktop for simulator
  • Save to any other specific location by entering complete path

Patch - Maximise icon not visible

01 Sep 20:05
Compare
Choose a tag to compare
v2.0.1

Maximise icon not visible

2.0.0 - XNLogger

15 Aug 16:50
Compare
Choose a tag to compare

Features

  • Write logs to file and load on demand.
  • Mini view mode(Picture in Picture).
  • Share feature enables to share log data via email, airdrop, copy to clipboard, etc.
  • Double on text to show context menu like Select All, Share and Copy.
  • Search logs.
  • Added settings screen.
  • Support for iPad.
  • Support landscape mode.
  • Updated framework for Swift 5.0.

Bug fixes and UI improvements.

1.1.1 - Added option "Select All" for text selection

02 May 18:42
Compare
Choose a tag to compare
  • Added a convenient option to select all text. This will be useful while selection complete response or large text.

1.1.0 - Improved UI

22 Apr 21:12
60f38aa
Compare
Choose a tag to compare
  • Improved logs list UI
  • Added delete button at top left corner to clear all logs
  • Delete single log from list
  • Updated log details UI
  • Show large response message in new screen
  • Show empty data message in Log list screen
  • Minor bug fixes

1.0.1 - Fix for inaccessible XNFileLogHandler

24 Nov 18:49
Compare
Choose a tag to compare
  • Update XNFileLogHandler access specifier to public
  • Removed some redundant access specifier
  • Add a method to show "How to configure XNLogger"