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

[TIMOB-25927] Add Swift support for native modules, move SDK-core into "TitaniumKit.framework" #10218

Merged
merged 47 commits into from
Oct 1, 2018

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    1f1518d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59845d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db9c4e9 View commit details
    Browse the repository at this point in the history
  4. Lint new iOS source

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    95df0af View commit details
    Browse the repository at this point in the history
  5. Lint TitaniumKit

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    c63fd77 View commit details
    Browse the repository at this point in the history
  6. Fix Swift module template with characters that are disallowed in fram…

    …eworks (new) but not libraries (old)
    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    0dcc82d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa6cf71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73dcb2f View commit details
    Browse the repository at this point in the history
  9. Fix ESLint errors

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    087f177 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    986aeb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f19a3c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e400ecd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc7df67 View commit details
    Browse the repository at this point in the history
  14. Inject constants properly

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    6ef82f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    17ddba7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    49f4b85 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    64ac541 View commit details
    Browse the repository at this point in the history
  18. Proof of concept of extending TitaniumKit via the core to retain prep…

    …rocessor flags concept
    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    8d24964 View commit details
    Browse the repository at this point in the history
  19. Solve all USE_TI_* preprocessor macros, always compile in Hyperloop-r…

    …elated code since it's guarded
    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    2381875 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    272ffd1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c7a8a2d View commit details
    Browse the repository at this point in the history
  22. Linting

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    b251dfe View commit details
    Browse the repository at this point in the history
  23. Resolve more merge conflicts

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    32227f3 View commit details
    Browse the repository at this point in the history
  24. Integrating more merge conflicts

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    2065d77 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    404563a View commit details
    Browse the repository at this point in the history
  26. Fix duplicate declarations

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    846de2a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    317f80c View commit details
    Browse the repository at this point in the history
  28. Migrate Ti.Blob changes manually

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    25eeb20 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    eacd61a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2705274 View commit details
    Browse the repository at this point in the history
  31. Fix damn typos

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    12518d3 View commit details
    Browse the repository at this point in the history
  32. Fix suffix in templates

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    beab572 View commit details
    Browse the repository at this point in the history
  33. Working module inclusion!

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    dd644c0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    dcb3cfa View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    575106f View commit details
    Browse the repository at this point in the history
  36. Start documenting more core-API's

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    0913037 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ee2e681 View commit details
    Browse the repository at this point in the history
  38. Fix typos

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    b8ae425 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ef05633 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bec5ede View commit details
    Browse the repository at this point in the history
  41. Fix possible Ti.Buffer / Ti.Blob leaks for edge-cases, wrap iOS 12 pr…

    …oxy-API's (not required but looks more clean)
    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    e1f074b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    db787af View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f5d6d63 View commit details
    Browse the repository at this point in the history
  44. retain storyboard-view properly

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    15b0250 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    812a304 View commit details
    Browse the repository at this point in the history
  46. fix: restore auto-release-pool

    hansemannn authored and sgtcoolguy committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    246870a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4a30ae7 View commit details
    Browse the repository at this point in the history