Skip to content

Releases: MarcinMoskala/ActivityStarter

v0.2-beta.1

10 Feb 10:05
Compare
Choose a tag to compare

Field setten by setter improvement.

v0.1

08 Feb 18:58
Compare
Choose a tag to compare

Library is well-tested and stable. Checked also on real-life big project. Library contain support to:

  • Activities
  • Fragments (+v4)
  • Services
  • BroadcastReceivers
    Also fully functional in Kotlin (used in big project).

v0.1-beta.8

08 Feb 10:47
Compare
Choose a tag to compare

BroadcasReceiver support, better warning system.

v0.1-beta.7

07 Feb 09:12
Compare
Choose a tag to compare

Fixes and new tests added:

  • Now when there is multiple @optional @arg with the same type one after another, then the one that will left alone is first one. Example in: here
  • All code genereation examples now can be found here
  • Order of functions are again from all arguments to only non-optional. Also order of this fuctions is now the same as order in primal element. See here here

v0.1-beta.6

06 Feb 09:09
Compare
Choose a tag to compare

Add Service support and multiple fix error with multiple start functions with the same signature.

v0.1-beta.5

05 Feb 18:43
Compare
Choose a tag to compare

Add Fragments support

v0.1-beta.4

05 Feb 17:07
Compare
Choose a tag to compare

Short generated code, make clean-up and move processor to Kotlin, add unit tests on processing

v0.1-beta.3

03 Feb 18:00
Compare
Choose a tag to compare
0.03

Rename flagged start to avoid conflict

v0.1-beta.2

03 Feb 17:49
Compare
Choose a tag to compare
0.02

Add flags support

v0.1-beta.1

03 Feb 12:24
Compare
Choose a tag to compare
0.01

Fix lib release mechanizm