Commit Graph

37 Commits

Author SHA1 Message Date
4974286085 update v0.6.5.0-Alpha6.9-LAST 2023-10-07 00:05:22 +08:00
c66cec96f1 Update V0.6.4.0-Beta7 2023-08-08 15:06:22 +08:00
95b5688e0a Fixed More bug 2023-07-23 03:11:00 +08:00
Evan Debenham
2138ad24ec v0.8.0: added an update notification service 2019-11-22 15:38:21 -05:00
Evan Debenham
8117d4ea2f v0.8.0: improved build files and moved various files to better locations 2019-11-19 19:41:06 -05:00
Evan Debenham
2aaf18b0b8 v0.7.5b: SPD-classes and core are no longer android-specific modules! 2019-10-14 20:45:53 -04:00
Evan Debenham
3e815a3165 v0.7.4b: restructured initialization logic into new android module
A lot of cleanup is needed for this, but everything works
2019-08-01 16:04:14 -04:00
Evan Debenham
fb34d976e8 v0.7.4: centralized even more build properties, including moving some things out of app manifest 2019-07-18 16:13:02 -04:00
Evan Debenham
465b596382 v0.7.4: centralized more build script properties 2019-07-18 16:13:02 -04:00
Evan Debenham
b6a05519c5 v0.7.4: moved some build config details to the central gradle file 2019-07-18 16:13:01 -04:00
Evan Debenham
d67a4bf021 v0.7.4: increased minSDK to 9(android 2.3) from 8(android 2.2) 2019-07-18 16:03:12 -04:00
Evan Debenham
c8e7a4bb42 v0.7.2b: adjusted R8 rules and added comments explaining R8 2019-04-20 15:11:26 -04:00
Evan Debenham
eefcb5115a v0.7.2b: suppressed the 'minSdkTooLow' warning in the main gradle file 2019-04-20 15:10:18 -04:00
Evan Debenham
5e759d4f1f v0.7.1c: switched to experimental R8 optimizer which replaces proguard.
A few things to note:
- R8 is currently experimental, but is becoming default in AS 3.4
- R8 results in a decent decrease in bytecode size
- R8 necessitates switching off proguard-optimize, as that config nukes
  the line number table even with -keepattributes LineNumberTable.
  Hopefully that will be fixed and optimize can be re-enabled for
  even more size savings.
- No instability has been observed, but if any crops up I will revert
2019-01-12 16:57:20 -05:00
Evan Debenham
cec9f60e89 v0.7.0: updated gradle build tools, removed explicit build tools version 2018-10-24 03:05:23 -04:00
Evan Debenham
67a5925e87 v0.7.0: moved SDK declarations to build.gradle 2018-10-24 03:00:48 -04:00
Evan Debenham
224cc6c682 v0.7.0: updated compile SDK and build tools versions 2018-10-24 02:55:57 -04:00
Evan Debenham
c7df1d6a3d v0.7.0: adjusted proguard config, as the optimize variant is becoming default 2018-10-24 02:37:56 -04:00
Evan Debenham
f36c0b1b24 v0.6.4a: updated dependancies 2018-04-10 23:39:30 -04:00
Evan Debenham
5cf58a74c8 v0.6.4: updated compile and target sdk 2018-04-03 17:44:04 -04:00
Evan Debenham
04f02a0aca v0.6.3b: manifest commit 2018-03-09 22:42:37 -05:00
Evan Debenham
d36c063ba8 v0.6.3a: updated gradle & repository dependencies 2018-02-23 14:37:09 -05:00
Evan Debenham
1d4e7cca26 v0.6.3a: manifest commit 2018-02-19 18:09:45 -05:00
Evan Debenham
213efd7f70 v0.6.3a: updated translations, and added language declaration to gradle 2018-02-19 18:09:34 -05:00
Evan Debenham
41685ce45c v0.6.2b: adjusted progaurd settings to (hopefully) avoid obscure crashes 2017-11-17 14:30:06 -05:00
Evan Debenham
399e71ab7f v0.6.2: updated dependancies 2017-11-02 00:57:32 -04:00
Evan Debenham
35cdb4a2c2 v0.6.1a: updated gradle stuff 2017-08-19 01:08:34 -04:00
Evan Debenham
675d9722cc v0.6.0: debug builds of shatteredPD now use a different name/icon/ID 2017-06-04 21:59:59 -04:00
Evan Debenham
47974584b4 v0.6.0: updated build toosl version 2017-06-04 21:59:58 -04:00
Evan Debenham
01fa5ece1f v0.5.0: updated SDK and build tools versions 2017-02-13 16:09:32 -05:00
Evan Debenham
82b5480294 v0.5.0: updated dependencies 2017-02-13 16:06:07 -05:00
Evan Debenham
ae8eb8f62b v0.4.3a: updated build tools and gradle plugin 2016-10-24 23:41:56 -04:00
Evan Debenham
b981a48553 v0.4.3: updated build tools and gradle version 2016-10-16 20:42:13 -04:00
Evan Debenham
78db26b724 v0.4.3: updated target and compile SDK to 24 (android N) 2016-10-16 20:38:12 -04:00
Evan Debenham
044c93d3aa v0.4.2: updated build tools version 2016-09-09 18:01:12 -04:00
Evan Debenham
64d4bf8ac9 v0.4.2: improved some build process elements 2016-09-09 17:56:02 -04:00
Evan Debenham
36e44340a8 Converted ShatteredPD to Build from Gradle
Major Changes:
- Shattered now builds effortlessly either from gradle CLI or android studio
- Much better dependency management through gradle (although it's not really used atm)
- Separate PD-classes repo is now SPD-classes module within main repo
2016-08-13 04:35:26 -04:00