Skip to content

History

Revisions

  • Updated Platform Support (markdown)

    @hkalexling hkalexling committed Jul 18, 2022
    3cbecc3
  • Updated FAQs (markdown)

    @hkalexling hkalexling committed Mar 14, 2022
    9b68e89
  • Updated FAQs (markdown)

    @hkalexling hkalexling committed Mar 14, 2022
    5ccb7c4
  • Updated Alternatives (markdown)

    @hkalexling hkalexling committed Jul 10, 2021
    e839e84
  • Updated FAQs (markdown)

    @hkalexling hkalexling committed Mar 4, 2021
    ba4ff57
  • Updated External Readers (markdown)

    @hkalexling hkalexling committed Mar 4, 2021
    cd75b59
  • Updated Additional Configurations (markdown)

    @hkalexling hkalexling committed Mar 4, 2021
    a123509
  • Created Authentication Methods (markdown)

    @hkalexling hkalexling committed Mar 4, 2021
    d6fa9ac
  • Updated FAQs (markdown)

    @hkalexling hkalexling committed Jan 13, 2021
    79dca17
  • Updated FAQs (markdown)

    @hkalexling hkalexling committed Jan 13, 2021
    b5ffc39
  • Updated FAQs (markdown)

    @hkalexling hkalexling committed Jan 13, 2021
    c584585
  • Created FAQs (markdown)

    @hkalexling hkalexling committed Jan 13, 2021
    865f7ca
  • Updated Additional Configurations (markdown)

    @hkalexling hkalexling committed Jan 13, 2021
    e67c8ee
  • Updated Additional Configurations (markdown)

    @hkalexling hkalexling committed Dec 26, 2020
    77d5567
  • Created Alternatives (markdown)

    @hkalexling hkalexling committed Sep 17, 2020
    90fcb19
  • Updated Workarounds (markdown)

    @hkalexling hkalexling committed Sep 13, 2020
    f61d2d9
  • Updated Additional Configurations (markdown)

    @hkalexling hkalexling committed Sep 13, 2020
    c651e74
  • Updated Platform Support (markdown)

    @hkalexling hkalexling committed Aug 17, 2020
    0c0291d
  • Created Platform Support (markdown)

    @hkalexling hkalexling committed Aug 17, 2020
    1bdeabc
  • Updated Development (markdown)

    @hkalexling hkalexling committed Jul 19, 2020
    5a5d2e2
  • Mention OPDS support

    @hkalexling hkalexling committed Jun 9, 2020
    079bd37
  • Add branches section

    @hkalexling hkalexling committed Jun 8, 2020
    88b051c
  • Destroyed Called when application is started. function OnStart() { Create a layout with objects vertically centered. lay = app.CreateLayout( "linear", "VCenter,FillXY" ); Create image 1 5 of screen width and correct aspect ratio. img = app.CreateImage( " Sys Img Hello.png", 0.2, 1 ); lay.AddChild( img ); Create a button 1 3 of screen width and 1 10 screen height. btn = app.CreateButton( "Press Me", 0.3, 0.1 ); btn.SetMargins( 0, 0.05, 0, 0 ); lay.AddChild( btn ); Set function to call when button pressed. btn.SetOnTouch( btn_OnTouch ); Add layout to app. app.AddLayout( lay ); } Called when user touches our button. function btn_OnTouch() { Show a popup message. app.ShowPopup( "Hello World!" ); Vibrate phone with a pattern (in milliseconds). pause,vibrate,pause,vibrate... app.Vibrate( "0,100,30,100,50,300" ); } (markdown)

    @hkalexling hkalexling committed Jun 6, 2020
    5840c52
  • Updated Home (markdown)

    @G501 G501 committed Jun 6, 2020
    52fba66
  • Created //Called when application is started. function OnStart() { //Create a layout with objects vertically centered. lay = app.CreateLayout( "linear", "VCenter,FillXY" ); //Create image 1/5 of screen width and correct aspect ratio. img = app.CreateImage( "/Sys/Img/Hello.png", 0.2, -1 ); lay.AddChild( img ); //Create a button 1/3 of screen width and 1/10 screen height. btn = app.CreateButton( "Press Me", 0.3, 0.1 ); btn.SetMargins( 0, 0.05, 0, 0 ); lay.AddChild( btn ); //Set function to call when button pressed. btn.SetOnTouch( btn_OnTouch ); //Add layout to app. app.AddLayout( lay ); } //Called when user touches our button. function btn_OnTouch() { //Show a popup message. app.ShowPopup( "Hello World!" ); //Vibrate phone with a pattern (in milliseconds). //pause,vibrate,pause,vibrate... app.Vibrate( "0,100,30,100,50,300" ); } (markdown)

    @G501 G501 committed Jun 6, 2020
    ad9d665
  • Initial CLI tool page

    @flying-sausages flying-sausages committed Jun 2, 2020
    c52528d
  • Add instructions to run multiple instances

    @hkalexling hkalexling committed Jun 2, 2020
    f13dafd
  • mention limited rar supports

    @hkalexling hkalexling committed Jun 2, 2020
    3a60f31
  • Updated Additional Configurations (markdown)

    @hkalexling hkalexling committed May 24, 2020
    b6d4d59
  • Add base url

    @hkalexling hkalexling committed May 24, 2020
    9ab0332