Skip to content

Commit

Permalink
Improved day summary, fixed #152, #153, #149
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Nov 24, 2024
1 parent 41ac0a2 commit 2f1c310
Show file tree
Hide file tree
Showing 32 changed files with 4,723 additions and 1,256 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.example.weathermaster"
minSdk 22
targetSdk 33
versionCode 77
versionName "1.8.5 (W)"
versionCode 78
versionName "1.8.6 (W)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 77,
"versionName": "1.8.5 (W)",
"versionCode": 78,
"versionName": "1.8.6 (W)",
"outputFile": "app-release.apk"
}
],
Expand Down
91 changes: 90 additions & 1 deletion app/src/main/assets/app/apiKeysRotation.js
Original file line number Diff line number Diff line change
@@ -1 +1,90 @@
// Not needed anymore
const apiKeysDaily = [
'd94bcd435b62a031771c35633f9f310a',
'3b833dcd6aac36124a8a30e182224427',
'dd1571a8ad3fd44555e8a5d66db01929',
'82005d27a116c2880c8f0fcb866998a0',
'279b4be6d54c8bf6ea9b12275a567156',
'7a02a834570055b013f9a14fd1b712ed',
'20f7632ffc2c022654e4093c6947b4f4',
'6557810176c36fac5f0db536711a6c52',
'b190a0605344cc4f3af08d0dd473dd25',
'b02af426a3fad0d92d3e0b32f9324cf0',
'392345e23d1613d56dad9cba63084b9c',
'6841e5450643e5d4ff59981dbf58944e',
'9a36893e47797516745e9350eef8857b',
'94ae4b2c557cb6160616829dddba5a87',
'9146b8d2de7908553f826f96f67f558a',
'd1206dbf4bbb69a60e6f965d5e665575'

];


const apiKeysAlerts = [
'd94bcd435b62a031771c35633f9f310a',
'3b833dcd6aac36124a8a30e182224427',
'dd1571a8ad3fd44555e8a5d66db01929',
'82005d27a116c2880c8f0fcb866998a0',
'279b4be6d54c8bf6ea9b12275a567156',
'7a02a834570055b013f9a14fd1b712ed',
'20f7632ffc2c022654e4093c6947b4f4',
'6557810176c36fac5f0db536711a6c52',
'b190a0605344cc4f3af08d0dd473dd25',
'b02af426a3fad0d92d3e0b32f9324cf0',
'392345e23d1613d56dad9cba63084b9c',
'6841e5450643e5d4ff59981dbf58944e',
'9a36893e47797516745e9350eef8857b',
'94ae4b2c557cb6160616829dddba5a87',
'9146b8d2de7908553f826f96f67f558a',
'd1206dbf4bbb69a60e6f965d5e665575'
];

const apiKeysCityName = [
'7147cfac7299479da122684c73d9b80a',
'09713ffe266c4dfa99b98157dfd148f9',
'66f9ad95f6704259a376949eaa659e62',
'0c2f2f52e0ac4212b663d878a673328f',
'd53acf46573c48e3be81683402f2be93',
'37060e56d27b4034933a09fb8413fe74',
'bb6683ee536649d596878075153d9920',
'02fc5e51bae44471b936ef635e465558',
'f1330ff150844fe885c8bed5f40ca593',
'9261e72fd39d421bbdad506b1d1611ab'

];

const apiKeysGeo = [
'7147cfac7299479da122684c73d9b80a',
'09713ffe266c4dfa99b98157dfd148f9',
'66f9ad95f6704259a376949eaa659e62',
'0c2f2f52e0ac4212b663d878a673328f',
'd53acf46573c48e3be81683402f2be93',
'37060e56d27b4034933a09fb8413fe74',
'bb6683ee536649d596878075153d9920',
'02fc5e51bae44471b936ef635e465558',
'f1330ff150844fe885c8bed5f40ca593',
'9261e72fd39d421bbdad506b1d1611ab'
];

const apiKeysVisual = [
'VGU8JQ9FQKP86FNHZRJEALTLH',
'XX6JNDK3D97HKE93N9J75BTXU',
'4KMES28T2K3PXBCXTNYZCZFW8',
'VLK2ZUD6XT4872PBVQT7FCJ92',
'CZ6BMMP5QEZQTLT45YVM9YJ5D',
'2U6VP2EF5WD6ZXEAA7V5G6H7R',
'7VXHK5K23FZAZEA8QGGPYM6NE',
'8DADTJ5YHGASWH7QFBNVXVUMD'
];


const astronomyApiKeys = [
'63a7210d2b104646a1099d5ba223d221',
'4c502232671d48699afaf3b2741db4a4',
'3dba64be2889483880c8534a81b5287e',
'a44390988cdb4d66a2e73d952cea14de',
'4545085e4d474639ab84961437736aef',
'45138b014170468889660331ec52f156',
'033158c54bf547a58ec44e6b7f5dc1f2',
'8e982325202c43ab8ff4e2434af4b2bc',
'5862f00bef2a49dbb8d96579e4d2bbee'
];
Loading

0 comments on commit 2f1c310

Please sign in to comment.