8 Commits

Author SHA1 Message Date
Gabriel Tofvesson
cf32cf3ae3 Major fix
- Merged SafeReflection
2016-11-13 15:35:30 +01:00
Gabriel Tofvesson
fec11f3a47 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/com/tofvesson/reflection/SafeReflection.java
2016-11-13 15:19:53 +01:00
Gabriel Tofvesson
32c8712607 Major fix
- Fixed fatal but with foreach on ShiftingList
2016-11-13 15:17:06 +01:00
1321d49f8c Major update
- Fixed prominent bugs in ShiftingList
  - Fixed shifting of data in the internal array
  - Fixed retainAll()
  - Fixed add(int, collection)
  - Fixed much more
- Changed name of enqueue() method in WorkerThread to push()
- Moved Enum reflection code to SafeReflection class
- Moved class instantiation (bypass construction) code to SafeReflection and optimized code
- Moved EnumDefinition class into SafeReflection as a static class
2016-11-12 01:28:54 +04:00
Gabriel Tofvesson
28c9b3b8e7 Minor update
Added method to get file of a supplied class.
2016-11-02 23:21:04 +01:00
Gabriel Tofvesson
533ee3e89b Minor improvements
- Added some simpler constructors to Async
2016-11-02 22:06:23 +01:00
Gabriel Tofvesson
3a1b73061e Minor improvements 2016-11-01 21:32:36 +01:00
f086a9b19d Initial commit 2016-10-22 21:36:45 +04:00