1. 47e1c7a StateMachine: make toString() terser by mukesh agrawal · 7 years ago
  2. 8ed82ec StateMachine: add getLogRecMaxSize() by mukesh agrawal · 7 years ago
  3. b222d20 Add removeState method to StateMachine by Hall Liu · 8 years ago
  4. 07e317c Add Log.wtf when transitionTo is used improperly by Mitchell Wills · 8 years ago
  5. 009ae99 Reenable the unit tests for StateMachine by Mitchell Wills · 8 years ago
  6. 934535b DO NOT MERGE StateMachine: remove final from SendMessage by Rebecca Silberstein · 8 years ago
  7. 2326e9b StateMachine: reset LogRecords.mOldestIndex in LogRecords.setSize by Samuel Tan · 8 years ago
  8. 74d7d0f Don't call pre- and post-handlers for state machine initialization by Hall Liu · 9 years ago
  9. 355f110 Null pointer fix for StateMachine by Brad Ebinger · 9 years ago
  10. 0c71404 Add handler callbacks to StateMachine by Brad Ebinger · 9 years ago
  11. 547ef45 Merge "Adding StateMachine.hasMessages(), StateMachine.hasDeferredMessages()" into mnc-dr1.5-dev am: cd2cc9aa9b am: d515b124f7 by Amit Mahajan · 9 years ago
  12. 8ed715e Adding StateMachine.hasMessages(), StateMachine.hasDeferredMessages() by Amit Mahajan · 9 years ago
  13. 22190c0 am 53b1884a: am 30aa53c7: am 92fb5342: am c07701f2: am 3e5b0118: Merge "Add StateMachine.removeDeferredMessages()" into mnc-dev by Ajay Panicker · 9 years ago
  14. c211978 Add StateMachine.removeDeferredMessages() by Ajay Panicker · 9 years ago
  15. e318d8c Clean up javadoc in StateMachine by Kevin Cernekee · 9 years ago
  16. 54b1b1a StateMachine.dump produces no output sometimes. by Wink Saville · 10 years ago
  17. 726d4de Add dumpsys support for bluetooth by Mike Lockwood · 10 years ago
  18. 03812c7 Add mHasQuit to fix an NPE in StateMachine. by Wink Saville · 11 years ago
  19. 24d248a Add new StateMachine constructor with name and handler params. by Wink Saville · 11 years ago
  20. 8b0db52 Add all variations message parameters for send/obtain. by Wink Saville · 11 years ago
  21. 4753cd2 Add additional message methods. by Wink Saville · 11 years ago
  22. ff4fcdb Tweak logging and some code reformatting. by Wink Saville · 11 years ago
  23. f643069 Fix record logging. by Wink Saville · 11 years ago
  24. efcc3d3 Cleanup StateMachine LogRec handling and get tests working. by Wink Saville · 11 years ago
  25. 58c73c3 Add protected log methods to StateMachine by Wink Saville · 12 years ago
  26. f98faca Fix NPE in StateMachine by Irfan Sheriff · 12 years ago
  27. ef8da9f Support for dumping transition only messages by Irfan Sheriff · 12 years ago
  28. bbf30dfd Enhance StateMachine Quitting and logging support. by Wink Saville · 12 years ago
  29. 583eaaa Enhance the debug output for StateMachines. by Wink Saville · 12 years ago
  30. cea056f Add SM_INIT_CMD. by Wink Saville · 12 years ago
  31. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  32. a544d46 Reduce likelihood of crash in state machine. by Jaikumar Ganesh · 13 years ago
  33. 6f9a616 Cleanup static references when quitting. by Jaikumar Ganesh · 13 years ago
  34. d2fe04b Rewrote DnsPinger - now is async and concurrant by Isaac Levy · 13 years ago
  35. 64c42ca Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State. by Wink Saville · 13 years ago[Renamed (85%) from core/java/com/android/internal/util/HierarchicalStateMachine.java]
  36. d305948 Move ProcessedMessage into HierarchicalStateMachine. by Wink Saville · 13 years ago
  37. 33c54e3 Add html formatting to AsyncChannel & Hsm class comments. by Wink Saville · 14 years ago
  38. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 14 years ago
  39. 431bb22 Reduce logging. by Joe Onorato · 14 years ago
  40. aa4b235 resolved conflicts for merge of 79a5307a to master by Jaikumar Ganesh · 14 years ago
  41. 0b6232d These are not javadoc tags, they are annotations in sample code. Escape them properly. by Joe Onorato · 14 years ago
  42. 0d903bcd These are not javadoc tags, they are annotations in sample code. Escape them properly. by Joe Onorato · 14 years ago
  43. 7277820 Work on DialogFragment and docs. by Dianne Hackborn · 14 years ago
  44. 96e6bdb Add obtainMessage functions to HSM by Irfan Sheriff · 14 years ago
  45. a4f3bec Update docs, add HANDLED, NOT_HANDLED and getCurrentMessage. by Wink Saville · 14 years ago
  46. e7be6a8 Allow transitionTo in enter/exit. by Wink Saville · 14 years ago
  47. 91fbd56 Add additional sendMessage methods. by Wink Saville · 14 years ago
  48. f0f566e Ignore instead of throw errors in QuittingState and reorder some parameters. by Wink Saville · 14 years ago
  49. 1b8b98b Add quit and fix HSM EBNF. by Wink Saville · 14 years ago
  50. 2a091d7 Update Tethering. by Robert Greenwalt · 14 years ago
  51. fc5b480 Implement a HierarchicalStateMachine by Wink Saville · 15 years ago