Skip to content

Releases: ribot/SublimeAndroidSnippets

v0.4.0

02 Sep 07:31
Compare
Choose a tag to compare

Thanks again to TechIsFun for these new snippet:

  • ad-assertOnScreen Check that a view on on the screen
  • ad-onActivityResult The onActivityResult activity method
  • ad-onCreate The onCreate activity method
  • ad-onDestroy The onDestroy activity method
  • ad-onPause The onPause activity method
  • ad-onResume The onResume activity method
  • ad-onStart The onStart activity method
  • ad-onStop The onStop activity method

v0.3.0

29 Aug 08:18
Compare
Choose a tag to compare

Thanks to a contribution from TechIsFun, added:

  • ad-toast Create and display a toast
  • <TextView A basic TextView
  • <EditText A basic EditText

v0.2.1

22 Jan 14:08
Compare
Choose a tag to compare
  • Fixed a small issue with ad_baseadapter

v0.2.0

22 Jan 10:50
Compare
Choose a tag to compare
  • Added the ad-baseadapter snippet
  • Fixed a space issue in the ad-logdebug snippet

v0.1.0

20 Jan 15:18
Compare
Choose a tag to compare

Initial version with two snippets:

  • ad-logdebug
  • ad-widget