No personally identifiable data is needed by the application and no such data is collected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const AWS = require("aws-sdk"); //AWS SDK | |
//AWS configuraton | |
AWS.config.update({ | |
region: 'us-east-2' | |
}); | |
//DynamoDb client | |
let docClient = new AWS.DynamoDB.DocumentClient(); | |
/**************************************************************/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict" | |
const moment = require('moment') | |
class MomentValidations { | |
constructor(dateTimeString) { | |
this.dateTimeString = dateTimeString | |
} | |
isUtc() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From aeed12accf9a8fa582343c35e846434401fc0a7b Mon Sep 17 00:00:00 2001 | |
From: Shubhang Rathore <[email protected]> | |
Date: Thu, 24 Jul 2014 18:18:29 +0530 | |
Subject: [PATCH] i9082: Add haptic feedback to back and menu softkeys | |
The default behavior of softkeys on stock ROM is to provide haptic | |
vibration on touch. This patch restores that behavior. | |
Change-Id: I3fc7c1e42da8688b54653413dca00fda9b59c171 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9e868ac70deb646120514132a5b00e7bb2d7ed2f Mon Sep 17 00:00:00 2001 | |
From: Shubhang Rathore <[email protected]> | |
Date: Thu, 24 Jul 2014 19:54:10 +0530 | |
Subject: [PATCH] Increase thumbnail size. Use higher quality images. | |
Samsung Galaxy Grand i9082 gets recognized as "normal" screen size. | |
But 5" screen size is quite big. Using 500dip is the same as | |
declared for "xlarge" screen size. There is no dimension declared | |
for "large" screen size. |
NewerOlder