Skip to content

Releases: FLEXTool/FLEX

v2.1.1

29 Oct 03:04
Compare
Choose a tag to compare
  • Add -[FLEXManager toggleExplorer] convenience method (@evliu)
  • View shared HTTP cookie storage (@robinsonrc)
  • Fix crash in network request history list on iOS 9.0.2 (@ryanolsonk)

v2.1.0

21 Sep 20:09
Compare
Choose a tag to compare
  • Use simulator keyboard shortcuts to activate FLEX tools, scroll with arrow keys, escape modals, and more.
  • Register your own actions for keyboard shortcuts in the simulator.
  • Simplify network debugging settings.

screenshot 2015-09-21 11 02 50

v2.0.6

10 Sep 20:26
Compare
Choose a tag to compare

Fix cast warning

v2.0.5

09 Sep 18:47
Compare
Choose a tag to compare
  • Support NSURLSession network sniffing in iOS 9 (@ryanolsonk)

v2.0.4

08 Sep 16:56
Compare
Choose a tag to compare

v2.0.3

23 May 22:11
Compare
Choose a tag to compare

v2.0.2

05 Mar 19:08
Compare
Choose a tag to compare
  • Better JSON detection for pretty printing network responses (@DaidoujiChen)
  • Copy network request detail cells via long-press (@ryanolsonk)
  • Button in network request detail view to copy all request/response info (@ryanolsonk)
  • Fix ImageIO console error from trying to thumbnail nil response data (@ryanolsonk)

v2.0.1

25 Feb 17:51
Compare
Choose a tag to compare
  • Fix network debugging for -[NSURLSession downloadTaskWithRequest:completionHandler:] (@judev)
  • Long press on cells in network history list to copy the URL (@ryanolsonk)

v2.0.0

24 Feb 17:59
Compare
Choose a tag to compare

FLEX v2.0! Lots of new features in this release:

  • Detailed network request history (@ryanolsonk)
  • View system log messages (i.e. from NSLog()) (@ryanolsonk)
  • Add your own view controllers to the FLEX menu (@maniak-dobrii)
  • Rename and delete files in the file browser (@drodriguez)
  • Edit NSDate values stored in NSUserDefaults (@drodriguez)
  • Copy object descriptions via long pressing on the description cell (@tijoinc)
  • Fix viewing the app’s classes on iOS 8 (@studentdeng)
  • Fix view selection when not in portrait on iOS 8 (@ryanolsonk)
  • Fix status bar style in some cases when the FLEX toolbar is showing (@ryanolsonk)
  • Drop support for iOS 6 (@ryanolsonk)
  • Mute deprecation warnings for iOS 8 deployment targets (@ryanolsonk)

v1.1.1

25 Aug 06:37
Compare
Choose a tag to compare
  • Search bar filtering and sorting by file size in the file browser. (@DaidoujiChen)
  • Present options to open a file in other apps when FLEX can't display the file in the browser. (@studentdeng)
  • Lazily instantiate the FLEX window and explorer view controller. (@JaviSoto)
  • Analyzer warnings cleanup and small bugfixes. (@ryanolsonk)